public class BrokerTerritoryGatewayInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
BrokerTerritoryGatewayInfo()
Create an empty territory gateway info object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
public BrokerTerritoryGatewayInfo()
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)
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.