|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
SynchronousMessagingSystemFactory | Messaging system delivering messages synchronously within the calling thread (like a method call). |
Synchronous communication within one process (like a synchronous local call). This messaging system transfers messages synchronously in the context of the calling thread. Therefore the calling thread is blocked until the message is delivered and processed. The messaging system is very fast and is suitable to deliver messages between components within one process.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |