Enhydra 3.1 API

Package com.lutris.appserver.server.session

Interface Summary
Session Defines the interface for the Session object expected by the SessionManager..
SessionManager The session management object interface.
StandardSession Defines the interface for the Session object expected by the StandardSessionManager.
StandardSessionHome  
StandardSessionIdleHandler Interface for class that is involked by StandardSessionIdleTimer to clean up sessions.
StandardSessionUserTable Table used by StandardSessionManager to cross reference User objects and sessions.
 

Class Summary
SessionData Per-session application data.
StandardSessionIdleTimer The idle timer thread for StandardSessionManager.
StandardSessionKeyGen The session random key generator.
StandardSessionManager This session manager maintains the mapping between session keys and sessions.
 

Exception Summary
CreateSessionException  
DuplicateKeyException  
SessionException  
 


Enhydra 3.1 API