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