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

java.lang.Object
  extended by com.espertech.esper.core.context.factory.StatementAgentInstanceFactoryResult
Direct Known Subclasses:
StatementAgentInstanceFactoryCreateWindowResult, StatementAgentInstanceFactoryOnTriggerResult, StatementAgentInstanceFactorySelectResult, StatementAgentInstanceFactoryUpdateResult

public abstract class StatementAgentInstanceFactoryResult
extends java.lang.Object


Constructor Summary
protected StatementAgentInstanceFactoryResult(Viewable finalView, StopCallback stopCallback, AgentInstanceContext agentInstanceContext, AggregationService optionalAggegationService, java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies, java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies, java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies, java.util.List<StatementAgentInstancePreload> preloadList)
           
 
Method Summary
 AgentInstanceContext getAgentInstanceContext()
           
 Viewable getFinalView()
           
 AggregationService getOptionalAggegationService()
           
 java.util.List<StatementAgentInstancePreload> getPreloadList()
           
 java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> getPreviousNodeStrategies()
           
 java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> getPriorNodeStrategies()
           
 StopCallback getStopCallback()
           
 java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> getSubselectStrategies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementAgentInstanceFactoryResult

protected StatementAgentInstanceFactoryResult(Viewable finalView,
                                              StopCallback stopCallback,
                                              AgentInstanceContext agentInstanceContext,
                                              AggregationService optionalAggegationService,
                                              java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies,
                                              java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> priorNodeStrategies,
                                              java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> previousNodeStrategies,
                                              java.util.List<StatementAgentInstancePreload> preloadList)
Method Detail

getFinalView

public Viewable getFinalView()

getStopCallback

public StopCallback getStopCallback()

getAgentInstanceContext

public AgentInstanceContext getAgentInstanceContext()

getOptionalAggegationService

public AggregationService getOptionalAggegationService()

getSubselectStrategies

public java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> getSubselectStrategies()

getPriorNodeStrategies

public java.util.Map<ExprPriorNode,ExprPriorEvalStrategy> getPriorNodeStrategies()

getPreviousNodeStrategies

public java.util.Map<ExprPreviousNode,ExprPreviousEvalStrategy> getPreviousNodeStrategies()

getPreloadList

public java.util.List<StatementAgentInstancePreload> getPreloadList()

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