Uses of Interface
net.esper.view.StatementStopService

Packages that use StatementStopService
net.esper.core Implementation of client package interfaces, glue code 
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, ExtensionServicesContext extensionServicesContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService, JoinSetComposerFactory joinSetComposerFactory, OutputConditionFactory outputConditionFactory)
          Constructor.
 

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.