Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Managing Site Configurations | Broker Information
 
Broker Information
You can use the BrokerCompleteBroker class to hold information about a particular Broker. The following information is stored for the Broker:
*Broker's name
*Names of other Brokers in the Broker's territory
*Client groups
*Clients
*Broker's description
*Event types
*An indication if this is the default Broker
*Broker's territory name
The following table shows the methods offered by the BrokerCompleteBroker class.
Method
Description
deepRefresh
Refreshes this object's data members, using the specified administrative Broker client.
deepRetrieve
Returns a BrokerCompleteBroker object initialized using the specified administrative Broker client.
deepStore
Stores the information contained in this object into a Broker.
refresh
Refreshes this object's data members, using the specified administrative Broker client. Any information the Broker client does not have permission to access will not be set.
retrieve
Returns a BrokerCompleteBroker object initialized using the specified administrative Broker client.
store
Stores most of the information contained in this object into a Broker Server.
toString
Returns a string of ADL that describes the information contained in this object.
write
Writes the contents of this collection, usually to a file, in ADL format.