|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.util.spring.LazyBean
org.marketcetera.util.quickfix.SpringSessionDescriptor
public class SpringSessionDescriptor
A Spring-aware QuickFIX/J session descriptor. It also offers these extensions:
The descriptor may be associated with overall session
settings SpringSessionSettings, which contain default
session parameter values used by the descriptor when its own
dictionary does not override them.
The descriptor's data dictionary parameter can be set to
DEFAULT_DATA_DICTIONARY, in which case validation will
take place using the default data dictionary appropriate for the
FIX version implied by the descriptor's begin string.
| Field Summary | |
|---|---|
static String |
DEFAULT_DATA_DICTIONARY
The sentinel value for the data dictionary parameter which forces validation using the default data dictionary appropriate for the FIX version implied by the descriptor's begin string. |
| Constructor Summary | |
|---|---|
SpringSessionDescriptor()
|
|
| Method Summary | |
|---|---|
Map<String,String> |
getDictionary()
Returns the receiver's dictionary. |
Dictionary |
getQDictionary()
Returns the receiver's QuickFIX/J dictionary. |
SessionID |
getQSessionID()
Returns the receiver's QuickFIX/J session ID. |
SpringSessionSettings |
getSettings()
Returns the receiver's session settings. |
protected void |
process()
Processes the receiver. |
void |
setDictionary(Map<String,String> dictionary)
Sets the receiver's dictionary to the given one. |
void |
setSettings(SpringSessionSettings settings)
Sets the receiver's session settings to the given ones. |
| Methods inherited from class org.marketcetera.util.spring.LazyBean |
|---|
assertNotProcessed, ensureProcessed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_DATA_DICTIONARY
| Constructor Detail |
|---|
public SpringSessionDescriptor()
| Method Detail |
|---|
public void setDictionary(Map<String,String> dictionary)
dictionary - The dictionary. It may be null.public Map<String,String> getDictionary()
public void setSettings(SpringSessionSettings settings)
settings - The settings. It may be null.public SpringSessionSettings getSettings()
public Dictionary getQDictionary()
public SessionID getQSessionID()
protected void process()
LazyBeanLazyBean.ensureProcessed().
process in class LazyBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||