|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.hook.EPLExpressionEvaluationContext
public class EPLExpressionEvaluationContext
Provides expression evaluation context information in an expression.
Constructor Summary | |
---|---|
EPLExpressionEvaluationContext(java.lang.String statementName,
int contextPartitionId,
java.lang.String engineURI,
java.lang.Object statementUserObject)
Ctor - for engine use and not for client use. |
Method Summary | |
---|---|
int |
getContextPartitionId()
Returns the context partition id |
java.lang.String |
getEngineURI()
Returns the engine URI |
java.lang.String |
getStatementName()
Returns the statement name. |
java.lang.Object |
getStatementUserObject()
Returns the statement user object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPLExpressionEvaluationContext(java.lang.String statementName, int contextPartitionId, java.lang.String engineURI, java.lang.Object statementUserObject)
statementName
- the statement namecontextPartitionId
- the context partition idengineURI
- the engine uristatementUserObject
- the statement user object or null if none was assignedMethod Detail |
---|
public java.lang.String getEngineURI()
public java.lang.String getStatementName()
public int getContextPartitionId()
public java.lang.Object getStatementUserObject()
|
© 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 |