webMethods Admin
Version 7.1.0.0.211 082207

COM.activesw.api.client
Class BrokerTerritoryInfo

java.lang.Object
  extended by COM.activesw.api.client.BrokerTerritoryInfo

public class BrokerTerritoryInfo
extends java.lang.Object

This class stores configuration information about a territory


Field Summary
 int auth_type
          The authentication type in use in the territory.
 int encrypt_level
          The level of encryption required in the territory.
 java.lang.String territory_name
          The territory name.
 
Constructor Summary
BrokerTerritoryInfo()
          Create an empty territory info object.
 
Method Summary
 java.lang.String toString()
          Returns a string with the territory info in a form suitable for human viewing.
 java.lang.String toString(int indent_level)
          Returns a string with the territory info in a form suitable for human viewing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

territory_name

public java.lang.String territory_name
The territory name.


auth_type

public int auth_type
The authentication type in use in the territory. Valid values are BrokerAdminClient.AUTH_TYPE_*.


encrypt_level

public int encrypt_level
The level of encryption required in the territory. Valid values are BrokerConnectionDescriptor.ENCRYPT_LEVEL_*.

Constructor Detail

BrokerTerritoryInfo

public BrokerTerritoryInfo()
Create an empty territory info object.

Method Detail

toString

public java.lang.String toString()
Returns a string with the territory info in a form suitable for human viewing.

Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(int indent_level)
Returns a string with the territory info in a form suitable for human viewing.


webMethods Admin
Version 7.1.0.0.211 082207

webMethods Broker is a registered trademark of webMethods, Inc.
Copyright 2005 webMethods, Inc.
All Rights Reserved.