|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestInfo
A store for key-value pairs specific to a request.
| Field Summary | |
|---|---|
static String |
BROKER
The Broker key for the broker associated with (as
recipient or originator of) the request message. |
static String |
BROKER_ID
The BrokerID key for the broker associated with (as
recipient or originator of) the request message. |
static String |
CURRENT_MESSAGE
The Message key for the request message as it currently
stands (as it is being subjected to modifications). |
static String |
FIX_MESSAGE_FACTORY
The FIXMessageFactory key for the broker associated
with (as recipient or originator of) the request message. |
static String |
ORIGINATOR
The Originator key for the request message. |
| Method Summary | |
|---|---|
SessionInfo |
getSessionInfo()
Returns the receiver's session store. |
| Methods inherited from interface org.marketcetera.ors.info.ReadWriteInfo |
|---|
removeValue, removeValueIfSet, setValue, setValueIfUnset |
| Methods inherited from interface org.marketcetera.ors.info.ReadInfo |
|---|
contains, getName, getPath, getValue, getValueIfInstanceOf, getValueIfNonNull, getValueIfNonNullInstanceOf, getValueIfSet |
| Field Detail |
|---|
static final String BROKER_ID
BrokerID key for the broker associated with (as
recipient or originator of) the request message.
static final String BROKER
Broker key for the broker associated with (as
recipient or originator of) the request message.
static final String ORIGINATOR
Originator key for the request message.
static final String FIX_MESSAGE_FACTORY
FIXMessageFactory key for the broker associated
with (as recipient or originator of) the request message.
static final String CURRENT_MESSAGE
Message key for the request message as it currently
stands (as it is being subjected to modifications).
| Method Detail |
|---|
SessionInfo getSessionInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||