|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xmlBlaster.util.dispatch.DispatchWorker
Takes messages from the queue and tries to send them back to a client.
| Field Summary | |
java.lang.String |
ME
|
| Constructor Summary | |
DispatchWorker(Global glob,
DispatchManager mgr)
|
|
| Method Summary | |
void |
run()
Asynchronous pull mode, invoked by DispatchWorkerPool.execute() -> see DispatchManager calling it |
void |
run(java.util.ArrayList entryList)
Synchronous push mode. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final java.lang.String ME
| Constructor Detail |
public DispatchWorker(Global glob,
DispatchManager mgr)
| Method Detail |
public void run(java.util.ArrayList entryList)
throws XmlBlasterException
XmlBlasterExceptionpublic void run()
run in interface java.lang.Runnable
|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||