Interface ContextControllerInitTermSvc
- All Known Implementing Classes:
ContextControllerInitTermSvcLevelAny
,ContextControllerInitTermSvcLevelOne
public interface ContextControllerInitTermSvc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
endCreate
(IntSeqKey endConditionPath, int subpathIdOrCPId, ContextControllerConditionNonHA endCondition, ContextControllerInitTermPartitionKey partitionKey) endDeleteByParentPath
(IntSeqKey controllerPath) void
endVisit
(IntSeqKey controllerPath, BiConsumer<ContextControllerInitTermPartitionKey, Integer> partKeyAndCPId) void
endVisitConditions
(IntSeqKey controllerPath, BiConsumer<ContextControllerConditionNonHA, Integer> partKeyAndCPId) void
mgmtCreate
(IntSeqKey controllerPath, Object[] parentPartitionKeys) mgmtDelete
(IntSeqKey controllerPath) Object[]
mgmtGetParentPartitionKeys
(IntSeqKey controllerPath) mgmtGetStartCondition
(IntSeqKey conditionPath) mgmtUpdClearStartCondition
(IntSeqKey controllerPath) int
mgmtUpdIncSubpath
(IntSeqKey controllerPath) void
mgmtUpdSetStartCondition
(IntSeqKey controllerPath, ContextControllerConditionNonHA startCondition)
-
Method Details
-
mgmtCreate
-
mgmtGetParentPartitionKeys
-
mgmtUpdIncSubpath
-
mgmtUpdClearStartCondition
-
mgmtUpdSetStartCondition
void mgmtUpdSetStartCondition(IntSeqKey controllerPath, ContextControllerConditionNonHA startCondition) -
mgmtDelete
-
endCreate
void endCreate(IntSeqKey endConditionPath, int subpathIdOrCPId, ContextControllerConditionNonHA endCondition, ContextControllerInitTermPartitionKey partitionKey) -
endDeleteByParentPath
-
endDelete
-
endVisit
void endVisit(IntSeqKey controllerPath, BiConsumer<ContextControllerInitTermPartitionKey, Integer> partKeyAndCPId) -
endVisitConditions
void endVisitConditions(IntSeqKey controllerPath, BiConsumer<ContextControllerConditionNonHA, Integer> partKeyAndCPId) -
destroy
void destroy() -
mgmtGetStartCondition
-