public class ConditionHandlerContext extends Object
ConditionHandler
implementations providing
runtime-condition-contextual information.
Statement information pertains to the statement currently being processed when the condition occured.
Constructor and Description |
---|
ConditionHandlerContext(String runtimeURI,
String statementName,
String deploymentId,
BaseCondition condition)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
BaseCondition |
getCondition()
Returns the condition reported.
|
String |
getDeploymentId()
Returns the deployment id of the statement.
|
String |
getRuntimeURI()
Returns the runtime URI.
|
String |
getStatementName()
Returns the statement name, if provided, or the statement id assigned to the statement if no name was provided.
|
public ConditionHandlerContext(String runtimeURI, String statementName, String deploymentId, BaseCondition condition)
runtimeURI
- runtime URIstatementName
- statement namedeploymentId
- statement deployment-idcondition
- condition reportedpublic String getRuntimeURI()
public String getStatementName()
public String getDeploymentId()
public BaseCondition getCondition()
Copyright © 2005–2018. All rights reserved.