Uses of Interface
net.esper.dispatch.DispatchService

Packages that use DispatchService
net.esper.core Implementation of client package interfaces, glue code 
net.esper.dispatch Dispatching makes results available to joins and handles internal event routing 
 

Uses of DispatchService in net.esper.core
 

Methods in net.esper.core that return DispatchService
 DispatchService EPServicesContext.getDispatchService()
          Returns dispatch service responsible for dispatching events to listeners.
 

Constructors in net.esper.core with parameters of type DispatchService
EPStatementImpl(String statementId, String statementName, String expressionText, boolean isPattern, DispatchService dispatchService, StatementLifecycleSvc statementLifecycleSvc)
          Ctor.
UpdateDispatchView(Set<UpdateListener> updateListeners, DispatchService dispatchService)
          Ctor.
 

Uses of DispatchService in net.esper.dispatch
 

Classes in net.esper.dispatch that implement DispatchService
 class DispatchServiceImpl
          Implements dispatch service using a thread-local linked list of Dispatchable instances.
 

Methods in net.esper.dispatch that return DispatchService
static DispatchService DispatchServiceProvider.newService()
          Returns new service.