public class EPLMethodInvocationContext
extends java.lang.Object
Constructor and Description |
---|
EPLMethodInvocationContext(java.lang.String statementName,
int contextPartitionId,
java.lang.String runtimeURI,
java.lang.String functionName,
java.lang.Object statementUserObject,
EventBeanService eventBeanService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
int |
getContextPartitionId()
Returns the context partition id, or -1 if no contexts or if the invocation context is not associated to a specific statement and is shareable between statements
|
EventBeanService |
getEventBeanService()
Returns event and event type services.
|
java.lang.String |
getFunctionName()
Returns the function name that appears in the EPL statement.
|
java.lang.String |
getRuntimeURI()
Returns the runtime URI or null if not set
|
java.lang.String |
getStatementName()
Returns the statement name, or null if the invocation context is not associated to a specific statement and is shareable between statements
|
java.lang.Object |
getStatementUserObject()
Returns the statement user object or null if not assigned or if the invocation context is not associated to a specific statement and is shareable between statements
|
public EPLMethodInvocationContext(java.lang.String statementName, int contextPartitionId, java.lang.String runtimeURI, java.lang.String functionName, java.lang.Object statementUserObject, EventBeanService eventBeanService)
statementName
- the statement namecontextPartitionId
- context partition id if using contexts, or -1 if not using context partitionsruntimeURI
- the runtime URIfunctionName
- the name of the plug-in single row function, or the method name if not a plug-in single row functionstatementUserObject
- the statement user object or null if not assignedeventBeanService
- event and event type servicespublic java.lang.String getStatementName()
public int getContextPartitionId()
public java.lang.String getRuntimeURI()
public java.lang.String getFunctionName()
public java.lang.Object getStatementUserObject()
public EventBeanService getEventBeanService()