|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionInfo
A store for key-value pairs specific to a session.
| 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 |
|---|
static final String SESSION_ID
SessionId key for the session.
static final String ACTOR_ID
UserID key for the session's actor.
static final String ACTOR
SimpleUser key for the session's actor.
| Method Detail |
|---|
SystemInfo getSystemInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||