Uses of Class
com.aspectran.core.component.session.SessionData
-
Packages that use SessionData Package Description com.aspectran.core.component.session Session Management Implementations -
-
Uses of SessionData in com.aspectran.core.component.session
Methods in com.aspectran.core.component.session that return SessionData Modifier and Type Method Description SessionDataSession. getSessionData()SessionDataFileSessionDataStore. load(java.lang.String id)SessionDataSessionDataStore. load(java.lang.String id)Read in session data.SessionDataAbstractSessionDataStore. newSessionData(java.lang.String id, long createdTime, long accessedTime, long lastAccessedTime, long maxInactiveIntervalMS)SessionDataSessionDataStore. newSessionData(java.lang.String id, long createdTime, long accessedTime, long lastAccessedTime, long maxInactiveIntervalMS)Create a new SessionData.Methods in com.aspectran.core.component.session with parameters of type SessionData Modifier and Type Method Description abstract voidAbstractSessionDataStore. doStore(java.lang.String id, SessionData data, long lastSaveTime)Store the session data persistently.voidFileSessionDataStore. doStore(java.lang.String id, SessionData data, long lastSaveTime)abstract SessionAbstractSessionCache. newSession(SessionData data)Create a new Session object from pre-existing session data.SessionDefaultSessionCache. newSession(SessionData data)SessionSessionCache. newSession(SessionData data)Re-materialize a Session that has previously existed.voidAbstractSessionDataStore. store(java.lang.String id, SessionData data)voidSessionDataStore. store(java.lang.String id, SessionData sessionData)Store the session data.Constructors in com.aspectran.core.component.session with parameters of type SessionData Constructor Description PlaceHolderSession(SessionData data)Session(SessionHandler sessionHandler, SessionData sessionData)Session(SessionHandler sessionHandler, SessionData sessionData, boolean newSession)
-