Modifier and Type | Method and Description |
---|---|
void |
ContextControllerLifecycleCallback.contextPartitionTerminate(IntSeqKey controllerPath,
int subpathIdOrCPId,
ContextController originator,
Map<String,Object> terminationProperties,
boolean leaveLocksAcquired,
List<AgentInstance> agentInstancesLocksHeld) |
Modifier and Type | Method and Description |
---|---|
static AgentInstance |
ContextManagerUtil.getAgentInstance(StatementContext statementContext,
int agentInstanceId) |
Modifier and Type | Method and Description |
---|---|
List<AgentInstance> |
ContextPartitionInstantiationResult.getAgentInstances() |
static List<AgentInstance> |
ContextManagerUtil.getAgentInstances(ContextControllerStatementDesc statement,
Collection<Integer> agentInstanceIds) |
static List<AgentInstance> |
ContextManagerUtil.getAgentInstancesFiltered(ContextControllerStatementDesc statement,
Collection<Integer> agentInstanceIds,
Function<AgentInstance,Boolean> filter) |
Modifier and Type | Method and Description |
---|---|
void |
ContextManagerRealization.contextPartitionTerminate(IntSeqKey controllerPath,
int subpathIdOrCPId,
ContextController originator,
Map<String,Object> terminationProperties,
boolean leaveLocksAcquired,
List<AgentInstance> agentInstancesLocksHeld) |
void |
ContextStatementEventEvaluatorDefault.evaluateEventForStatement(EventBean theEvent,
List<AgentInstance> agentInstances,
AgentInstanceContext agentInstanceContextCreate) |
void |
ContextStatementEventEvaluator.evaluateEventForStatement(EventBean theEvent,
List<AgentInstance> agentInstances,
AgentInstanceContext agentInstanceContextCreate) |
static List<AgentInstance> |
ContextManagerUtil.getAgentInstancesFiltered(ContextControllerStatementDesc statement,
Collection<Integer> agentInstanceIds,
Function<AgentInstance,Boolean> filter) |
Constructor and Description |
---|
ContextPartitionInstantiationResult(int subpathOrCPId,
List<AgentInstance> agentInstances) |
Modifier and Type | Field and Description |
---|---|
protected AgentInstance[] |
AgentInstanceArrayIterator.instances |
Modifier and Type | Method and Description |
---|---|
static AgentInstance |
AgentInstanceUtil.startStatement(StatementContextRuntimeServices services,
int assignedContextId,
ContextControllerStatementDesc statementDesc,
MappedEventBean contextBean,
AgentInstanceFilterProxy proxy) |
Modifier and Type | Method and Description |
---|---|
int |
AgentInstanceComparator.compare(AgentInstance ai1,
AgentInstance ai2) |
Modifier and Type | Method and Description |
---|---|
static void |
AgentInstanceUtil.contextPartitionTerminate(int agentInstanceId,
ContextControllerStatementDesc statementDesc,
Map<String,Object> terminationProperties,
boolean leaveLocksAcquired,
List<AgentInstance> agentInstancesLocksHeld) |
static void |
AgentInstanceUtil.evaluateEventForStatement(EventBean theEvent,
Map<String,Object> optionalTriggeringPattern,
List<AgentInstance> agentInstances,
AgentInstanceContext agentInstanceContextCreate) |
Constructor and Description |
---|
AgentInstanceArrayIterator(AgentInstance[] instances) |
AgentInstanceArraySafeIterator(AgentInstance[] instances) |
Copyright © 2005–2018. All rights reserved.