public interface ContextControllerLifecycleCallback
Modifier and Type | Method and Description |
---|---|
ContextPartitionInstantiationResult |
contextPartitionInstantiate(IntSeqKey controllerPathId,
int subpathId,
ContextController originator,
EventBean optionalTriggeringEvent,
Map<String,Object> optionalTriggeringPattern,
Object[] parentPartitionKeys,
Object partitionKey) |
void |
contextPartitionRecursiveVisit(IntSeqKey controllerPath,
int subpathId,
ContextController originator,
ContextPartitionVisitor visitor,
ContextPartitionSelector[] selectorPerLevel) |
void |
contextPartitionTerminate(IntSeqKey controllerPath,
int subpathIdOrCPId,
ContextController originator,
Map<String,Object> terminationProperties,
boolean leaveLocksAcquired,
List<AgentInstance> agentInstancesLocksHeld) |
ContextPartitionInstantiationResult contextPartitionInstantiate(IntSeqKey controllerPathId, int subpathId, ContextController originator, EventBean optionalTriggeringEvent, Map<String,Object> optionalTriggeringPattern, Object[] parentPartitionKeys, Object partitionKey)
void contextPartitionTerminate(IntSeqKey controllerPath, int subpathIdOrCPId, ContextController originator, Map<String,Object> terminationProperties, boolean leaveLocksAcquired, List<AgentInstance> agentInstancesLocksHeld)
void contextPartitionRecursiveVisit(IntSeqKey controllerPath, int subpathId, ContextController originator, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel)
Copyright © 2005–2018. All rights reserved.