public abstract class ContextControllerKeyed extends ContextControllerBase
Modifier and Type | Field and Description |
---|---|
protected ContextControllerKeyedFactory |
factory |
protected EventBean |
lastTerminatingEvent |
realization
Constructor and Description |
---|
ContextControllerKeyed(ContextManagerRealization realization,
ContextControllerKeyedFactory factory) |
Modifier and Type | Method and Description |
---|---|
AgentInstanceContext |
getAgentInstanceContextCreate() |
ContextControllerKeyedFactory |
getFactory() |
ContextManagerRealization |
getRealization() |
protected abstract int |
getSubpathOrCPId(IntSeqKey path,
Object keyForLookup) |
protected abstract void |
visitPartitions(IntSeqKey path,
BiConsumer<Object,Integer> keyAndSubpathOrCPId) |
void |
visitSelectedPartitions(IntSeqKey path,
ContextPartitionSelector selector,
ContextPartitionVisitor visitor,
ContextPartitionSelector[] selectorPerLevel) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
activate, deactivate, destroy
protected final ContextControllerKeyedFactory factory
protected EventBean lastTerminatingEvent
public ContextControllerKeyed(ContextManagerRealization realization, ContextControllerKeyedFactory factory)
protected abstract void visitPartitions(IntSeqKey path, BiConsumer<Object,Integer> keyAndSubpathOrCPId)
public AgentInstanceContext getAgentInstanceContextCreate()
public ContextControllerKeyedFactory getFactory()
public ContextManagerRealization getRealization()
getRealization
in interface ContextController
getRealization
in class ContextControllerBase
public void visitSelectedPartitions(IntSeqKey path, ContextPartitionSelector selector, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel)
Copyright © 2005–2018. All rights reserved.