com.espertech.esper.client.context
Class ContextPartitionVariableState

java.lang.Object
  extended by com.espertech.esper.client.context.ContextPartitionVariableState

public class ContextPartitionVariableState
extends java.lang.Object

The variable state for a context partitioned variable.


Constructor Summary
ContextPartitionVariableState(int agentInstanceId, ContextPartitionIdentifier identifier, java.lang.Object state)
          Ctor.
 
Method Summary
 int getAgentInstanceId()
          Returns the agent instance id
 ContextPartitionIdentifier getIdentifier()
          Returns context partition identifier
 java.lang.Object getState()
          Returns the variable state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextPartitionVariableState

public ContextPartitionVariableState(int agentInstanceId,
                                     ContextPartitionIdentifier identifier,
                                     java.lang.Object state)
Ctor.

Parameters:
agentInstanceId - agent instance id
identifier - context partition identification
state - variable state
Method Detail

getAgentInstanceId

public int getAgentInstanceId()
Returns the agent instance id

Returns:
id

getIdentifier

public ContextPartitionIdentifier getIdentifier()
Returns context partition identifier

Returns:
context partition info

getState

public java.lang.Object getState()
Returns the variable state

Returns:
state

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