Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Managing Site Configurations | Territory Gateway Information
 
Territory Gateway Information
You can use the BrokerCompleteTerritoryGateway class to hold information about a territory gateway. For more information about territory gateways, see Managing Broker Territories.
The following information is stored for a gateway:
*The gateway's Access Control List
*The names of all the shared event types that can be forwarded to the remote half of the territory gateway
*The names of all the shared event types that can be received from the remote half of the territory gateway
*BrokerTerritoryGatewayInfo, which contains the territory's name, authentication type, and encryption level
The following table shows the methods offered by the BrokerCompleteTerritoryGateway 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.