public class BrokersStatus extends Object
| Constructor and Description |
|---|
BrokersStatus()
Create a new BrokersStatus instance.
|
BrokersStatus(List<BrokerStatus> inBrokers)
Creates a new collective status representation, given the status of the brokers.
|
public BrokersStatus(List<BrokerStatus> inBrokers)
inBrokers - a List<BrokerStatus> valuepublic BrokersStatus()
public List<BrokerStatus> getBrokers()
The returned list is not modifiable.
List<BrokerStatus> valueCopyright © 2015. All Rights Reserved.