Uses of Interface
net.esper.view.StatementStopService

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

Uses of StatementStopService in net.esper.core
 

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

Constructors in net.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)
          Constructor.
 

Uses of StatementStopService in net.esper.eql.named
 

Methods in net.esper.eql.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 optionalResultSetProcessor, EPStatementHandle statementHandle)
          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 optionalResultSetProcessor, EPStatementHandle statementHandle)
          Returns a new view for a new on-delete or on-select statement.
 

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

Uses of StatementStopService in net.esper.view
 

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

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


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