public interface ContextController
Modifier and Type | Method and Description |
---|---|
void |
activate(IntSeqKey path,
Object[] parentPartitionKeys,
EventBean optionalTriggeringEvent,
Map<String,Object> optionalTriggeringPattern) |
void |
deactivate(IntSeqKey path,
boolean terminateChildContexts) |
void |
destroy() |
ContextControllerFactory |
getFactory() |
ContextManagerRealization |
getRealization() |
void |
visitSelectedPartitions(IntSeqKey path,
ContextPartitionSelector selector,
ContextPartitionVisitor visitor,
ContextPartitionSelector[] selectorPerLevel) |
void activate(IntSeqKey path, Object[] parentPartitionKeys, EventBean optionalTriggeringEvent, Map<String,Object> optionalTriggeringPattern)
void deactivate(IntSeqKey path, boolean terminateChildContexts)
void visitSelectedPartitions(IntSeqKey path, ContextPartitionSelector selector, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel)
ContextControllerFactory getFactory()
void destroy()
ContextManagerRealization getRealization()
Copyright © 2005–2018. All rights reserved.