org.codehaus.wadi.core.manager
Interface SessionMonitor
- All Known Implementing Classes:
- BasicSessionMonitor, LoggingSessionMonitor
public interface SessionMonitor
- Version:
- $Revision: 1538 $
notifySessionCreation
void notifySessionCreation(Session session)
notifySessionDestruction
void notifySessionDestruction(Session session)
notifyInboundSessionMigration
void notifyInboundSessionMigration(Session session)
notifyOutboundSessionMigration
void notifyOutboundSessionMigration(Session session)
addSessionListener
void addSessionListener(SessionListener sessionListener)
removeSessionListener
void removeSessionListener(SessionListener sessionListener)
Copyright © 2010. All Rights Reserved.