org.marketcetera.client.brokers
Class BrokersStatus

java.lang.Object
  extended by org.marketcetera.client.brokers.BrokersStatus

public class BrokersStatus
extends Object

The collective web service representation of the status of all brokers.

Since:
1.0.0
Version:
$Id: BrokersStatus.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com

Constructor Summary
protected BrokersStatus()
          Creates a new collective status representation.
  BrokersStatus(List<BrokerStatus> brokers)
          Creates a new collective status representation, given the status of the brokers.
 
Method Summary
 List<BrokerStatus> getBrokers()
          Returns the status of the receiver's brokers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokersStatus

public BrokersStatus(List<BrokerStatus> brokers)
Creates a new collective status representation, given the status of the brokers.

Parameters:
brokers - The status.

BrokersStatus

protected BrokersStatus()
Creates a new collective status representation. This empty constructor is intended for use by JAXB.

Method Detail

getBrokers

public List<BrokerStatus> getBrokers()
Returns the status of the receiver's brokers. The returned list is not modifiable.

Returns:
The status.


Copyright © 2012. All Rights Reserved.