org.marketcetera.ors.brokers
Class SpringSelector

java.lang.Object
  extended by org.marketcetera.ors.brokers.SpringSelector

public class SpringSelector
extends Object

The Spring-based configuration of the selector.

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

Constructor Summary
SpringSelector()
           
 
Method Summary
 SpringBroker getDefaultBroker()
          Returns the receiver's default broker.
 List<SpringSelectorEntry> getEntries()
          Returns the configurations of the receiver's entries.
 void setDefaultBroker(SpringBroker defaultBroker)
          Sets the receiver's default broker to the given one.
 void setEntries(List<SpringSelectorEntry> entries)
          Sets the configurations of the receiver's entries to the given ones.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringSelector

public SpringSelector()
Method Detail

setEntries

public void setEntries(List<SpringSelectorEntry> entries)
Sets the configurations of the receiver's entries to the given ones.

Parameters:
entries - The configurations. It may be null.

getEntries

public List<SpringSelectorEntry> getEntries()
Returns the configurations of the receiver's entries.

Returns:
The configurations. It may be null.

setDefaultBroker

public void setDefaultBroker(SpringBroker defaultBroker)
Sets the receiver's default broker to the given one.

Parameters:
defaultBroker - The broker. It may be null.

getDefaultBroker

public SpringBroker getDefaultBroker()
Returns the receiver's default broker.

Returns:
The broker. It may be null.


Copyright © 2012. All Rights Reserved.