public class BrokerClusterGatewayInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String[] |
accessible_clusters
The list of clusters 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 cluster.
|
java.lang.String |
gateway_host_name
The gateway host in this cluster.
|
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_cluster_name
The name of the remote cluster
|
java.lang.String |
remote_host_name
The remote broker's host name.
|
Constructor and Description |
---|
BrokerClusterGatewayInfo()
Create an empty Cluster gateway info object.
|
BrokerClusterGatewayInfo(BrokerTerritoryGatewayInfo terrGwyInfo)
Create an Cluster gateway info object from Territory Gateway Info object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string with the Cluster gateway info in a form suitable for human viewing.
|
java.lang.String |
toString(int indent_level,
boolean hide_gateway_broker,
boolean hide_accessible_clusters)
Returns a string with the cluster 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_cluster_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_clusters
public BrokerClusterGatewayInfo()
public BrokerClusterGatewayInfo(BrokerTerritoryGatewayInfo terrGwyInfo)
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_clusters)
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.