org.marketcetera.ors.brokers
Class SpringBrokers

java.lang.Object
  extended by org.marketcetera.ors.brokers.SpringBrokers
All Implemented Interfaces:
InitializingBean

public class SpringBrokers
extends Object
implements InitializingBean

The collective Spring-based configuration of all brokers.

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

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

SpringBrokers

public SpringBrokers()
Method Detail

setSettings

public void setSettings(SpringSessionSettings sessionSettings)
Sets the configuration of the receiver's QuickFIX/J session settings to the given one.

Parameters:
sessionSettings - The configuration.

getSettings

public SpringSessionSettings getSettings()
Returns the configuration of the receiver's QuickFIX/J session settings.

Returns:
The configuration.

setBrokers

public void setBrokers(List<SpringBroker> brokers)
Sets the configurations of the receiver's brokers to the given ones.

Parameters:
brokers - The configurations.

getBrokers

public List<SpringBroker> getBrokers()
Returns the configurations of the receiver's brokers.

Returns:
The configurations.

afterPropertiesSet

public void afterPropertiesSet()
                        throws I18NException
Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
I18NException


Copyright © 2012. All Rights Reserved.