|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DispatchService | |
---|---|
com.espertech.esper.core | 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 |
---|
Fields in com.espertech.esper.core declared as DispatchService | |
---|---|
protected DispatchService |
UpdateDispatchViewBase.dispatchService
Dispatches events to listeners. |
Methods in com.espertech.esper.core that return DispatchService | |
---|---|
DispatchService |
EPServicesContext.getDispatchService()
Returns dispatch service responsible for dispatching events to listeners. |
Constructors in com.espertech.esper.core with parameters of type DispatchService | |
---|---|
EPStatementImpl(String statementId,
String statementName,
String expressionText,
boolean isPattern,
DispatchService dispatchService,
StatementLifecycleSvc statementLifecycleSvc,
long timeLastStateChange,
boolean isBlockingDispatch,
boolean isSpinBlockingDispatch,
long msecBlockingTimeout,
EPStatementHandle epStatementHandle,
VariableService variableService,
StatementResultService statementResultService)
Ctor. |
|
UpdateDispatchViewBase(StatementResultService statementResultServiceImpl,
DispatchService dispatchService)
Ctor. |
|
UpdateDispatchViewBlockingSpin(StatementResultService statementResultService,
DispatchService dispatchService,
long msecTimeout)
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. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |