Class ControlEventListener

  • All Implemented Interfaces:
    java.util.EventListener, HttpSessionListener

    public class ControlEventListener
    extends java.lang.Object
    implements HttpSessionListener
    HttpSessionListener that gathers and tracks various information and statistics
    • Field Detail

      • module

        public static final java.lang.String module
      • totalActiveSessions

        protected static long totalActiveSessions
      • totalPassiveSessions

        protected static long totalPassiveSessions
    • Constructor Detail

      • ControlEventListener

        public ControlEventListener()
    • Method Detail

      • getTotalActiveSessions

        public static long getTotalActiveSessions()
      • getTotalPassiveSessions

        public static long getTotalPassiveSessions()
      • getTotalSessions

        public static long getTotalSessions()
      • countCreateSession

        public static void countCreateSession()
      • countDestroySession

        public static void countDestroySession()
      • countPassivateSession

        public static void countPassivateSession()
      • countActivateSession

        public static void countActivateSession()