|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.root1.simon.ProcessMessageRunnable
public class ProcessMessageRunnable
This class is feed with all kind of messages (requests/invokes and returns) and is then run on a thread pool. The message gets then processed and answered. Either ProcessMessageRunnable invokes the requested method and returns the result to the remote, or it passes the result to the dispatcher where then the requesting call is getting answered.
Constructor Summary | |
---|---|
protected |
ProcessMessageRunnable(Dispatcher dispatcher,
org.apache.mina.core.session.IoSession session,
AbstractMessage abstractMessage)
|
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ProcessMessageRunnable(Dispatcher dispatcher, org.apache.mina.core.session.IoSession session, AbstractMessage abstractMessage)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |