com.ibm.broker.plugin

Class MbBroker

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


  • public class MbBroker
    extends java.lang.Object
    MbBroker provides access to various broker related information such as broker name, queue manager name. An instance of this class is returned by the getBroker() method of MbNode.
    • Method Detail

      • getBroker

        public static MbBroker getBroker()
        Get the singleton instance of this class, which represents the current broker.
      • getName

        public java.lang.String getName()
        Returns the name of the broker. This is the 'label' attribute.
        Returns:
        The name of the broker.
      • getQueueManagerName

        public java.lang.String getQueueManagerName()
        Returns the name of the QueueManager associated with this broker.
        Returns:
        The name of the QueueManager.
      • getDataSourceUserId

        @Deprecated
        public java.lang.String getDataSourceUserId()
        Deprecated. 
        Returns the datasource user id used by the broker.
        Returns:
        The datasource user id
IBM Integration BusTM
JavaTM Plugin Node API