org.codehaus.wadi.core.manager
Class BasicSessionMonitor

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

public class BasicSessionMonitor
extends java.lang.Object
implements SessionMonitor

Version:
$Revision: 1538 $

Constructor Summary
BasicSessionMonitor()
           
 
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

BasicSessionMonitor

public BasicSessionMonitor()
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.