public interface ContextControllerKeyedSvc
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)
void keyVisitEntry(IntSeqKey controllerPath, Consumer<ContextControllerKeyedSvcEntry> consumer)
Collection<Integer> deactivate(IntSeqKey controllerPath)
void destroy()
Copyright © 2005–2021. All rights reserved.