public class ContextControllerTreeEntry extends Object
Constructor and Description |
---|
ContextControllerTreeEntry(ContextController parent,
Map<Integer,ContextController> childContexts,
Object initPartitionKey,
Map<String,Object> initContextProperties) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,ContextControllerTreeAgentInstanceList> |
getAgentInstances() |
Map<Integer,ContextController> |
getChildContexts() |
Map<String,Object> |
getInitContextProperties() |
Object |
getInitPartitionKey() |
ContextController |
getParent() |
void |
setAgentInstances(Map<Integer,ContextControllerTreeAgentInstanceList> agentInstances) |
void |
setChildContexts(Map<Integer,ContextController> childContexts) |
public ContextControllerTreeEntry(ContextController parent, Map<Integer,ContextController> childContexts, Object initPartitionKey, Map<String,Object> initContextProperties)
public ContextController getParent()
public Map<Integer,ContextController> getChildContexts()
public void setChildContexts(Map<Integer,ContextController> childContexts)
public Object getInitPartitionKey()
public Map<Integer,ContextControllerTreeAgentInstanceList> getAgentInstances()
public void setAgentInstances(Map<Integer,ContextControllerTreeAgentInstanceList> agentInstances)