Uses of Interface
com.espertech.esper.core.context.mgr.ContextControllerInstanceHandle

Packages that use ContextControllerInstanceHandle
com.espertech.esper.core.context.mgr Context management. 
 

Uses of ContextControllerInstanceHandle in com.espertech.esper.core.context.mgr
 

Classes in com.espertech.esper.core.context.mgr that implement ContextControllerInstanceHandle
static class ContextManagerImpl.ContextNestedHandleImpl
           
 class ContextManagerNestedInstanceHandle
           
 

Fields in com.espertech.esper.core.context.mgr with type parameters of type ContextControllerInstanceHandle
protected  java.util.HashMap<java.lang.Object,ContextControllerInstanceHandle> ContextControllerPartitioned.partitionKeys
           
protected  java.util.Map<java.lang.Integer,ContextControllerInstanceHandle> ContextControllerHash.partitionKeys
           
 

Methods in com.espertech.esper.core.context.mgr that return ContextControllerInstanceHandle
 ContextControllerInstanceHandle ContextManagerNested.contextPartitionInstantiate(java.lang.Integer optionalContextPartitionId, int subPathId, java.lang.Integer importSubpathId, ContextController originator, EventBean optionalTriggeringEvent, java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern, java.lang.Object partitionKey, java.util.Map<java.lang.String,java.lang.Object> contextProperties, ContextControllerState states, ContextInternalFilterAddendum filterAddendum, boolean isRecoveringResilient, ContextPartitionState state)
           
 ContextControllerInstanceHandle ContextManagerImpl.contextPartitionInstantiate(java.lang.Integer optionalContextPartitionId, int subPathId, java.lang.Integer importSubpathId, ContextController originator, EventBean optionalTriggeringEvent, java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern, java.lang.Object partitionKey, java.util.Map<java.lang.String,java.lang.Object> contextProperties, ContextControllerState states, ContextInternalFilterAddendum filterAddendum, boolean isRecoveringResilient, ContextPartitionState state)
           
 ContextControllerInstanceHandle ContextControllerLifecycleCallback.contextPartitionInstantiate(java.lang.Integer optionalContextPartitionId, int subpath, java.lang.Integer importSubpathId, ContextController originator, EventBean optionalTriggeringEvent, java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern, java.lang.Object partitionKey, java.util.Map<java.lang.String,java.lang.Object> contextProperties, ContextControllerState states, ContextInternalFilterAddendum filterAddendum, boolean isRecoveringResilient, ContextPartitionState state)
           
 ContextControllerInstanceHandle ContextControllerInitTermInstance.getInstanceHandle()
           
 

Methods in com.espertech.esper.core.context.mgr with parameters of type ContextControllerInstanceHandle
 void ContextManagerNested.contextPartitionNavigate(ContextControllerInstanceHandle existingHandle, ContextController originator, ContextControllerState controllerState, int exportedCPOrPathId, ContextInternalFilterAddendum filterAddendum, AgentInstanceSelector agentInstanceSelector, byte[] payload)
           
 void ContextManagerImpl.contextPartitionNavigate(ContextControllerInstanceHandle existingHandle, ContextController originator, ContextControllerState controllerState, int exportedCPOrPathId, ContextInternalFilterAddendum filterAddendum, AgentInstanceSelector agentInstanceSelector, byte[] payload)
           
 void ContextControllerLifecycleCallback.contextPartitionNavigate(ContextControllerInstanceHandle existingHandle, ContextController originator, ContextControllerState controllerState, int exportedCPOrPathId, ContextInternalFilterAddendum filterAddendum, AgentInstanceSelector agentInstanceSelector, byte[] payload)
           
 void ContextManagerNested.contextPartitionTerminate(ContextControllerInstanceHandle contextNestedHandle, java.util.Map<java.lang.String,java.lang.Object> terminationProperties, boolean leaveLocksAcquired, java.util.List<AgentInstance> agentInstances)
          Provides the sub-context that ends.
 void ContextManagerImpl.contextPartitionTerminate(ContextControllerInstanceHandle contextNestedHandle, java.util.Map<java.lang.String,java.lang.Object> terminationProperties, boolean leaveLocksAcquired, java.util.List<AgentInstance> agentInstancesCollected)
           
 void ContextControllerLifecycleCallback.contextPartitionTerminate(ContextControllerInstanceHandle contextNestedHandle, java.util.Map<java.lang.String,java.lang.Object> terminationProperties, boolean leaveLocksAcquired, java.util.List<AgentInstance> agentInstances)
           
 void ContextPartitionVisitorStateWithPath.visit(int nestingLevel, int pathId, ContextStatePathValueBinding binding, java.lang.Object payload, ContextController contextController, ContextControllerInstanceHandle instanceHandle)
           
 void ContextPartitionVisitorState.visit(int nestingLevel, int pathId, ContextStatePathValueBinding binding, java.lang.Object payload, ContextController contextController, ContextControllerInstanceHandle instanceHandle)
           
 void ContextPartitionVisitorAgentInstanceIdWPath.visit(int nestingLevel, int pathId, ContextStatePathValueBinding binding, java.lang.Object payload, ContextController contextController, ContextControllerInstanceHandle instanceHandle)
           
 void ContextPartitionVisitorAgentInstanceId.visit(int nestingLevel, int pathId, ContextStatePathValueBinding binding, java.lang.Object payload, ContextController contextController, ContextControllerInstanceHandle instanceHandle)
           
 void ContextPartitionVisitor.visit(int nestingLevel, int pathId, ContextStatePathValueBinding binding, java.lang.Object payload, ContextController contextController, ContextControllerInstanceHandle instanceHandle)
           
 

Constructors in com.espertech.esper.core.context.mgr with parameters of type ContextControllerInstanceHandle
ContextControllerInitTermInstance(ContextControllerInstanceHandle instanceHandle, java.util.Map<java.lang.String,java.lang.Object> startProperties, long startTime, java.lang.Long endTime, int subPathId)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com