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