Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbBroker

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 Index
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.

Methods

getDataSourceUserId

public String getDataSourceUserId() 

Returns the datasource user id used by the broker.

getName

public String getName() 

Returns the name of the broker. This is the 'label' attribute.

getQueueManagerName

public String getQueueManagerName() 

Returns the name of the QueueManager associated with this broker.

Class Hierarchy All Classes All Fields and Methods