Class BrokerClusterInfo

java.lang.Object
COM.activesw.api.client.BrokerClusterInfo

public class BrokerClusterInfo extends Object
This class stores configuration information about a cluster
  • Field Details

    • cluster_name

      public String cluster_name
      The cluster name.
    • auth_type

      public int auth_type
      The authentication type in use in the cluster. Valid values are BrokerAdminClient.AUTH_TYPE_*.
    • encrypt_level

      public int encrypt_level
      The level of encryption required in the cluster. Valid values are BrokerConnectionDescriptor.ENCRYPT_LEVEL_*.
    • isLocalPublish

      public boolean isLocalPublish
      Specifies whether document forwarding is disabled in this cluster
  • Constructor Details

    • BrokerClusterInfo

      public BrokerClusterInfo()
      Create an empty cluster info object.
    • BrokerClusterInfo

      public BrokerClusterInfo(BrokerTerritoryInfo terrInfo)
      Create a Cluster info from Territory info object.
  • Method Details

    • toString

      public String toString()
      Returns a string with the cluster info in a form suitable for human viewing.
      Overrides:
      toString in class Object
    • toString

      public String toString(int indent_level)
      Returns a string with the cluster info in a form suitable for human viewing.