Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Managing Site Configurations | Client Group Information
 
Client Group Information
You can use the BrokerCompleteClientGroup class to hold information about a particular client group. The following information is stored for the client group:
*Client group's Access Control List
*Names of event types this group can publish
*Names of event types to which this group can subscribe
*ClientGroupInfo
*An indication if errors should be ignored when using the store or deepStore methods
*An indication if the can-publish and can-subscribe lists should be replaced when using the store or deepStore methods
The following table shows the methods offered by the BrokerCompleteClientGroup 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 BrokerCompleteClientGroup object initialized using the specified administrative Broker client.
store
Stores the information contained in this object into the Broker.
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.