BEAST
eu.baltrad.beast.router.Route Class Reference

Public Member Functions

 Route ()
 Default constructor;.
 
 Route (String destination, IBltMessage message)
 Constructor.
 
void setMessage (IBltMessage msg)
 Sets the message.
 
IBltMessage getMessage ()
 Returns the message associated with this route.
 
void setDestination (String destination)
 Sets the destination.
 
String getDestination ()
 Returns the name of the destination, probably an adaptor.
 

Detailed Description

Author
Anders Henja

Constructor & Destructor Documentation

◆ Route() [1/2]

eu.baltrad.beast.router.Route.Route ( )
inline

Default constructor;.

◆ Route() [2/2]

eu.baltrad.beast.router.Route.Route ( String destination,
IBltMessage message )
inline

Constructor.

Parameters
destination- the destination
message- the message to send

Member Function Documentation

◆ 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
msgthe message to set

The documentation for this class was generated from the following file: