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.SessionManager

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

Classes in com.lutris.appserver.server.session that implement SessionManager
 class StandardSessionManager
          This session manager maintains the mapping between session keys and sessions.
 

Methods in com.lutris.appserver.server.session that return SessionManager
 SessionManager Session.getSessionManager()
          Obtain the session manager associated with this session.
 SessionManager BasicSession.getSessionManager()
          Obtain the session manager associated with this session.