public class OnSetVariableViewFactory extends Object
Constructor and Description |
---|
OnSetVariableViewFactory(int statementId,
OnTriggerSetDesc desc,
EventAdapterService eventAdapterService,
VariableService variableService,
StatementResultService statementResultService,
ExprEvaluatorContext exprEvaluatorContext)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventAdapterService |
getEventAdapterService() |
EventType |
getEventType() |
StatementResultService |
getStatementResultService() |
VariableReadWritePackage |
getVariableReadWritePackage() |
VariableService |
getVariableService() |
OnSetVariableView |
instantiate(ExprEvaluatorContext exprEvaluatorContext) |
public OnSetVariableViewFactory(int statementId, OnTriggerSetDesc desc, EventAdapterService eventAdapterService, VariableService variableService, StatementResultService statementResultService, ExprEvaluatorContext exprEvaluatorContext) throws ExprValidationException
desc
- specification for the on-set statementeventAdapterService
- for creating statementsvariableService
- for setting variablesstatementResultService
- for coordinating on whether insert and remove stream events should be postedexprEvaluatorContext
- context for expression evalauationstatementId
- statement idExprValidationException
- if the assignment expressions are invalidpublic OnSetVariableView instantiate(ExprEvaluatorContext exprEvaluatorContext)
public EventType getEventType()
public EventAdapterService getEventAdapterService()
public VariableService getVariableService()
public VariableReadWritePackage getVariableReadWritePackage()
public StatementResultService getStatementResultService()