Class AbstractClusteredSessionScavengingTest.TestSessionListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionListener
    Enclosing class:
    AbstractClusteredSessionScavengingTest

    public static class AbstractClusteredSessionScavengingTest.TestSessionListener
    extends java.lang.Object
    implements javax.servlet.http.HttpSessionListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Set<java.lang.String> _creates  
      java.util.Set<java.lang.String> _destroys  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void sessionCreated​(javax.servlet.http.HttpSessionEvent se)  
      void sessionDestroyed​(javax.servlet.http.HttpSessionEvent se)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _creates

        public java.util.Set<java.lang.String> _creates
      • _destroys

        public java.util.Set<java.lang.String> _destroys
    • Constructor Detail

      • TestSessionListener

        public TestSessionListener()
    • Method Detail

      • sessionDestroyed

        public void sessionDestroyed​(javax.servlet.http.HttpSessionEvent se)
        Specified by:
        sessionDestroyed in interface javax.servlet.http.HttpSessionListener
      • sessionCreated

        public void sessionCreated​(javax.servlet.http.HttpSessionEvent se)
        Specified by:
        sessionCreated in interface javax.servlet.http.HttpSessionListener