|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.ors.brokers.Selector
public class Selector
The in-memory representation of the selector.
| Constructor Summary | |
|---|---|
Selector(Brokers brokers,
SpringSelector springSelector)
Creates a new selector based on the given configuration. |
|
| Method Summary | |
|---|---|
BrokerID |
chooseBroker(Order order)
Returns the ID of the broker the receiver selects for the given order. |
BrokerID |
getDefaultBroker()
Returns the receiver's default broker ID. |
List<SelectorEntry> |
getEntries()
Returns the receiver's entries. |
SpringSelector |
getSpringSelector()
Returns the receiver's configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Selector(Brokers brokers,
SpringSelector springSelector)
springSelector - The configuration.| Method Detail |
|---|
public SpringSelector getSpringSelector()
public List<SelectorEntry> getEntries()
public BrokerID getDefaultBroker()
public BrokerID chooseBroker(Order order)
order - The order.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||