|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.appserver.server.sessionEnhydra.BasicSession
com.lutris.appserver.server.sessionEnhydra.PagedSession
public class PagedSession
PagedSession requires that all session data and the user associated with the session be serializable.
PagedSessionHome
,
Serialized FormField Summary |
---|
Fields inherited from class com.lutris.appserver.server.sessionEnhydra.BasicSession |
---|
data, sessionManager, user |
Constructor Summary | |
---|---|
|
PagedSession()
|
protected |
PagedSession(StandardSessionManager sessionManager,
java.lang.String sessionKey)
Construct a new session. |
Method Summary | |
---|---|
void |
setUser(com.lutris.appserver.server.user.User user)
Ensures that the user associated with the session is serializable. |
Methods inherited from class com.lutris.appserver.server.sessionEnhydra.BasicSession |
---|
clearUser, decrementRefCount, getAttribute, getAttributeNames, getCreationTime, getHttpSession, getId, getLastAccessedTime, getMaxIdleTime, getMaxInactiveInterval, getMaxNoUserIdleTime, getRefCount, getServletContext, getSessionContext, getSessionData, getSessionKey, getSessionManager, getTimeCreated, getTimeExpires, getTimeLastUsed, getUser, getValue, getValueNames, incrementRefCount, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setHttpSession, setMaxIdleTime, setMaxInactiveInterval, setMaxNoUserIdleTime, setTimeExpires, toString, touch |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PagedSession()
protected PagedSession(StandardSessionManager sessionManager, java.lang.String sessionKey)
PagedSessionHome
.
sessionManager
- The session manager that will manage this session.sessionKey
- The unique session key associated with the session.Method Detail |
---|
public void setUser(com.lutris.appserver.server.user.User user) throws com.lutris.appserver.server.session.SessionException
setUser
in interface com.lutris.appserver.server.session.Session
setUser
in class BasicSession
user
- the user object to associate with the session.
com.lutris.appserver.server.session.SessionException
- if the user cannot be associated with the session.
|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |