org.codehaus.wadi.core.manager
Class LoggingSessionMonitor

java.lang.Object
  extended by org.codehaus.wadi.core.manager.LoggingSessionMonitor
All Implemented Interfaces:
SessionMonitor

public class LoggingSessionMonitor
extends java.lang.Object
implements SessionMonitor

Version:
$Rev:$ $Date:$

Constructor Summary
LoggingSessionMonitor(SessionMonitor delegate)
           
 
Method Summary
 void addSessionListener(SessionListener sessionListener)
           
 void notifyInboundSessionMigration(Session session)
           
 void notifyOutboundSessionMigration(Session session)
           
 void notifySessionCreation(Session session)
           
 void notifySessionDestruction(Session session)
           
 void removeSessionListener(SessionListener sessionListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingSessionMonitor

public LoggingSessionMonitor(SessionMonitor delegate)
Method Detail

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.