com.espertech.esper.core.context.factory
Class StatementAgentInstanceFactoryCreateWindow

java.lang.Object
  extended by com.espertech.esper.core.context.factory.StatementAgentInstanceFactoryBase
      extended by com.espertech.esper.core.context.factory.StatementAgentInstanceFactoryCreateWindow
All Implemented Interfaces:
StatementAgentInstanceFactory

public class StatementAgentInstanceFactoryCreateWindow
extends StatementAgentInstanceFactoryBase


Field Summary
protected  ViewableActivator activator
           
protected  boolean isRecoveringStatement
           
protected  OutputProcessViewFactory outputProcessViewFactory
           
protected  ResultSetProcessorFactoryDesc resultSetProcessorPrototype
           
protected  EPServicesContext services
           
protected  StatementContext statementContext
           
protected  StatementSpecCompiled statementSpec
           
protected  ViewFactoryChain unmaterializedViewChain
           
 
Constructor Summary
StatementAgentInstanceFactoryCreateWindow(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivator activator, ViewFactoryChain unmaterializedViewChain, ResultSetProcessorFactoryDesc resultSetProcessorPrototype, OutputProcessViewFactory outputProcessViewFactory, boolean recoveringStatement)
           
 
Method Summary
 void assignExpressions(StatementAgentInstanceFactoryResult result)
           
 StatementAgentInstanceFactoryCreateWindowResult newContextInternal(AgentInstanceContext agentInstanceContext, boolean isRecoveringResilient)
           
 void unassignExpressions()
           
 
Methods inherited from class com.espertech.esper.core.context.factory.StatementAgentInstanceFactoryBase
newContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statementContext

protected final StatementContext statementContext

statementSpec

protected final StatementSpecCompiled statementSpec

services

protected final EPServicesContext services

activator

protected final ViewableActivator activator

unmaterializedViewChain

protected final ViewFactoryChain unmaterializedViewChain

resultSetProcessorPrototype

protected final ResultSetProcessorFactoryDesc resultSetProcessorPrototype

outputProcessViewFactory

protected final OutputProcessViewFactory outputProcessViewFactory

isRecoveringStatement

protected final boolean isRecoveringStatement
Constructor Detail

StatementAgentInstanceFactoryCreateWindow

public StatementAgentInstanceFactoryCreateWindow(StatementContext statementContext,
                                                 StatementSpecCompiled statementSpec,
                                                 EPServicesContext services,
                                                 ViewableActivator activator,
                                                 ViewFactoryChain unmaterializedViewChain,
                                                 ResultSetProcessorFactoryDesc resultSetProcessorPrototype,
                                                 OutputProcessViewFactory outputProcessViewFactory,
                                                 boolean recoveringStatement)
Method Detail

newContextInternal

public StatementAgentInstanceFactoryCreateWindowResult newContextInternal(AgentInstanceContext agentInstanceContext,
                                                                          boolean isRecoveringResilient)
Specified by:
newContextInternal in class StatementAgentInstanceFactoryBase

assignExpressions

public void assignExpressions(StatementAgentInstanceFactoryResult result)

unassignExpressions

public void unassignExpressions()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com