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

Quick Search    Search Deep

Uses of Class
com.lutris.appserver.server.session.StandardSessionManager

Uses of StandardSessionManager in com.lutris.appserver.server.session
 

Fields in com.lutris.appserver.server.session declared as StandardSessionManager
protected  StandardSessionManager PagedSessionHome.sessionMgr
          The session manager associated with the session home.
private  StandardSessionManager BasicSessionHome.sessionMgr
          The session manager associated with the session home.
protected  StandardSessionManager BasicSession.sessionManager
           
 

Methods in com.lutris.appserver.server.session with parameters of type StandardSessionManager
protected abstract  PagedSession PagedSessionHome.newSession(StandardSessionManager mgr, java.lang.String sessionKey)
          Creates a new session object.
protected  PagedSession DiskPagedSessionHome.newSession(StandardSessionManager mgr, java.lang.String sessionKey)
          Creates a new session object.
 

Constructors in com.lutris.appserver.server.session with parameters of type StandardSessionManager
PagedSessionHome(StandardSessionManager sessionMgr, com.lutris.util.Config config, java.lang.ClassLoader loader)
           
PagedSession(StandardSessionManager sessionManager, java.lang.String sessionKey)
          Construct a new session.
DiskPagedSessionHome(StandardSessionManager sessionMgr, com.lutris.util.Config config, java.lang.ClassLoader loader)
           
BasicSessionHome(StandardSessionManager sessionMgr, com.lutris.util.Config config)
           
BasicSessionHome(StandardSessionManager sessionMgr, com.lutris.util.Config config, java.lang.ClassLoader loader)
           
BasicSession(StandardSessionManager sessionManager, java.lang.String sessionKey)
          Construct a new session.
BasicSession(StandardSessionManager sessionManager, java.lang.String sessionKey, SessionData sessionData)
          Construct a new session.