public interface ContextControllerKeyedSvc
Modifier and Type | Method and Description |
---|---|
Collection<Integer> |
deactivate(IntSeqKey controllerPath) |
void |
destroy() |
void |
keyAdd(IntSeqKey controllerPath,
Object key,
int subpathIdOrCPId,
ContextControllerConditionNonHA terminationCondition) |
int |
keyGetSubpathOrCPId(IntSeqKey controllerPath,
Object key) |
List<ContextControllerConditionNonHA> |
keyGetTermConditions(IntSeqKey controllerPath) |
boolean |
keyHasSeen(IntSeqKey controllerPath,
Object key) |
ContextControllerKeyedSvcEntry |
keyRemove(IntSeqKey controllerPath,
Object key) |
void |
keyVisit(IntSeqKey controllerPath,
BiConsumer<Object,Integer> keyAndSubpathOrCPId) |
void |
mgmtCreate(IntSeqKey controllerPath,
Object[] parentPartitionKeys) |
ContextControllerFilterEntry[] |
mgmtGetFilters(IntSeqKey controllerPath) |
int |
mgmtGetIncSubpath(IntSeqKey controllerPath) |
Object[] |
mgmtGetPartitionKeys(IntSeqKey controllerPath) |
void |
mgmtSetFilters(IntSeqKey controllerPath,
ContextControllerFilterEntry[] filterEntries) |
void mgmtSetFilters(IntSeqKey controllerPath, ContextControllerFilterEntry[] filterEntries)
int mgmtGetIncSubpath(IntSeqKey controllerPath)
ContextControllerFilterEntry[] mgmtGetFilters(IntSeqKey controllerPath)
void keyAdd(IntSeqKey controllerPath, Object key, int subpathIdOrCPId, ContextControllerConditionNonHA terminationCondition)
ContextControllerKeyedSvcEntry keyRemove(IntSeqKey controllerPath, Object key)
List<ContextControllerConditionNonHA> keyGetTermConditions(IntSeqKey controllerPath)
void keyVisit(IntSeqKey controllerPath, BiConsumer<Object,Integer> keyAndSubpathOrCPId)
Collection<Integer> deactivate(IntSeqKey controllerPath)
void destroy()
Copyright © 2005–2018. All rights reserved.