Package COM.activesw.api.client
Class BrokerInfo
java.lang.Object
COM.activesw.api.client.BrokerInfo
This class represents the description of a Broker.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the broker host.The name of the brokerThe name of the broker cluster.The description of the brokerThe name of the broker territory. -
Constructor Summary
ConstructorsConstructorDescriptionCreate a broker information object.BrokerInfo
(String territory, String host, String name, String description) Create and initialize. -
Method Summary
-
Field Details
-
territory_name
The name of the broker territory. null if the broker is not in a territory. -
broker_host
The name of the broker host. -
broker_name
The name of the broker -
description
The description of the broker -
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
Create and initialize.
-