com.espertech.esper.core.context.mgr
Class ContextControllerTreeEntry

java.lang.Object
  extended by com.espertech.esper.core.context.mgr.ContextControllerTreeEntry

public class ContextControllerTreeEntry
extends java.lang.Object


Constructor Summary
ContextControllerTreeEntry(ContextController parent, java.util.Map<java.lang.Integer,ContextController> childContexts, java.lang.Object initPartitionKey, java.util.Map<java.lang.String,java.lang.Object> initContextProperties)
           
 
Method Summary
 java.util.Map<java.lang.Integer,ContextControllerTreeAgentInstanceList> getAgentInstances()
           
 java.util.Map<java.lang.Integer,ContextController> getChildContexts()
           
 java.util.Map<java.lang.String,java.lang.Object> getInitContextProperties()
           
 java.lang.Object getInitPartitionKey()
           
 ContextController getParent()
           
 void setAgentInstances(java.util.Map<java.lang.Integer,ContextControllerTreeAgentInstanceList> agentInstances)
           
 void setChildContexts(java.util.Map<java.lang.Integer,ContextController> childContexts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextControllerTreeEntry

public ContextControllerTreeEntry(ContextController parent,
                                  java.util.Map<java.lang.Integer,ContextController> childContexts,
                                  java.lang.Object initPartitionKey,
                                  java.util.Map<java.lang.String,java.lang.Object> initContextProperties)
Method Detail

getParent

public ContextController getParent()

getChildContexts

public java.util.Map<java.lang.Integer,ContextController> getChildContexts()

setChildContexts

public void setChildContexts(java.util.Map<java.lang.Integer,ContextController> childContexts)

getInitPartitionKey

public java.lang.Object getInitPartitionKey()

getAgentInstances

public java.util.Map<java.lang.Integer,ContextControllerTreeAgentInstanceList> getAgentInstances()

setAgentInstances

public void setAgentInstances(java.util.Map<java.lang.Integer,ContextControllerTreeAgentInstanceList> agentInstances)

getInitContextProperties

public java.util.Map<java.lang.String,java.lang.Object> getInitContextProperties()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com