Uses of Class
org.mortbay.jetty.servlet.AbstractSessionManager.Session

Packages that use AbstractSessionManager.Session
org.mortbay.jetty.servlet   
org.mortbay.terracotta.servlet   
 

Uses of AbstractSessionManager.Session in org.mortbay.jetty.servlet
 

Subclasses of AbstractSessionManager.Session in org.mortbay.jetty.servlet
protected  class HashSessionManager.Session
           
 

Methods in org.mortbay.jetty.servlet that return AbstractSessionManager.Session
 AbstractSessionManager.Session AbstractSessionManager.SessionIf.getSession()
           
 AbstractSessionManager.Session AbstractSessionManager.Session.getSession()
           
 AbstractSessionManager.Session HashSessionManager.getSession(java.lang.String idInCluster)
           
abstract  AbstractSessionManager.Session AbstractSessionManager.getSession(java.lang.String idInCluster)
          Get a known existingsession
protected  AbstractSessionManager.Session HashSessionManager.newSession(javax.servlet.http.HttpServletRequest request)
           
protected abstract  AbstractSessionManager.Session AbstractSessionManager.newSession(javax.servlet.http.HttpServletRequest request)
          Create a new session instance
 

Methods in org.mortbay.jetty.servlet with parameters of type AbstractSessionManager.Session
protected  void HashSessionManager.addSession(AbstractSessionManager.Session session)
           
protected abstract  void AbstractSessionManager.addSession(AbstractSessionManager.Session session)
           
protected  void AbstractSessionManager.addSession(AbstractSessionManager.Session session, boolean created)
          Add the session Registers the session with this manager and registers the session ID with the sessionIDManager;
 void AbstractSessionManager.removeSession(AbstractSessionManager.Session session, boolean invalidate)
          Remove session from manager
 

Uses of AbstractSessionManager.Session in org.mortbay.terracotta.servlet
 

Methods in org.mortbay.terracotta.servlet that return AbstractSessionManager.Session
 AbstractSessionManager.Session TerracottaSessionManager.getSession(java.lang.String clusterId)
           
 

Methods in org.mortbay.terracotta.servlet with parameters of type AbstractSessionManager.Session
protected  void TerracottaSessionManager.addSession(AbstractSessionManager.Session session)
           
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.