org.eclipse.jetty.server.session
Class AbstractRemoveSessionTest.TestEventListener

java.lang.Object
  extended by org.eclipse.jetty.server.session.AbstractRemoveSessionTest.TestEventListener
All Implemented Interfaces:
EventListener, HttpSessionListener
Enclosing class:
AbstractRemoveSessionTest

public static class AbstractRemoveSessionTest.TestEventListener
extends Object
implements HttpSessionListener


Constructor Summary
AbstractRemoveSessionTest.TestEventListener()
           
 
Method Summary
 boolean isCreated()
           
 boolean isDestroyed()
           
 void sessionCreated(HttpSessionEvent se)
           
 void sessionDestroyed(HttpSessionEvent se)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRemoveSessionTest.TestEventListener

public AbstractRemoveSessionTest.TestEventListener()
Method Detail

sessionCreated

public void sessionCreated(HttpSessionEvent se)
Specified by:
sessionCreated in interface HttpSessionListener

sessionDestroyed

public void sessionDestroyed(HttpSessionEvent se)
Specified by:
sessionDestroyed in interface HttpSessionListener

isDestroyed

public boolean isDestroyed()

isCreated

public boolean isCreated()


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.