public class BrokersStatus extends Object implements Serializable, Iterable<BrokerStatus>
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<BrokerStatus> |
getBrokers()
Returns the status of the receiver's brokers.
|
Iterator<BrokerStatus> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic BrokersStatus(List<BrokerStatus> inBrokers)
inBrokers - a List<BrokerStatus> valuepublic BrokersStatus()
public List<BrokerStatus> getBrokers()
The returned list is not modifiable.
List<BrokerStatus> valuepublic Iterator<BrokerStatus> iterator()
iterator in interface Iterable<BrokerStatus>Copyright © 2019. All rights reserved.