public class EPLMethodInvocationContext
extends java.lang.Object
Constructor and Description |
---|
EPLMethodInvocationContext(java.lang.String statementName,
int contextPartitionId,
java.lang.String engineURI,
java.lang.String functionName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
int |
getContextPartitionId()
Returns the context partition id, or -1 if no contexts
|
java.lang.String |
getEngineURI()
Returns the engine URI
|
java.lang.String |
getFunctionName()
Returns the function name that appears in the EPL statement.
|
java.lang.String |
getStatementName()
Returns the statement name.
|
public EPLMethodInvocationContext(java.lang.String statementName, int contextPartitionId, java.lang.String engineURI, java.lang.String functionName)
statementName
- the statement namecontextPartitionId
- context partition id if using contexts, or -1 if not using context partitionsengineURI
- the engine URIfunctionName
- the name of the plug-in single row function, or the method name if not a plug-in single row functionpublic java.lang.String getStatementName()
public int getContextPartitionId()
public java.lang.String getEngineURI()
public java.lang.String getFunctionName()