public class StatementUserObjectRuntimeContext
extends java.lang.Object
StatementUserObjectRuntimeOption
.Constructor and Description |
---|
StatementUserObjectRuntimeContext(java.lang.String deploymentId,
java.lang.String statementName,
int statementId,
java.lang.String epl,
java.lang.annotation.Annotation[] annotations)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.annotation.Annotation[] |
getAnnotations()
Returns the annotations.
|
java.lang.String |
getDeploymentId()
Returns the deployment id
|
java.lang.String |
getEpl()
Returns the EPL when attached or null when not available
|
int |
getStatementId()
Returns the statement number
|
java.lang.String |
getStatementName()
Returns the statement name
|
public StatementUserObjectRuntimeContext(java.lang.String deploymentId, java.lang.String statementName, int statementId, java.lang.String epl, java.lang.annotation.Annotation[] annotations)
deploymentId
- deployment idstatementName
- statement namestatementId
- statement numberepl
- epl when attached or nullannotations
- annotationspublic java.lang.String getDeploymentId()
public java.lang.String getStatementName()
public int getStatementId()
public java.lang.String getEpl()
public java.lang.annotation.Annotation[] getAnnotations()