Interface ContextControllerKeyedSvc
- All Known Implementing Classes:
ContextControllerKeyedSvcLevelAny
,ContextControllerKeyedSvcLevelOne
public interface ContextControllerKeyedSvc
-
Method Summary
Modifier and TypeMethodDescriptiondeactivate
(IntSeqKey controllerPath) void
destroy()
void
keyAdd
(IntSeqKey controllerPath, Object key, int subpathIdOrCPId, ContextControllerConditionNonHA terminationCondition) int
keyGetSubpathOrCPId
(IntSeqKey controllerPath, Object key) keyGetTermConditions
(IntSeqKey controllerPath) boolean
keyHasSeen
(IntSeqKey controllerPath, Object key) void
keyVisit
(IntSeqKey controllerPath, BiConsumer<Object, Integer> keyAndSubpathOrCPId) void
keyVisitEntry
(IntSeqKey controllerPath, Consumer<ContextControllerKeyedSvcEntry> consumer) void
mgmtCreate
(IntSeqKey controllerPath, Object[] parentPartitionKeys) mgmtGetFilters
(IntSeqKey controllerPath) int
mgmtGetIncSubpath
(IntSeqKey controllerPath) Object[]
mgmtGetPartitionKeys
(IntSeqKey controllerPath) void
mgmtSetFilters
(IntSeqKey controllerPath, ContextControllerFilterEntry[] filterEntries)
-
Method Details
-
mgmtCreate
-
mgmtSetFilters
-
mgmtGetIncSubpath
-
mgmtGetFilters
-
mgmtGetPartitionKeys
-
keyHasSeen
-
keyAdd
void keyAdd(IntSeqKey controllerPath, Object key, int subpathIdOrCPId, ContextControllerConditionNonHA terminationCondition) -
keyRemove
-
keyGetTermConditions
-
keyGetSubpathOrCPId
-
keyVisit
-
keyVisitEntry
-
deactivate
-
destroy
void destroy()
-