Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Managing Site Configurations | Server Information
 
Server Information
You can use the BrokerCompleteServer class to hold the following information about a Broker Server:
*Access Control List
*Brokers contained in the server
*Server's description
*Server's host name
*Server's license key
*Server's log configuration
*Port number used
*Server's SSL configuration
The following table shows the methods offered by the BrokerCompleteServer class.
Method
Description
deepRefresh
Refreshes this object's data members, using the specified administrative Broker client.
deepRetrieve
Returns a BrokerCompleteServer object initialized using the specified administrative Broker client.
deepStore
Stores the information contained in this object into a Broker Server.
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 BrokerCompleteServer object initialized using the specified administrative Broker client. Server information is returned, but not information on the server's Brokers.
store
Stores the information contained in this object into a Broker Server. Server information is stored, but not information the server's Brokers.
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.