com.espertech.esper.core.service
Class StatementContextCPPair
java.lang.Object
com.espertech.esper.core.service.StatementContextCPPair
public class StatementContextCPPair
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
StatementContextCPPair
public StatementContextCPPair(int statementId,
int agentInstanceId,
StatementContext optionalStatementContext)
getStatementId
public int getStatementId()
getAgentInstanceId
public int getAgentInstanceId()
getOptionalStatementContext
public StatementContext getOptionalStatementContext()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object