|
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.BrokerClusterInfo
public class BrokerClusterInfo
This class stores configuration information about a cluster
Field Summary | |
---|---|
int |
auth_type
The authentication type in use in the cluster. |
java.lang.String |
cluster_name
The cluster name. |
int |
encrypt_level
The level of encryption required in the cluster. |
boolean |
isLocalPublish
Specifies whether document forwarding is disabled in this cluster |
Constructor Summary | |
---|---|
BrokerClusterInfo()
Create an empty cluster info object. |
|
BrokerClusterInfo(BrokerTerritoryInfo terrInfo)
Create a Cluster info from Territory info object. |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string with the cluster info in a form suitable for human viewing. |
java.lang.String |
toString(int indent_level)
Returns a string with the cluster 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 cluster_name
public int auth_type
public int encrypt_level
public boolean isLocalPublish
Constructor Detail |
---|
public BrokerClusterInfo()
public BrokerClusterInfo(BrokerTerritoryInfo terrInfo)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent_level)
|
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 |