Package COM.activesw.api.client
Class BrokerClusterInfo
java.lang.Object
COM.activesw.api.client.BrokerClusterInfo
This class stores configuration information about a cluster
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The authentication type in use in the cluster.The cluster name.int
The level of encryption required in the cluster.boolean
Specifies whether document forwarding is disabled in this cluster -
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty cluster info object.BrokerClusterInfo
(BrokerTerritoryInfo terrInfo) Create a Cluster info from Territory info object. -
Method Summary
-
Field Details
-
cluster_name
The cluster name. -
auth_type
public int auth_typeThe authentication type in use in the cluster. Valid values are BrokerAdminClient.AUTH_TYPE_*. -
encrypt_level
public int encrypt_levelThe level of encryption required in the cluster. Valid values are BrokerConnectionDescriptor.ENCRYPT_LEVEL_*. -
isLocalPublish
public boolean isLocalPublishSpecifies whether document forwarding is disabled in this cluster
-
-
Constructor Details
-
BrokerClusterInfo
public BrokerClusterInfo()Create an empty cluster info object. -
BrokerClusterInfo
Create a Cluster info from Territory info object.
-
-
Method Details