org.codehaus.wadi.core.manager
Class LoggingSessionMonitor
java.lang.Object
org.codehaus.wadi.core.manager.LoggingSessionMonitor
- All Implemented Interfaces:
- SessionMonitor
public class LoggingSessionMonitor
- extends java.lang.Object
- implements SessionMonitor
- Version:
- $Rev:$ $Date:$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingSessionMonitor
public LoggingSessionMonitor(SessionMonitor delegate)
addSessionListener
public void addSessionListener(SessionListener sessionListener)
- Specified by:
addSessionListener
in interface SessionMonitor
removeSessionListener
public void removeSessionListener(SessionListener sessionListener)
- Specified by:
removeSessionListener
in interface SessionMonitor
notifyInboundSessionMigration
public void notifyInboundSessionMigration(Session session)
- Specified by:
notifyInboundSessionMigration
in interface SessionMonitor
notifyOutboundSessionMigration
public void notifyOutboundSessionMigration(Session session)
- Specified by:
notifyOutboundSessionMigration
in interface SessionMonitor
notifySessionCreation
public void notifySessionCreation(Session session)
- Specified by:
notifySessionCreation
in interface SessionMonitor
notifySessionDestruction
public void notifySessionDestruction(Session session)
- Specified by:
notifySessionDestruction
in interface SessionMonitor
Copyright © 2010. All Rights Reserved.