Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Managing Site Configurations | Territory Information
 
Territory Information
You can use the BrokerCompleteTerritory class to hold information about a territory of Brokers. For more information about territories, see Managing Broker Territories.
The following information is stored for territory:
*Territory's Access Control List
*Names of the Brokers that belong to the territory
*BrokerTerritoryInfo, which contains a variety of information on the gateway, including its name, authentication type, and encryption level
The following table shows the methods offered by the BrokerCompleteTerritory 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 BrokerCompleteTerritory 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.