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:
EventListener, DynamicMBean, MBeanRegistration, NotificationBroadcaster, NotificationEmitter, javax.servlet.http.HttpSessionActivationListener, javax.servlet.http.HttpSessionIdListener, javax.servlet.http.HttpSessionListener, javax.servlet.ServletContextListener, BaseObjectNamed, DeluxeStatsMonitorMBean, RawStatisticsProviderMBean, SelfEmailingMBean, SessionMonitorMBean

public final class SessionMonitor extends wt.jmx.core.mbeans.DeluxeStatsMonitor implements SessionMonitorMBean, javax.servlet.http.HttpSessionListener, javax.servlet.http.HttpSessionActivationListener, javax.servlet.ServletContextListener, javax.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(javax.servlet.ServletContext servletContext)
      Retrieve instance associated with a given ServletContext (web app).

      Supported API: true