public class EPLExpressionEvaluationContext extends Object
Constructor and Description |
---|
EPLExpressionEvaluationContext(String statementName,
int contextPartitionId,
String runtimeURI,
Object statementUserObject)
Ctor - for runtime use and not for client use.
|
Modifier and Type | Method and Description |
---|---|
int |
getContextPartitionId()
Returns the context partition id
|
String |
getRuntimeURI()
Returns the runtime URI
|
String |
getStatementName()
Returns the statement name.
|
Object |
getStatementUserObject()
Returns the statement user object
|
public EPLExpressionEvaluationContext(String statementName, int contextPartitionId, String runtimeURI, Object statementUserObject)
statementName
- the statement namecontextPartitionId
- the context partition idruntimeURI
- the runtime URIstatementUserObject
- the statement user object or null if none was assignedpublic String getRuntimeURI()
public String getStatementName()
public int getContextPartitionId()
public Object getStatementUserObject()
Copyright © 2005–2018. All rights reserved.