Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.