Modifier and Type | Class and Description |
---|---|
class |
ContextControllerCategory |
class |
ContextControllerCategoryImpl |
Modifier and Type | Method and Description |
---|---|
ContextController |
ContextControllerCategoryFactory.create(ContextManagerRealization contextManagerRealization) |
Modifier and Type | Method and Description |
---|---|
static ContextControllerConditionNonHA |
ContextControllerConditionFactory.getEndpoint(IntSeqKey conditionPath,
Object[] partitionKeys,
ContextConditionDescriptor endpoint,
ContextControllerConditionCallback callback,
ContextController controller) |
Constructor and Description |
---|
ContextControllerConditionCrontabImpl(IntSeqKey conditionPath,
long scheduleSlot,
ScheduleSpec[] scheduleSpecs,
ContextConditionDescriptorCrontab crontab,
ContextControllerConditionCallback callback,
ContextController controller) |
ContextControllerConditionFilter(IntSeqKey conditionPath,
Object[] partitionKeys,
ContextConditionDescriptorFilter filter,
ContextControllerConditionCallback callback,
ContextController controller) |
ContextControllerConditionPattern(IntSeqKey conditionPath,
Object[] partitionKeys,
ContextConditionDescriptorPattern pattern,
ContextControllerConditionCallback callback,
ContextController controller) |
ContextControllerConditionTimePeriod(long scheduleSlot,
ContextConditionDescriptorTimePeriod timePeriod,
IntSeqKey conditionPath,
ContextControllerConditionCallback callback,
ContextController controller) |
Modifier and Type | Class and Description |
---|---|
class |
ContextControllerBase |
Modifier and Type | Method and Description |
---|---|
ContextController |
ContextControllerFactory.create(ContextManagerRealization contextManagerRealization) |
Modifier and Type | Method and Description |
---|---|
ContextPartitionInstantiationResult |
ContextControllerLifecycleCallback.contextPartitionInstantiate(IntSeqKey controllerPathId,
int subpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
Map<String,Object> optionalTriggeringPattern,
Object[] parentPartitionKeys,
Object partitionKey) |
void |
ContextControllerLifecycleCallback.contextPartitionRecursiveVisit(IntSeqKey controllerPath,
int subpathId,
ContextController originator,
ContextPartitionVisitor visitor,
ContextPartitionSelector[] selectorPerLevel) |
void |
ContextControllerLifecycleCallback.contextPartitionTerminate(IntSeqKey controllerPath,
int subpathIdOrCPId,
ContextController originator,
Map<String,Object> terminationProperties,
boolean leaveLocksAcquired,
List<AgentInstance> agentInstancesLocksHeld) |
Modifier and Type | Class and Description |
---|---|
class |
ContextControllerHash |
class |
ContextControllerHashImpl |
Modifier and Type | Method and Description |
---|---|
ContextController |
ContextControllerHashFactory.create(ContextManagerRealization contextManagerRealization) |
Modifier and Type | Class and Description |
---|---|
class |
ContextControllerInitTerm |
class |
ContextControllerInitTermBase |
class |
ContextControllerInitTermNonOverlap |
class |
ContextControllerInitTermOverlap |
Modifier and Type | Method and Description |
---|---|
ContextController |
ContextControllerInitTermFactory.create(ContextManagerRealization contextManagerRealization) |
Modifier and Type | Class and Description |
---|---|
class |
ContextControllerKeyed |
class |
ContextControllerKeyedImpl |
Modifier and Type | Method and Description |
---|---|
ContextController |
ContextControllerKeyedFactory.create(ContextManagerRealization contextManagerRealization) |
Modifier and Type | Method and Description |
---|---|
ContextController[] |
ContextManagerRealization.getContextControllers() |
Modifier and Type | Method and Description |
---|---|
ContextPartitionInstantiationResult |
ContextManagerRealization.contextPartitionInstantiate(IntSeqKey controllerPathId,
int subpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
Map<String,Object> optionalPatternForInclusiveEval,
Object[] parentPartitionKeys,
Object partitionKey) |
void |
ContextManagerRealization.contextPartitionRecursiveVisit(IntSeqKey controllerPath,
int subpathOrAgentInstanceId,
ContextController originator,
ContextPartitionVisitor visitor,
ContextPartitionSelector[] selectorPerLevel) |
void |
ContextManagerRealization.contextPartitionTerminate(IntSeqKey controllerPath,
int subpathIdOrCPId,
ContextController originator,
Map<String,Object> terminationProperties,
boolean leaveLocksAcquired,
List<AgentInstance> agentInstancesLocksHeld) |
void |
ContextManagerRealization.transferRecursive(IntSeqKey controllerPath,
int subpathOrAgentInstanceId,
ContextController originator,
AgentInstanceTransferServices xfer) |
Modifier and Type | Method and Description |
---|---|
static void |
AgentInstanceUtil.contextPartitionTerminate(int agentInstanceId,
ContextControllerStatementDesc statementDesc,
ContextController[] contextControllers,
Map<String,Object> terminationProperties,
boolean leaveLocksAcquired,
List<AgentInstance> agentInstancesLocksHeld) |
Copyright © 2005–2021. All rights reserved.