|
xmlBlaster 2.1.0 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
public final class 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,
I_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. |
void |
shutdown()
|
| 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,
I_DispatchManager mgr)
| Method Detail |
|---|
public void run(java.util.ArrayList entryList)
throws XmlBlasterException
XmlBlasterExceptionpublic void run()
run in interface java.lang.Runnablepublic void shutdown()
|
xmlBlaster 2.1.0 client API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||