org.marketcetera.ors.info
Interface SessionInfo

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

public interface SessionInfo
extends ReadWriteInfo

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

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

Field Summary
static String ACTOR
          The SimpleUser key for the session's actor.
static String ACTOR_ID
          The UserID key for the session's actor.
static String SESSION_ID
          The SessionId key for the session.
 
Method Summary
 SystemInfo getSystemInfo()
          Returns the receiver's system 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

SESSION_ID

static final String SESSION_ID
The SessionId key for the session.

See Also:
Constant Field Values

ACTOR_ID

static final String ACTOR_ID
The UserID key for the session's actor.

See Also:
Constant Field Values

ACTOR

static final String ACTOR
The SimpleUser key for the session's actor.

See Also:
Constant Field Values
Method Detail

getSystemInfo

SystemInfo getSystemInfo()
Returns the receiver's system store.

Returns:
The system store.


Copyright © 2012. All Rights Reserved.