Class BrokerInfo

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

public class BrokerInfo extends Object
This class represents the description of a Broker.
  • Field Details

    • territory_name

      public String territory_name
      The name of the broker territory. null if the broker is not in a territory.
    • broker_host

      public String broker_host
      The name of the broker host.
    • broker_name

      public String broker_name
      The name of the broker
    • description

      public String description
      The description of the broker
    • cluster_name

      public String cluster_name
      The name of the broker cluster. null if the broker is not in a cluster.
  • Constructor Details

    • BrokerInfo

      public BrokerInfo()
      Create a broker information object.
    • BrokerInfo

      public BrokerInfo(String territory, String host, String name, String description)
      Create and initialize.