com.ibm.broker.plugin

Class MbRoute

  • java.lang.Object
    • com.ibm.broker.plugin.MbRoute


  • public class MbRoute
    extends java.lang.Object
    MbRoute represents a Label node to which a message can be propagated. A node can propagate a message to any label node in the same message flow as itself.

    MbRoute objects are obtained by calling the MbNode methods: getRoute or getAllRoutes

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name (label property) of the label node that the object represents.
      • toString

        public java.lang.String toString()
        Returns a String representation of the MbRoute.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The String representation of the MbRoute.
IBM Integration BusTM
JavaTM Plugin Node API