Click or drag to resize

EPLMethodInvocationContext Class

Invocation context for method invocations that invoke static methods or plug-in single-row functions.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.exprEPLMethodInvocationContext

Namespace:  com.espertech.esper.common.client.hook.expr
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class EPLMethodInvocationContext

The EPLMethodInvocationContext type exposes the following members.

Constructors
  NameDescription
Public methodEPLMethodInvocationContext
Ctor.
Top
Properties
  NameDescription
Public propertyContextPartitionId
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
Public propertyEventBeanService
Returns event and event type services.
Public propertyFunctionName
Returns the function name that appears in the EPL statement.
Public propertyRuntimeURI
Returns the engine URI
Public propertyStatementName
Returns the statement name, or null if the invocation context is not associated to a specific statement and is shareable between statements
Public propertyStatementUserObject
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
Top
See Also