|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.ors.brokers.Brokers
public class Brokers
The collective in-memory representation of all brokers.
| Constructor Summary | |
|---|---|
Brokers(SpringBrokers springBrokers,
ReportHistoryServices historyServices)
Creates a new collective representation based on the given broker configurations. |
|
| Method Summary | |
|---|---|
Broker |
getBroker(BrokerID brokerID)
Returns the receiver's broker for the given broker ID. |
Broker |
getBroker(SessionID sessionID)
Returns the receiver's broker for the given QuickFIX/J session ID. |
List<Broker> |
getBrokers()
Returns the receiver's brokers. |
SpringSessionSettings |
getSettings()
Returns the configuration of the receiver's QuickFIX/J session settings. |
SpringBrokers |
getSpringBrokers()
Returns the receiver's broker configurations. |
BrokersStatus |
getStatus()
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 |
|---|
public Brokers(SpringBrokers springBrokers,
ReportHistoryServices historyServices)
springBrokers - The configurations.historyServices - The report history services provider.| Method Detail |
|---|
public SpringBrokers getSpringBrokers()
public List<Broker> getBrokers()
public BrokersStatus getStatus()
public SpringSessionSettings getSettings()
public Broker getBroker(SessionID sessionID)
sessionID - The ID.
public Broker getBroker(BrokerID brokerID)
brokerID - The ID.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||