net.sourceforge.pebble.web.listener
Class LoggingSessionListener

java.lang.Object
  extended by net.sourceforge.pebble.web.listener.LoggingSessionListener

public class LoggingSessionListener
extends java.lang.Object

Logs when a session is created or destroyed.

Author:
Simon Brown

Constructor Summary
LoggingSessionListener()
           
 
Method Summary
 void sessionCreated(HttpSessionEvent event)
          Called when a HTTP session is created.
 void sessionDestroyed(HttpSessionEvent event)
          Called when a HTTP session is destroyed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingSessionListener

public LoggingSessionListener()
Method Detail

sessionCreated

public void sessionCreated(HttpSessionEvent event)
Called when a HTTP session is created.

Parameters:
event - a HttpSessionEvent

sessionDestroyed

public void sessionDestroyed(HttpSessionEvent event)
Called when a HTTP session is destroyed.

Parameters:
event - a HttpSessionEvent


Copyright © 2003-2006, Simon Brown. All Rights Reserved.