Uses of Class
com.espertech.esper.core.context.mgr.AgentInstance

Packages that use AgentInstance
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.context.util Context partition utility or reference classes. 
 

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

Fields in com.espertech.esper.core.context.mgr declared as AgentInstance
protected  AgentInstance[] AgentInstanceArrayIterator.instances
           
 

Methods in com.espertech.esper.core.context.mgr that return types with arguments of type AgentInstance
 java.util.List<AgentInstance> ContextControllerTreeAgentInstanceList.getAgentInstances()
           
 

Methods in com.espertech.esper.core.context.mgr with parameters of type AgentInstance
 boolean AgentInstanceSelector.select(AgentInstance agentInstance)
           
 

Method parameters in com.espertech.esper.core.context.mgr with type arguments of type AgentInstance
 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)
           
 

Constructors in com.espertech.esper.core.context.mgr with parameters of type AgentInstance
AgentInstanceArrayIterator(AgentInstance[] instances)
           
AgentInstanceArraySafeIterator(AgentInstance[] instances)
           
 

Constructor parameters in com.espertech.esper.core.context.mgr with type arguments of type AgentInstance
ContextControllerTreeAgentInstanceList(long filterVersionAfterAllocation, java.lang.Object initPartitionKey, java.util.Map<java.lang.String,java.lang.Object> initContextProperties, java.util.List<AgentInstance> agentInstances, ContextPartitionState state)
           
 

Uses of AgentInstance in com.espertech.esper.core.context.util
 

Methods in com.espertech.esper.core.context.util with parameters of type AgentInstance
 int AgentInstanceComparator.compare(AgentInstance ai1, AgentInstance ai2)
           
static void StatementAgentInstanceUtil.stopAgentInstance(AgentInstance agentInstance, java.util.Map<java.lang.String,java.lang.Object> terminationProperties, EPServicesContext servicesContext, boolean isStatementStop, boolean leaveLocksAcquired)
           
 

Method parameters in com.espertech.esper.core.context.util with type arguments of type AgentInstance
static void StatementAgentInstanceUtil.evaluateEventForStatement(EPServicesContext servicesContext, EventBean theEvent, java.util.Map<java.lang.String,java.lang.Object> optionalTriggeringPattern, java.util.List<AgentInstance> agentInstances)
           
static void StatementAgentInstanceUtil.stopAgentInstances(java.util.List<AgentInstance> agentInstances, java.util.Map<java.lang.String,java.lang.Object> terminationProperties, EPServicesContext servicesContext, boolean isStatementStop, boolean leaveLocksAcquired)
           
 


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