Uses of Interface
com.espertech.esper.dispatch.DispatchService

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

Uses of DispatchService in com.espertech.esper.core.service
 

Fields in com.espertech.esper.core.service declared as DispatchService
protected  DispatchService UpdateDispatchViewBase.dispatchService
          Dispatches events to listeners.
 

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

Constructors in com.espertech.esper.core.service with parameters of type DispatchService
EPStatementImpl(java.lang.String expressionNoAnnotations, boolean isPattern, DispatchService dispatchService, StatementLifecycleSvc statementLifecycleSvc, long timeLastStateChange, boolean isBlockingDispatch, boolean isSpinBlockingDispatch, long msecBlockingTimeout, TimeSourceService timeSourceService, StatementMetadata statementMetadata, java.lang.Object userObject, StatementContext statementContext, boolean isFailed, boolean nameProvided)
          Ctor.
UpdateDispatchViewBase(StatementResultService statementResultServiceImpl, DispatchService dispatchService)
          Ctor.
UpdateDispatchViewBlockingSpin(StatementResultService statementResultService, DispatchService dispatchService, long msecTimeout, TimeSourceService timeSourceService)
          Ctor.
UpdateDispatchViewBlockingWait(StatementResultService statementResultServiceImpl, DispatchService dispatchService, long msecTimeout)
          Ctor.
UpdateDispatchViewNonBlocking(StatementResultService statementResultServiceImpl, DispatchService dispatchService)
          Ctor.
 

Uses of DispatchService in com.espertech.esper.dispatch
 

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

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


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com