|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.hook.EPLMethodInvocationContext
public class EPLMethodInvocationContext
Invocation context for method invocations that invoke static methods or plug-in single-row functions.
Constructor Summary | |
---|---|
EPLMethodInvocationContext(java.lang.String statementName,
int contextPartitionId,
java.lang.String engineURI,
java.lang.String functionName,
java.lang.Object statementUserObject)
Ctor. |
Method Summary | |
---|---|
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. |
java.lang.Object |
getStatementUserObject()
Returns the statement user object or null if not assigned |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPLMethodInvocationContext(java.lang.String statementName, int contextPartitionId, java.lang.String engineURI, java.lang.String functionName, java.lang.Object statementUserObject)
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 functionstatementUserObject
- the statement user object or null if not assignedMethod Detail |
---|
public java.lang.String getStatementName()
public int getContextPartitionId()
public java.lang.String getEngineURI()
public java.lang.String getFunctionName()
public java.lang.Object getStatementUserObject()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |