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 
net.esper.eql.join Join process interfaces and glue code 
 

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
EPEQLStatementImpl(String expressionText, DispatchService dispatchService, EPEQLStmtStartMethod startMethod)
          Ctor.
EPPatternStatementImpl(String expressionText, EventType eventType, DispatchService dispatchService, EventAdapterService eventAdapterService, EPPatternStmtStartMethod startMethod)
          Constructor.
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.
 

Uses of DispatchService in net.esper.eql.join
 

Constructors in net.esper.eql.join with parameters of type DispatchService
JoinExecStrategyDispatchable(DispatchService dispatchService, JoinExecutionStrategy joinExecutionStrategy, int numStreams)
          CTor.