BEAST
|
A routed message that should be sent to one destination. More...
Public Member Functions | |
IBltMessage | getMessage () |
Returns the message that should be sent to the destination. | |
String | getDestination () |
Returns the destination of this message. | |
A routed message that should be sent to one destination.
String eu.baltrad.beast.router.IRoutedMessage.getDestination | ( | ) |
Returns the destination of this message.
Implemented in eu.baltrad.beast.message.mo.BltRoutedMessage.
IBltMessage eu.baltrad.beast.router.IRoutedMessage.getMessage | ( | ) |
Returns the message that should be sent to the destination.
Implemented in eu.baltrad.beast.message.mo.BltRoutedMessage.