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
 

Fields in net.esper.core declared as DispatchService
protected  DispatchService UpdateDispatchViewBase.dispatchService
          Dispatches events to listeners.
 

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(EPServiceProvider epServiceProvider, String statementId, String statementName, String expressionText, boolean isPattern, DispatchService dispatchService, StatementLifecycleSvc statementLifecycleSvc, long timeLastStateChange, boolean isBlockingDispatch, long msecBlockingTimeout)
          Ctor.
UpdateDispatchViewBase(EPServiceProvider epServiceProvider, EPStatement statement, EPStatementListenerSet updateListeners, DispatchService dispatchService)
          Ctor.
UpdateDispatchViewBlocking(EPServiceProvider epServiceProvider, EPStatement statement, EPStatementListenerSet updateListeners, DispatchService dispatchService, long msecTimeout)
          Ctor.
UpdateDispatchViewNonBlocking(EPServiceProvider epServiceProvider, EPStatement statement, EPStatementListenerSet 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.