Uses of Interface
org.apache.geronimo.clustering.Session

Packages that use Session
org.apache.geronimo.clustering   
org.apache.geronimo.clustering.wadi   
org.apache.geronimo.jetty6.cluster   
 

Uses of Session in org.apache.geronimo.clustering
 

Methods in org.apache.geronimo.clustering that return Session
 Session SessionManager.createSession(String sessionId)
          Creates a Session having the specified sessionId.
 

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

Uses of Session in org.apache.geronimo.clustering.wadi
 

Classes in org.apache.geronimo.clustering.wadi that implement Session
 class WADISessionAdaptor
           
 

Methods in org.apache.geronimo.clustering.wadi that return Session
 Session BasicWADISessionManager.createSession(String sessionId)
           
 

Uses of Session in org.apache.geronimo.jetty6.cluster
 

Constructors in org.apache.geronimo.jetty6.cluster with parameters of type Session
ClusteredSessionManager.ClusteredSession(Session session)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.