public class EPLExpressionEvaluationContext
extends java.lang.Object
Constructor and Description |
---|
EPLExpressionEvaluationContext(java.lang.String statementName,
int contextPartitionId,
java.lang.String engineURI,
java.lang.Object statementUserObject)
Ctor - for engine use and not for client use.
|
Modifier and Type | Method and Description |
---|---|
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
|
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 assignedpublic java.lang.String getEngineURI()
public java.lang.String getStatementName()
public int getContextPartitionId()
public java.lang.Object getStatementUserObject()