|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.context.ContextPartitionVariableState
public class ContextPartitionVariableState
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 |
---|
public ContextPartitionVariableState(int agentInstanceId, ContextPartitionIdentifier identifier, java.lang.Object state)
agentInstanceId
- agent instance ididentifier
- context partition identificationstate
- variable stateMethod Detail |
---|
public int getAgentInstanceId()
public ContextPartitionIdentifier getIdentifier()
public java.lang.Object getState()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |