|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.ors.brokers.SpringSelectorEntry
public class SpringSelectorEntry
The Spring-based configuration of a selector entry.
| Constructor Summary | |
|---|---|
SpringSelectorEntry()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
SpringBroker |
getBroker()
Returns the receiver's broker. |
boolean |
getSkipIfUnavailable()
Returns the receiver's skip-if-unavailable flag. |
String |
getTargetType()
Returns the receiver's target type, in string form. |
void |
setBroker(SpringBroker broker)
Sets the receiver's broker to the given one. |
void |
setSkipIfUnavailable(boolean skipIfUnavailable)
Sets the receiver's skip-if-unavailable flag to the given value. |
void |
setTargetType(String targetType)
Sets the receiver's target type to the given string form value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpringSelectorEntry()
| Method Detail |
|---|
public void setTargetType(String targetType)
targetType - The target type.public String getTargetType()
public void setBroker(SpringBroker broker)
broker - The broker.public SpringBroker getBroker()
public void setSkipIfUnavailable(boolean skipIfUnavailable)
skipIfUnavailable - The flag.public boolean getSkipIfUnavailable()
public void afterPropertiesSet()
throws I18NException
afterPropertiesSet in interface InitializingBeanI18NException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||