All Packages Class Hierarchy This Package Previous Next Index
A MessageSender starts a "message chain" by calling the single
method in MessageReceiver, receive(Message).
Ultimately the message arrives at zero
or more destinations, traveling through various infrastructure.
At each step in the chain, MessageReceiver is used to transfer
the message from one thing to another. Thus MessageSender and
MessageReceiver form the datatron transport mechanism of UHR.
For speed the class should reuse Messages rather than creating a new one for each send.
public abstract void setMessageReceiver(MessageReceiver receiver)
All Packages Class Hierarchy This Package Previous Next Index