public class MbRoute extends Object
MbRoute objects are obtained by calling the MbNode methods:
getRoute
or
getAllRoutes
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name (label property) of the label node that the object represents.
|
void |
propagate(MbMessageAssembly assembly)
Propagates a message assembly to the label node
|
String |
toString()
Returns a String representation of the MbRoute.
|
public String getName()
public void propagate(MbMessageAssembly assembly) throws MbException
MbException