|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.activesw.api.client.BrokerTerritoryGatewayInfo
public class BrokerTerritoryGatewayInfo
This class stores configuration information about a territory gateway
Field Summary | |
---|---|
java.lang.String[] |
accessible_territories
The list of territories accessible through this gateway. |
int |
auth_type
The authentication type in use on the gateway. |
int |
encrypt_level
The level of encryption required on the gateway. |
java.lang.String |
gateway_broker_name
The gateway broker in this territory. |
java.lang.String |
gateway_host_name
The gateway host in this territory. |
boolean |
is_complete
Whether or not the gateway is complete. |
boolean |
is_local
Whether or not the gateway is on the current broker. |
boolean |
is_primary_gateway
Whether or not the Cluster gateway is primary. |
java.lang.String |
remote_broker_description
The description of the remote broker. |
java.lang.String |
remote_broker_name
The remote broker name. |
java.lang.String |
remote_host_name
The remote broker's host name. |
java.lang.String |
remote_territory_name
The name of the remote territory |
Constructor Summary | |
---|---|
BrokerTerritoryGatewayInfo()
Create an empty territory gateway info object. |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string with the territory gateway info in a form suitable for human viewing. |
java.lang.String |
toString(int indent_level,
boolean hide_gateway_broker,
boolean hide_accessible_territories)
Returns a string with the territory gateway 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 |
---|
public java.lang.String gateway_host_name
public java.lang.String gateway_broker_name
public java.lang.String remote_territory_name
public java.lang.String remote_host_name
public java.lang.String remote_broker_name
public java.lang.String remote_broker_description
public int auth_type
public int encrypt_level
public boolean is_local
public boolean is_complete
public boolean is_primary_gateway
public java.lang.String[] accessible_territories
Constructor Detail |
---|
public BrokerTerritoryGatewayInfo()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent_level, boolean hide_gateway_broker, boolean hide_accessible_territories)
|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |