Package host.anzo.simon
Class ProcessMessageRunnable
java.lang.Object
host.anzo.simon.ProcessMessageRunnable
- All Implemented Interfaces:
Runnable
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
ConstructorsModifierConstructorDescriptionprotectedProcessMessageRunnable(Dispatcher dispatcher, org.apache.mina.core.session.IoSession session, AbstractMessage abstractMessage) -
Method Summary
-
Constructor Details
-
ProcessMessageRunnable
protected ProcessMessageRunnable(Dispatcher dispatcher, org.apache.mina.core.session.IoSession session, AbstractMessage abstractMessage)
-
-
Method Details