|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.dispatch.DispatchServiceImpl
public class DispatchServiceImpl
Implements dispatch service using a thread-local linked list of Dispatchable instances.
Constructor Summary | |
---|---|
DispatchServiceImpl()
|
Method Summary | |
---|---|
void |
addExternal(Dispatchable dispatchable)
Add a Dispatchable implementation. |
void |
dispatch()
Execute all Dispatchable implementations added to the service since the last invocation of this method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DispatchServiceImpl()
Method Detail |
---|
public void dispatch()
DispatchService
dispatch
in interface DispatchService
public void addExternal(Dispatchable dispatchable)
DispatchService
addExternal
in interface DispatchService
dispatchable
- to execute later
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |