Class StatementUserObjectRuntimeContext
java.lang.Object
com.espertech.esper.runtime.client.option.StatementUserObjectRuntimeContext
Provides the environment to
StatementUserObjectRuntimeOption
.-
Constructor Summary
ConstructorDescriptionStatementUserObjectRuntimeContext
(String deploymentId, String statementName, int statementId, String epl, Annotation[] annotations) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the annotations.Returns the deployment idgetEpl()
Returns the EPL when attached or null when not availableint
Returns the statement numberReturns the statement name
-
Constructor Details
-
StatementUserObjectRuntimeContext
public StatementUserObjectRuntimeContext(String deploymentId, String statementName, int statementId, String epl, Annotation[] annotations) Ctor.- Parameters:
deploymentId
- deployment idstatementName
- statement namestatementId
- statement numberepl
- epl when attached or nullannotations
- annotations
-
-
Method Details
-
getDeploymentId
Returns the deployment id- Returns:
- deployment id
-
getStatementName
Returns the statement name- Returns:
- statement name
-
getStatementId
public int getStatementId()Returns the statement number- Returns:
- statement number
-
getEpl
Returns the EPL when attached or null when not available- Returns:
- epl
-
getAnnotations
Returns the annotations.- Returns:
- annotations
-