◆ Route() [1/2]
eu.baltrad.beast.router.Route.Route |
( |
| ) |
|
|
inline |
◆ Route() [2/2]
eu.baltrad.beast.router.Route.Route |
( |
String | destination, |
|
|
IBltMessage | message ) |
|
inline |
Constructor.
- Parameters
-
destination | - the destination |
message | - the message to send |
◆ getDestination()
String eu.baltrad.beast.router.Route.getDestination |
( |
| ) |
|
|
inline |
Returns the name of the destination, probably an adaptor.
- Returns
- the name of the destination
◆ getMessage()
IBltMessage eu.baltrad.beast.router.Route.getMessage |
( |
| ) |
|
|
inline |
Returns the message associated with this route.
- Returns
- the message
◆ setDestination()
void eu.baltrad.beast.router.Route.setDestination |
( |
String | destination | ) |
|
|
inline |
Sets the destination.
- Parameters
-
destination | - the destination to set |
◆ setMessage()
void eu.baltrad.beast.router.Route.setMessage |
( |
IBltMessage | msg | ) |
|
|
inline |
Sets the message.
- Parameters
-
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/router/Route.java