Class HTTPSessionTrack

Object
HTTPSessionTrack
All Implemented Interfaces:
EventListener, HttpSessionListener

public class HTTPSessionTrack extends Object implements HttpSessionListener
  • Constructor Details

    • HTTPSessionTrack

      public HTTPSessionTrack()
  • Method Details

    • sessionCreated

      public void sessionCreated(HttpSessionEvent event)
      Specified by:
      sessionCreated in interface HttpSessionListener
    • sessionDestroyed

      public void sessionDestroyed(HttpSessionEvent event)
      Specified by:
      sessionDestroyed in interface HttpSessionListener
    • getById

      public static HttpSession getById(String id)
    • getAllSessions

      public static Collection<HttpSession> getAllSessions()
    • getTotal

      public static int getTotal()