org.marketcetera.ors.info
Interface RequestInfo

All Superinterfaces:
ReadInfo, ReadWriteInfo
All Known Implementing Classes:
RequestInfoImpl

public interface RequestInfo
extends ReadWriteInfo

A store for key-value pairs specific to a request.

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

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

BROKER_ID

static final String BROKER_ID
The BrokerID key for the broker associated with (as recipient or originator of) the request message.

See Also:
Constant Field Values

BROKER

static final String BROKER
The Broker key for the broker associated with (as recipient or originator of) the request message.

See Also:
Constant Field Values

ORIGINATOR

static final String ORIGINATOR
The Originator key for the request message.

See Also:
Constant Field Values

FIX_MESSAGE_FACTORY

static final String FIX_MESSAGE_FACTORY
The FIXMessageFactory key for the broker associated with (as recipient or originator of) the request message.

See Also:
Constant Field Values

CURRENT_MESSAGE

static final String CURRENT_MESSAGE
The Message key for the request message as it currently stands (as it is being subjected to modifications).

See Also:
Constant Field Values
Method Detail

getSessionInfo

SessionInfo getSessionInfo()
Returns the receiver's session store.

Returns:
The session store.


Copyright © 2012. All Rights Reserved.