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

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.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.