Package wt.servlet

Class SessionMonitor

java.lang.Object
javax.management.StandardMBean
wt.jmx.core.StandardMBean
wt.jmx.core.SelfAwareMBean
wt.jmx.core.mbeans.DeluxeStatsMonitor
wt.servlet.SessionMonitor
All Implemented Interfaces:
jakarta.servlet.http.HttpSessionActivationListener, jakarta.servlet.http.HttpSessionIdListener, jakarta.servlet.http.HttpSessionListener, jakarta.servlet.ServletContextListener, EventListener, DynamicMBean, MBeanRegistration, NotificationBroadcaster, NotificationEmitter, BaseObjectNamed, DeluxeStatsMonitorMBean, RawStatisticsProviderMBean, SelfEmailingMBean, SessionMonitorMBean

public final class SessionMonitor extends wt.jmx.core.mbeans.DeluxeStatsMonitor implements SessionMonitorMBean, jakarta.servlet.http.HttpSessionListener, jakarta.servlet.http.HttpSessionActivationListener, jakarta.servlet.ServletContextListener, jakarta.servlet.http.HttpSessionIdListener, NotificationEmitter
Servlet session and context listener and MBean that provides statistics and monitoring capabilities for servlet sessions.

Supported API: true

Extendable: false
  • Method Details

    • getSessionMonitor

      public static SessionMonitor getSessionMonitor(jakarta.servlet.ServletContext servletContext)
      Retrieve instance associated with a given ServletContext (web app).

      Supported API: true