|
|||||||||
| Home >> All >> com >> lutris >> appserver >> server >> [ session overview ] | PREV NEXT | ||||||||
Uses of Interface
com.lutris.appserver.server.session.StandardSessionHome
| Uses of StandardSessionHome in com.lutris.appserver.server.session |
| Classes in com.lutris.appserver.server.session that implement StandardSessionHome | |
class |
BasicSessionHome
BasicSessionHome creates instances of BasicSession and manages the 'active'/'passive' state of those sessions. |
class |
DiskPagedSessionHome
The StandardSessionManager uses PagedSessionHome to manage a collection of sessions that can be paged to disk. |
class |
PagedSessionHome
The StandardSessionManager uses PagedSessionHome to manage a collection of sessions that can be paged to disk. |
| Fields in com.lutris.appserver.server.session declared as StandardSessionHome | |
private StandardSessionHome |
StandardSessionManager.sessionHome
Table of currently active user sessions is managed by the session home. |
| Methods in com.lutris.appserver.server.session that return StandardSessionHome | |
protected StandardSessionHome |
StandardSessionManager.loadSessionHome(com.lutris.util.Config config)
Loads the StandardSessionHome used by this session manager. |
|
|||||||||
| Home >> All >> com >> lutris >> appserver >> server >> [ session overview ] | PREV NEXT | ||||||||