com.espertech.esper.core.context.mgr
Class ContextManagerNestedInstanceHandle
java.lang.Object
com.espertech.esper.core.context.mgr.ContextManagerNestedInstanceHandle
- All Implemented Interfaces:
- ContextControllerInstanceHandle
public class ContextManagerNestedInstanceHandle
- extends java.lang.Object
- implements ContextControllerInstanceHandle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextManagerNestedInstanceHandle
public ContextManagerNestedInstanceHandle(int subPathId,
ContextController controller,
int contextPartitionOrPathId,
boolean branch,
ContextControllerTreeAgentInstanceList branchAgentInstances)
getSubPathId
public int getSubPathId()
- Specified by:
getSubPathId
in interface ContextControllerInstanceHandle
getController
public ContextController getController()
getContextPartitionOrPathId
public java.lang.Integer getContextPartitionOrPathId()
- Specified by:
getContextPartitionOrPathId
in interface ContextControllerInstanceHandle
isBranch
public boolean isBranch()
getInstances
public ContextControllerTreeAgentInstanceList getInstances()
- Specified by:
getInstances
in interface ContextControllerInstanceHandle