|
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.BrokerClusterGatewayInfo
public class BrokerClusterGatewayInfo
This class stores configuration information about a cluster gateway
Field Summary | |
---|---|
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 Summary | |
---|---|
BrokerClusterGatewayInfo()
Create an empty Cluster gateway info object. |
|
BrokerClusterGatewayInfo(BrokerTerritoryGatewayInfo terrGwyInfo)
Create an Cluster gateway info object from Territory Gateway Info object. |
Method Summary | |
---|---|
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. |
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_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
Constructor Detail |
---|
public BrokerClusterGatewayInfo()
public BrokerClusterGatewayInfo(BrokerTerritoryGatewayInfo terrGwyInfo)
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_clusters)
|
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 |