public class EPLExpressionEvaluationContext extends Object
Constructor and Description |
---|
EPLExpressionEvaluationContext(String statementName,
int contextPartitionId,
String engineURI,
Object statementUserObject)
Ctor - for engine use and not for client use.
|
Modifier and Type | Method and Description |
---|---|
int |
getContextPartitionId()
Returns the context partition id
|
String |
getEngineURI()
Returns the engine URI
|
String |
getStatementName()
Returns the statement name.
|
Object |
getStatementUserObject()
Returns the statement user object
|
public EPLExpressionEvaluationContext(String statementName, int contextPartitionId, String engineURI, Object statementUserObject)
statementName
- the statement namecontextPartitionId
- the context partition idengineURI
- the engine uristatementUserObject
- the statement user object or null if none was assignedpublic String getEngineURI()
public String getStatementName()
public int getContextPartitionId()
public Object getStatementUserObject()