EAF 7.4 API

Package com.lutris.appserver.server.sessionEnhydra

Interface Summary
StandardSession Defines the interface for the Session object expected by the StandardSessionManager.
StandardSessionHome StandardSessionManager uses StandardSessionHome to manage a collection of sessions.
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.
 

Exception Summary
CreateSessionException Exception thrown by StandardSessionHome if a session cannot be created.
DuplicateKeyException Exception thrown by StandardSessionHome if a session cannot be created because the session key is already in use.
 


EAF 7.4 API