java.lang.Object com.ibm.broker.plugin.MbBroker
public class MbBroker
extends Object
MbBroker provides acces 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 | Description |
---|---|
String getDataSourceUserId() | Returns the datasource user id used by the broker. |
String getName() | Returns the name of the broker. |
String getQueueManagerName() | Returns the name of the QueueManager associated with this broker. |
public String getDataSourceUserId()Returns the datasource user id used by the broker.
- Returns
- The datasource user id
public String getName()Returns the name of the broker. This is the 'label' attribute.
- Returns
- The name of the broker.
public String getQueueManagerName()Returns the name of the QueueManager associated with this broker.
- Returns
- The name of the QueueManager.