public interface ContextControllerInitTermSvc
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
endCreate(IntSeqKey endConditionPath,
int subpathIdOrCPId,
ContextControllerConditionNonHA endCondition,
ContextControllerInitTermPartitionKey partitionKey) |
ContextControllerInitTermSvcEntry |
endDelete(IntSeqKey conditionPath) |
Collection<ContextControllerInitTermSvcEntry> |
endDeleteByParentPath(IntSeqKey controllerPath) |
void |
endVisit(IntSeqKey controllerPath,
BiConsumer<ContextControllerInitTermPartitionKey,Integer> partKeyAndCPId) |
void |
mgmtCreate(IntSeqKey controllerPath,
Object[] parentPartitionKeys) |
ContextControllerConditionNonHA |
mgmtDelete(IntSeqKey controllerPath) |
Object[] |
mgmtGetParentPartitionKeys(IntSeqKey controllerPath) |
ContextControllerConditionNonHA |
mgmtUpdClearStartCondition(IntSeqKey controllerPath) |
int |
mgmtUpdIncSubpath(IntSeqKey controllerPath) |
void |
mgmtUpdSetStartCondition(IntSeqKey controllerPath,
ContextControllerConditionNonHA startCondition) |
int mgmtUpdIncSubpath(IntSeqKey controllerPath)
ContextControllerConditionNonHA mgmtUpdClearStartCondition(IntSeqKey controllerPath)
void mgmtUpdSetStartCondition(IntSeqKey controllerPath, ContextControllerConditionNonHA startCondition)
ContextControllerConditionNonHA mgmtDelete(IntSeqKey controllerPath)
void endCreate(IntSeqKey endConditionPath, int subpathIdOrCPId, ContextControllerConditionNonHA endCondition, ContextControllerInitTermPartitionKey partitionKey)
Collection<ContextControllerInitTermSvcEntry> endDeleteByParentPath(IntSeqKey controllerPath)
ContextControllerInitTermSvcEntry endDelete(IntSeqKey conditionPath)
void endVisit(IntSeqKey controllerPath, BiConsumer<ContextControllerInitTermPartitionKey,Integer> partKeyAndCPId)
void destroy()
Copyright © 2005–2018. All rights reserved.