Uses of Interface
com.espertech.esper.core.context.factory.StatementAgentInstanceFactory

Packages that use StatementAgentInstanceFactory
com.espertech.esper.core.context.factory Statement agent instance factories. 
com.espertech.esper.core.context.mgr Context management. 
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
 

Uses of StatementAgentInstanceFactory in com.espertech.esper.core.context.factory
 

Classes in com.espertech.esper.core.context.factory that implement StatementAgentInstanceFactory
 class StatementAgentInstanceFactoryBase
           
 class StatementAgentInstanceFactoryCreateIndex
           
 class StatementAgentInstanceFactoryCreateTable
           
 class StatementAgentInstanceFactoryCreateVariable
           
 class StatementAgentInstanceFactoryCreateWindow
           
 class StatementAgentInstanceFactoryOnTriggerBase
           
 class StatementAgentInstanceFactoryOnTriggerNamedWindow
           
 class StatementAgentInstanceFactoryOnTriggerSetVariable
           
 class StatementAgentInstanceFactoryOnTriggerSplit
           
 class StatementAgentInstanceFactoryOnTriggerTable
           
 class StatementAgentInstanceFactorySelect
           
 class StatementAgentInstanceFactoryUpdate
           
 

Uses of StatementAgentInstanceFactory in com.espertech.esper.core.context.mgr
 

Methods in com.espertech.esper.core.context.mgr that return StatementAgentInstanceFactory
 StatementAgentInstanceFactory ContextControllerStatementBase.getFactory()
           
 

Constructors in com.espertech.esper.core.context.mgr with parameters of type StatementAgentInstanceFactory
ContextControllerStatementBase(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
           
ContextManagedStatementCreateAggregationVariableDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
           
ContextManagedStatementCreateIndexDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
           
ContextManagedStatementCreateVariableDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
           
ContextManagedStatementCreateWindowDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
           
ContextManagedStatementOnTriggerDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory)
           
ContextManagedStatementSelectDesc(StatementSpecCompiled statementSpec, StatementContext statementContext, ContextMergeView mergeView, StatementAgentInstanceFactory factory, java.util.List<AggregationServiceAggExpressionDesc> aggregationExpressions, SubSelectStrategyCollection subSelectPrototypeCollection)
           
 

Uses of StatementAgentInstanceFactory in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return StatementAgentInstanceFactory
 StatementAgentInstanceFactory StatementContext.getStatementAgentInstanceFactory()
           
 

Methods in com.espertech.esper.core.service with parameters of type StatementAgentInstanceFactory
 void StatementContext.setStatementAgentInstanceFactory(StatementAgentInstanceFactory statementAgentInstanceFactory)
           
 


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