com.espertech.esper.core.context.mgr
Class ContextControllerFactoryContext
java.lang.Object
com.espertech.esper.core.context.mgr.ContextControllerFactoryContext
public class ContextControllerFactoryContext
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextControllerFactoryContext
public ContextControllerFactoryContext(java.lang.String outermostContextName,
java.lang.String contextName,
EPServicesContext servicesContext,
AgentInstanceContext agentInstanceContextCreate,
int nestingLevel,
boolean isRecoveringResilient)
getOutermostContextName
public java.lang.String getOutermostContextName()
getContextName
public java.lang.String getContextName()
getServicesContext
public EPServicesContext getServicesContext()
getAgentInstanceContextCreate
public AgentInstanceContext getAgentInstanceContextCreate()
getNestingLevel
public int getNestingLevel()
isRecoveringResilient
public boolean isRecoveringResilient()