public class MbRoute
extends java.lang.Object
MbRoute objects are obtained by calling the MbNode methods:
getRoute
or
getAllRoutes
Modifier and Type | Method and Description |
---|---|
java.lang.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
|
java.lang.String |
toString()
Returns a String representation of the MbRoute.
|
public java.lang.String getName()
public void propagate(MbMessageAssembly assembly) throws MbException
MbException
public java.lang.String toString()
toString
in class java.lang.Object