org.apache.geronimo.clustering.wadi
Class BasicWADISessionManager.SessionListenerAdapter
java.lang.Object
org.apache.geronimo.clustering.wadi.BasicWADISessionManager.SessionListenerAdapter
- All Implemented Interfaces:
- org.codehaus.wadi.core.manager.SessionListener
- Enclosing class:
- BasicWADISessionManager
protected class BasicWADISessionManager.SessionListenerAdapter
- extends Object
- implements org.codehaus.wadi.core.manager.SessionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicWADISessionManager.SessionListenerAdapter
protected BasicWADISessionManager.SessionListenerAdapter()
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-2009 The Apache Geronimo development community. All Rights Reserved.