org.marketcetera.ors.brokers
Class SelectorEntry

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

public class SelectorEntry
extends Object

The in-memory representation of a selector entry.

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

Constructor Summary
SelectorEntry(SpringSelectorEntry springSelectorEntry)
          Creates a new entry based on the given configuration.
 
Method Summary
 BrokerID getBroker()
          Returns the receiver's broker ID.
 boolean getSkipIfUnavailable()
          Returns the receiver's skip-if-unavailable flag.
 SpringSelectorEntry getSpringSelectorEntry()
          Returns the receiver's configuration.
 SecurityType getTargetType()
          Returns the receiver's target type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectorEntry

public SelectorEntry(SpringSelectorEntry springSelectorEntry)
Creates a new entry based on the given configuration.

Parameters:
springSelectorEntry - The configuration.
Method Detail

getSpringSelectorEntry

public SpringSelectorEntry getSpringSelectorEntry()
Returns the receiver's configuration.

Returns:
The configuration.

getTargetType

public SecurityType getTargetType()
Returns the receiver's target type.

Returns:
The target type, which will guaranteed to be known.

getBroker

public BrokerID getBroker()
Returns the receiver's broker ID.

Returns:
The ID.

getSkipIfUnavailable

public boolean getSkipIfUnavailable()
Returns the receiver's skip-if-unavailable flag.

Returns:
The flag.


Copyright © 2012. All Rights Reserved.