Uses of Interface
net.esper.view.StatementStopService

Packages that use StatementStopService
net.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

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.
 StatementStopService StatementServiceContext.getStatementStopService()
          Returns statement stop subscription taker.
 

Constructors in net.esper.view with parameters of type StatementStopService
StatementServiceContext(String statementId, String statementName, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, ExtensionServicesContext extensionServicesContext, StatementStopService statementStopService)
          Constructor.