|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.ors.brokers.SpringBrokers
public class SpringBrokers
The collective Spring-based configuration of all brokers.
| Constructor Summary | |
|---|---|
SpringBrokers()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
List<SpringBroker> |
getBrokers()
Returns the configurations of the receiver's brokers. |
SpringSessionSettings |
getSettings()
Returns the configuration of the receiver's QuickFIX/J session settings. |
void |
setBrokers(List<SpringBroker> brokers)
Sets the configurations of the receiver's brokers to the given ones. |
void |
setSettings(SpringSessionSettings sessionSettings)
Sets the configuration of the receiver's QuickFIX/J session settings to the given one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpringBrokers()
| Method Detail |
|---|
public void setSettings(SpringSessionSettings sessionSettings)
sessionSettings - The configuration.public SpringSessionSettings getSettings()
public void setBrokers(List<SpringBroker> brokers)
brokers - The configurations.public List<SpringBroker> getBrokers()
public void afterPropertiesSet()
throws I18NException
afterPropertiesSet in interface InitializingBeanI18NException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||