public class ConditionHandlerContext extends Object
ConditionHandler
implementations providing
engine-condition-contextual information.
Statement information pertains to the statement currently being processed when the condition occured.
Constructor and Description |
---|
ConditionHandlerContext(String engineURI,
String statementName,
String epl,
BaseCondition engineCondition)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
BaseCondition |
getEngineCondition()
Returns the condition reported.
|
String |
getEngineURI()
Returns the engine URI.
|
String |
getEpl()
Returns the expression text of the statement.
|
String |
getStatementName()
Returns the statement name, if provided, or the statement id assigned to the statement if no name was provided.
|
public ConditionHandlerContext(String engineURI, String statementName, String epl, BaseCondition engineCondition)
engineURI
- engine URIstatementName
- statement nameepl
- statement EPL expression textengineCondition
- condition reportedpublic String getEngineURI()
public String getStatementName()
public String getEpl()
public BaseCondition getEngineCondition()