Uses of Interface
org.mortbay.jetty.servlet.wadi.WadiSession

Packages that use WadiSession
org.mortbay.jetty.servlet.wadi   
 

Uses of WadiSession in org.mortbay.jetty.servlet.wadi
 

Classes in org.mortbay.jetty.servlet.wadi that implement WadiSession
 class WadiSessionAdaptor
           
 

Methods in org.mortbay.jetty.servlet.wadi that return WadiSession
 WadiSession WadiSessionManager.createSession(java.lang.String sessionId)
           
 

Methods in org.mortbay.jetty.servlet.wadi with parameters of type WadiSession
 void SessionListener.notifyInboundSessionMigration(WadiSession session)
          Calls when the ownership of the provided Session is acquired by the SessionManager to which this listener is attached.
 void SessionListener.notifyOutboundSessionMigration(WadiSession session)
          Calls when the ownership of the provided Session is relinquished to another SessionManager.
 void SessionListener.notifySessionDestruction(WadiSession session)
          Calls when a Session is destroyed.
 

Constructors in org.mortbay.jetty.servlet.wadi with parameters of type WadiSession
WadiSessionManager.ClusteredSession(WadiSession session)
           
 



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