Broker management.
The classes in this package effect broker management:
{@link org.marketcetera.ors.brokers.SpringBroker} and {@link org.marketcetera.ors.brokers.SpringBrokers} respectively provide Spring-based configuration of a single broker, and all brokers collectively.
{@link org.marketcetera.ors.brokers.SpringSelectorEntry} and {@link org.marketcetera.ors.brokers.SpringSelector} respectively provide Spring-based configuration of a selector entry, and the selector.
{@link org.marketcetera.ors.brokers.Broker} and {@link org.marketcetera.ors.brokers.Brokers} respectively represent in memory a single broker, and all brokers collectively.
{@link org.marketcetera.ors.brokers.SelectorEntry} and {@link org.marketcetera.ors.brokers.Selector} respectively represent in memory a selector entry, and the selector.