com.espertech.esper.core.service.resource
Class StatementResourceHolder

java.lang.Object
  extended by com.espertech.esper.core.service.resource.StatementResourceHolder

public class StatementResourceHolder
extends java.lang.Object


Constructor Summary
StatementResourceHolder(AgentInstanceContext agentInstanceContext)
           
 
Method Summary
 AgentInstanceContext getAgentInstanceContext()
           
 AggregationService getAggregationService()
           
 Viewable[] getEventStreamViewables()
           
 NamedWindowProcessorInstance getNamedWindowProcessorInstance()
           
 EvalRootState[] getPatternRoots()
           
 StatementAgentInstancePostLoad getPostLoad()
           
 StatementResourceExtension getStatementResourceExtension()
           
 java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> getSubselectStrategies()
           
 Viewable[] getTopViewables()
           
protected  void setAggregationService(AggregationService aggregationService)
           
protected  void setEventStreamViewables(Viewable[] eventStreamViewables)
           
protected  void setNamedWindowProcessorInstance(NamedWindowProcessorInstance namedWindowProcessorInstance)
           
protected  void setPatternRoots(EvalRootState[] patternRoots)
           
protected  void setPostLoad(StatementAgentInstancePostLoad postLoad)
           
 void setStatementResourceExtension(StatementResourceExtension statementResourceExtension)
           
protected  void setSubselectStrategies(java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies)
           
protected  void setTopViewables(Viewable[] topViewables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementResourceHolder

public StatementResourceHolder(AgentInstanceContext agentInstanceContext)
Method Detail

setTopViewables

protected void setTopViewables(Viewable[] topViewables)

setEventStreamViewables

protected void setEventStreamViewables(Viewable[] eventStreamViewables)

setPatternRoots

protected void setPatternRoots(EvalRootState[] patternRoots)

setAggregationService

protected void setAggregationService(AggregationService aggregationService)

setSubselectStrategies

protected void setSubselectStrategies(java.util.Map<ExprSubselectNode,SubSelectStrategyHolder> subselectStrategies)

setPostLoad

protected void setPostLoad(StatementAgentInstancePostLoad postLoad)

setNamedWindowProcessorInstance

protected void setNamedWindowProcessorInstance(NamedWindowProcessorInstance namedWindowProcessorInstance)

setStatementResourceExtension

public void setStatementResourceExtension(StatementResourceExtension statementResourceExtension)

getAgentInstanceContext

public AgentInstanceContext getAgentInstanceContext()

getTopViewables

public Viewable[] getTopViewables()

getEventStreamViewables

public Viewable[] getEventStreamViewables()

getPatternRoots

public EvalRootState[] getPatternRoots()

getAggregationService

public AggregationService getAggregationService()

getSubselectStrategies

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

getPostLoad

public StatementAgentInstancePostLoad getPostLoad()

getNamedWindowProcessorInstance

public NamedWindowProcessorInstance getNamedWindowProcessorInstance()

getStatementResourceExtension

public StatementResourceExtension getStatementResourceExtension()

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