Uses of Interface
com.espertech.esper.view.StatementStopService

Packages that use StatementStopService
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

Uses of StatementStopService in com.espertech.esper.core
 

Methods in com.espertech.esper.core that return StatementStopService
 StatementStopService StatementContext.getStatementStopService()
          Returns statement stop subscription taker.
 

Constructors in com.espertech.esper.core with parameters of type StatementStopService
StatementContext(String engineURI, String engineInstanceId, String statementId, String statementName, String expression, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, PatternObjectResolutionService patternResolutionService, StatementExtensionSvcContext statementExtensionSvcContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService, JoinSetComposerFactory joinSetComposerFactory, OutputConditionFactory outputConditionFactory, NamedWindowService namedWindowService, VariableService variableService, StatementResultService statementResultService)
          Constructor.
 

Uses of StatementStopService in com.espertech.esper.epl.named
 

Methods in com.espertech.esper.epl.named with parameters of type StatementStopService
 NamedWindowConsumerView NamedWindowTailView.addConsumer(List<ExprNode> filterList, EPStatementHandle statementHandle, StatementStopService statementStopService)
          Adds a consumer view keeping the consuming statement's handle and lock to coordinate dispatches.
 NamedWindowConsumerView NamedWindowProcessor.addConsumer(List<ExprNode> filterList, EPStatementHandle statementHandle, StatementStopService statementStopService)
          Adds a consuming (selecting) statement to the named window.
 NamedWindowOnExprBaseView NamedWindowRootView.addOnExpr(OnTriggerDesc onTriggerDesc, ExprNode joinExpr, EventType filterEventType, StatementStopService statementStopService, InternalEventRouter internalEventRouter, ResultSetProcessor resultSetProcessor, EPStatementHandle statementHandle, StatementResultService statementResultService)
          Add an on-trigger view that, using a lookup strategy, looks up from the named window and may select or delete rows.
 NamedWindowOnExprBaseView NamedWindowProcessor.addOnExpr(OnTriggerDesc onTriggerDesc, ExprNode joinExpr, EventType filterEventType, StatementStopService statementStopService, InternalEventRouter internalEventRouter, ResultSetProcessor resultSetProcessor, EPStatementHandle statementHandle, StatementResultService statementResultService)
          Returns a new view for a new on-delete or on-select statement.
 

Constructors in com.espertech.esper.epl.named with parameters of type StatementStopService
NamedWindowConsumerView(List<ExprNode> filterList, EventType eventType, StatementStopService statementStopService, NamedWindowTailView tailView)
          Ctor.
NamedWindowOnDeleteView(StatementStopService statementStopService, LookupStrategy lookupStrategy, NamedWindowRootView removeStreamView, StatementResultService statementResultService)
          Ctor.
NamedWindowOnExprBaseView(StatementStopService statementStopService, LookupStrategy lookupStrategy, NamedWindowRootView rootView)
          Ctor.
NamedWindowOnSelectView(StatementStopService statementStopService, LookupStrategy lookupStrategy, NamedWindowRootView rootView, InternalEventRouter internalEventRouter, ResultSetProcessor resultSetProcessor, EPStatementHandle statementHandle, StatementResultService statementResultService)
          Ctor.
 

Uses of StatementStopService in com.espertech.esper.view
 

Classes in com.espertech.esper.view that implement StatementStopService
 class StatementStopServiceImpl
          Provides subscription list for statement stop callbacks.
 

Methods in com.espertech.esper.view that return StatementStopService
 StatementStopService ViewFactoryContext.getStatementStopService()
          Returns statement stop svc.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com