Uses of Class
org.apache.tomcat.core.ServerSession

Packages that use ServerSession
org.apache.tomcat.core Architecture 
org.apache.tomcat.facade Servlet Facades 
org.apache.tomcat.modules.session   
 

Uses of ServerSession in org.apache.tomcat.core
 

Fields in org.apache.tomcat.core declared as ServerSession
protected  ServerSession Request.serverSession
           
 

Methods in org.apache.tomcat.core that return ServerSession
 ServerSession BaseInterceptor.findSession(Request req, java.lang.String reqSessionId, boolean create)
          The hook for session managers.
 ServerSession ContextManager.createServerSession()
           
 ServerSession Request.getSession(boolean create)
           
 

Methods in org.apache.tomcat.core with parameters of type ServerSession
 int BaseInterceptor.sessionState(Request req, ServerSession sess, int newState)
          Hook for session state changes.
 void Request.setSession(ServerSession serverSession)
          Set the session associated with this request.
 

Uses of ServerSession in org.apache.tomcat.facade
 

Methods in org.apache.tomcat.facade with parameters of type ServerSession
 int Servlet22Interceptor.sessionState(Request req, ServerSession sess, int newState)
          Call the Servlet22 callbacks when session expires.
 

Uses of ServerSession in org.apache.tomcat.modules.session
 

Methods in org.apache.tomcat.modules.session that return ServerSession
 ServerSession SimpleSessionStore.findSession(Request request, java.lang.String sessionId, boolean create)
          The session store hook
 ServerSession SimpleSessionStore.findSession(Context ctx, java.lang.String sessionId)
           
 ServerSession SimpleSessionStore.SimpleSessionManager.findSession(java.lang.String id)
           
 ServerSession SimpleSessionStore.SimpleSessionManager.getNewSession(Request req, Context ctx)
           
 ServerSession SimpleSessionStore.SimpleSessionManager.cloneSession(Request req, Context ctx, java.lang.String oldS)
           
 

Methods in org.apache.tomcat.modules.session with parameters of type ServerSession
 int SimpleSessionStore.sessionState(Request req, ServerSession session, int state)
           
 void SimpleSessionStore.SimpleSessionManager.removeSession(ServerSession session)
          Remove this Session from the active Sessions for this Manager.
 int SessionIdGenerator.sessionState(Request req, ServerSession sess, int state)
           
 int SessionExpirer.sessionState(Request req, ServerSession session, int state)
           
 



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.