public class StatementAgentInstanceFactoryCreateWindow extends StatementAgentInstanceFactoryBase
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
StatementAgentInstanceFactoryCreateWindow(StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
ViewableActivator activator,
ViewFactoryChain unmaterializedViewChain,
ResultSetProcessorFactoryDesc resultSetProcessorPrototype,
OutputProcessViewFactory outputProcessViewFactory,
boolean recoveringStatement) |
Modifier and Type | Method and Description |
---|---|
void |
assignExpressions(StatementAgentInstanceFactoryResult result) |
StatementAgentInstanceFactoryCreateWindowResult |
newContextInternal(AgentInstanceContext agentInstanceContext,
boolean isRecoveringResilient) |
void |
unassignExpressions() |
newContext
protected final StatementContext statementContext
protected final StatementSpecCompiled statementSpec
protected final EPServicesContext services
protected final ViewableActivator activator
protected final ViewFactoryChain unmaterializedViewChain
protected final ResultSetProcessorFactoryDesc resultSetProcessorPrototype
protected final OutputProcessViewFactory outputProcessViewFactory
protected final boolean isRecoveringStatement
public StatementAgentInstanceFactoryCreateWindow(StatementContext statementContext, StatementSpecCompiled statementSpec, EPServicesContext services, ViewableActivator activator, ViewFactoryChain unmaterializedViewChain, ResultSetProcessorFactoryDesc resultSetProcessorPrototype, OutputProcessViewFactory outputProcessViewFactory, boolean recoveringStatement)
public StatementAgentInstanceFactoryCreateWindowResult newContextInternal(AgentInstanceContext agentInstanceContext, boolean isRecoveringResilient)
newContextInternal
in class StatementAgentInstanceFactoryBase
public void assignExpressions(StatementAgentInstanceFactoryResult result)
public void unassignExpressions()