Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Managing Site Configurations | Client Information
 
Client Information
You can use the BrokerCompleteClient class to hold information about a particular Broker client. The following information is stored for the Broker client:
*BrokerClientInfo for the Broker client
*Broker client's infoset
*Broker client's event subscription list
*An indication of whether or not the Broker client's event subscription list should be overwritten when the store method is invoked.
The following table shows the methods offered by the BrokerCompleteClient class.
Method
Description
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 BrokerCompleteClient object initialized using the specified administrative Broker client.
store
Stores most of the information contained in this object into the Broker client.
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.