com.espertech.esper.core.context.factory
Class StatementAgentInstanceFactoryOnTrigger
java.lang.Object
com.espertech.esper.core.context.factory.StatementAgentInstanceFactoryOnTrigger
- All Implemented Interfaces:
- StatementAgentInstanceFactory
public class StatementAgentInstanceFactoryOnTrigger
- extends java.lang.Object
- implements StatementAgentInstanceFactory
Constructor Summary |
StatementAgentInstanceFactoryOnTrigger(StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
ViewableActivator activator,
SubSelectStrategyCollection subSelectStrategyCollection,
ResultSetProcessorFactoryDesc resultSetProcessorPrototype,
ExprNode validatedJoin,
EventType activatorResultEventType,
StatementAgentInstanceFactoryOnTriggerSplitDesc splitDesc,
ResultSetProcessorFactoryDesc outputResultSetProcessorPrototype,
OnSetVariableViewFactory onSetVariableViewFactory,
NamedWindowOnExprFactory onExprFactory,
OutputProcessViewFactory outputProcessViewFactory,
boolean recoveringStatement)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatementAgentInstanceFactoryOnTrigger
public StatementAgentInstanceFactoryOnTrigger(StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
ViewableActivator activator,
SubSelectStrategyCollection subSelectStrategyCollection,
ResultSetProcessorFactoryDesc resultSetProcessorPrototype,
ExprNode validatedJoin,
EventType activatorResultEventType,
StatementAgentInstanceFactoryOnTriggerSplitDesc splitDesc,
ResultSetProcessorFactoryDesc outputResultSetProcessorPrototype,
OnSetVariableViewFactory onSetVariableViewFactory,
NamedWindowOnExprFactory onExprFactory,
OutputProcessViewFactory outputProcessViewFactory,
boolean recoveringStatement)
newContext
public StatementAgentInstanceFactoryOnTriggerResult newContext(AgentInstanceContext agentInstanceContext,
boolean isRecoveringResilient)
- Specified by:
newContext
in interface StatementAgentInstanceFactory