LifeCycleSessionDataStoreAbstractSessionDataStore, CachingSessionDataStore, FileSessionDataStore, JDBCSessionDataStore, NullSessionDataStorepublic interface SessionDataMap extends LifeCycle
LifeCycle.Listener| Modifier and Type | Method | Description |
|---|---|---|
boolean |
delete(java.lang.String id) |
Delete session data
|
void |
initialize(SessionContext context) |
Initialize this data map for the
given context.
|
SessionData |
load(java.lang.String id) |
Read in session data.
|
void |
store(java.lang.String id,
SessionData data) |
Store the session data.
|
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, start, stop, stopvoid initialize(SessionContext context) throws java.lang.Exception
context - context associatedjava.lang.Exception - if unable to initialize theSessionData load(java.lang.String id) throws java.lang.Exception
id - identity of session to loadjava.lang.Exception - if unable to load session datavoid store(java.lang.String id,
SessionData data)
throws java.lang.Exception
id - identity of session to storedata - info of session to storejava.lang.Exception - if unable to write session databoolean delete(java.lang.String id)
throws java.lang.Exception
id - identity of session to deletejava.lang.Exception - if unable to delete session dataCopyright © 1995–2018 Webtide. All rights reserved.