org.jboss.test.web.servlets
Class TestSessionListener

java.lang.Object
  extended byorg.jboss.test.web.servlets.TestSessionListener

public class TestSessionListener
extends java.lang.Object

A test HttpSessionListener that tracks which sessions have seen create/destory events.


Constructor Summary
TestSessionListener()
           
 
Method Summary
 void sessionCreated(HttpSessionEvent event)
           
 void sessionDestroyed(HttpSessionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSessionListener

public TestSessionListener()
Method Detail

sessionCreated

public void sessionCreated(HttpSessionEvent event)

sessionDestroyed

public void sessionDestroyed(HttpSessionEvent event)