public class ContextControllerKeyedSvcLevelOne extends Object implements ContextControllerKeyedSvc
Constructor and Description |
---|
ContextControllerKeyedSvcLevelOne() |
Modifier and Type | Method and Description |
---|---|
Collection<Integer> |
deactivate(IntSeqKey controllerPath) |
void |
destroy() |
void |
keyAdd(IntSeqKey controllerPath,
Object key,
int subpathIdOrCPId,
ContextControllerConditionNonHA terminationCondition) |
int |
keyGetSubpathOrCPId(IntSeqKey controllerPath,
Object key) |
List<ContextControllerConditionNonHA> |
keyGetTermConditions(IntSeqKey controllerPath) |
boolean |
keyHasSeen(IntSeqKey controllerPath,
Object key) |
ContextControllerKeyedSvcEntry |
keyRemove(IntSeqKey controllerPath,
Object key) |
void |
keyVisit(IntSeqKey controllerPath,
BiConsumer<Object,Integer> keyAndSubpathOrCPId) |
void |
mgmtCreate(IntSeqKey controllerPath,
Object[] parentPartitionKeys) |
ContextControllerFilterEntry[] |
mgmtGetFilters(IntSeqKey controllerPath) |
int |
mgmtGetIncSubpath(IntSeqKey controllerPath) |
Object[] |
mgmtGetPartitionKeys(IntSeqKey controllerPath) |
void |
mgmtSetFilters(IntSeqKey controllerPath,
ContextControllerFilterEntry[] filterEntries) |
public Object[] mgmtGetPartitionKeys(IntSeqKey controllerPath)
mgmtGetPartitionKeys
in interface ContextControllerKeyedSvc
public int mgmtGetIncSubpath(IntSeqKey controllerPath)
mgmtGetIncSubpath
in interface ContextControllerKeyedSvc
public void mgmtCreate(IntSeqKey controllerPath, Object[] parentPartitionKeys)
mgmtCreate
in interface ContextControllerKeyedSvc
public void mgmtSetFilters(IntSeqKey controllerPath, ContextControllerFilterEntry[] filterEntries)
mgmtSetFilters
in interface ContextControllerKeyedSvc
public ContextControllerFilterEntry[] mgmtGetFilters(IntSeqKey controllerPath)
mgmtGetFilters
in interface ContextControllerKeyedSvc
public boolean keyHasSeen(IntSeqKey controllerPath, Object key)
keyHasSeen
in interface ContextControllerKeyedSvc
public void keyAdd(IntSeqKey controllerPath, Object key, int subpathIdOrCPId, ContextControllerConditionNonHA terminationCondition)
keyAdd
in interface ContextControllerKeyedSvc
public ContextControllerKeyedSvcEntry keyRemove(IntSeqKey controllerPath, Object key)
keyRemove
in interface ContextControllerKeyedSvc
public List<ContextControllerConditionNonHA> keyGetTermConditions(IntSeqKey controllerPath)
keyGetTermConditions
in interface ContextControllerKeyedSvc
public void keyVisit(IntSeqKey controllerPath, BiConsumer<Object,Integer> keyAndSubpathOrCPId)
keyVisit
in interface ContextControllerKeyedSvc
public int keyGetSubpathOrCPId(IntSeqKey controllerPath, Object key)
keyGetSubpathOrCPId
in interface ContextControllerKeyedSvc
public Collection<Integer> deactivate(IntSeqKey controllerPath)
deactivate
in interface ContextControllerKeyedSvc
public void destroy()
destroy
in interface ContextControllerKeyedSvc
Copyright © 2005–2018. All rights reserved.