org.apache.geronimo.clustering.wadi
Class BasicWADISessionManager.SessionListenerAdapter

java.lang.Object
  extended by org.apache.geronimo.clustering.wadi.BasicWADISessionManager.SessionListenerAdapter
All Implemented Interfaces:
org.codehaus.wadi.core.manager.SessionListener
Enclosing class:
BasicWADISessionManager

protected class BasicWADISessionManager.SessionListenerAdapter
extends java.lang.Object
implements org.codehaus.wadi.core.manager.SessionListener


Constructor Summary
protected BasicWADISessionManager.SessionListenerAdapter()
           
 
Method Summary
 void onInboundSessionMigration(org.codehaus.wadi.core.session.Session session)
           
 void onOutbountSessionMigration(org.codehaus.wadi.core.session.Session session)
           
 void onSessionCreation(org.codehaus.wadi.core.session.Session session)
           
 void onSessionDestruction(org.codehaus.wadi.core.session.Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicWADISessionManager.SessionListenerAdapter

protected BasicWADISessionManager.SessionListenerAdapter()
Method Detail

onSessionCreation

public void onSessionCreation(org.codehaus.wadi.core.session.Session session)
Specified by:
onSessionCreation in interface org.codehaus.wadi.core.manager.SessionListener

onSessionDestruction

public void onSessionDestruction(org.codehaus.wadi.core.session.Session session)
Specified by:
onSessionDestruction in interface org.codehaus.wadi.core.manager.SessionListener

onInboundSessionMigration

public void onInboundSessionMigration(org.codehaus.wadi.core.session.Session session)
Specified by:
onInboundSessionMigration in interface org.codehaus.wadi.core.manager.SessionListener

onOutbountSessionMigration

public void onOutbountSessionMigration(org.codehaus.wadi.core.session.Session session)
Specified by:
onOutbountSessionMigration in interface org.codehaus.wadi.core.manager.SessionListener


Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.