Package wt.servlet
Class ServletRequestMonitor
java.lang.Object
javax.management.StandardMBean
wt.jmx.core.StandardMBean
wt.jmx.core.SelfAwareMBean
wt.jmx.core.mbeans.DeluxeStatsMonitor
wt.jmx.core.mbeans.DeluxeStatsAndListenersMonitor<RequestMBean>
wt.servlet.ServletRequestMonitor
- All Implemented Interfaces:
DynamicMBean,MBeanRegistration,NotificationBroadcaster,NotificationEmitter,BaseObjectNamed,DeluxeStatsMonitorMBean,RawStatisticsProviderMBean,SelfEmailingMBean,ServletRequestMonitorMBean
public final class ServletRequestMonitor
extends wt.jmx.core.mbeans.DeluxeStatsAndListenersMonitor<RequestMBean>
implements ServletRequestMonitorMBean, NotificationEmitter
MBean that provides statistics and monitoring capabilities for servlet
requests.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from interface wt.servlet.ServletRequestMonitorMBean
MAX_ACTIVE_REQUESTS_NOTIF_TYPE, REQUEST_ID_HEADER_NAME -
Method Summary
Modifier and TypeMethodDescriptionstatic ServletRequestMonitorgetServletRequestMonitor(javax.servlet.ServletContext servletContext) Retrieve instance associated with a given ServletContext (web app).Methods inherited from class wt.jmx.core.SelfAwareMBean
deregister, destroy, getBaseObjectName, getObjectName, getObjectNameOnPreRegister, getOwnerMBean, getSelfAwareMBean, init, isInited, isRegistered, isStarted, postDeregister, postRegister, preDeregister, preRegister, register, register, register, resetObjectName, setOwnerMBean, start, stopMethods inherited from class wt.jmx.core.StandardMBean
cacheMBeanInfo, cacheMBeanInfoInInstance, emailThisMBean, getAttributes, getCachedInstanceMBeanInfo, getCachedMBeanInfo, getDescription, getDescription, getDescription, getDescription, getImpact, getMBeanInfo, getParameterName, setAttributesMethods inherited from class javax.management.StandardMBean
getAttribute, getClassName, getConstructors, getDescription, getDescription, getDescription, getImplementation, getImplementationClass, getMBeanInterface, getParameterName, invoke, setAttribute, setImplementationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface wt.jmx.core.mbeans.DeluxeStatsMonitorMBean
getBaselineStatistics, getBaselineStatisticsLoggerLevel, getBaselineStatisticsLoggerName, getRecentIntervalSeconds, getRecentStatistics, getRecentStatisticsLoggerLevel, getRecentStatisticsLoggerName, getStatisticsLoggerFormatString, getStatisticsLoggerOutputAttributes, getStatisticsLoggerSeparatorString, getSummaryIntervalSeconds, getSummaryStatisticsLoggerLevel, getSummaryStatisticsLoggerName, isStatisticsLoggerMultiLineFormat, isStatisticsLoggerUseShortFormat, resetBaselineStatistics, setBaselineStatisticsLoggerLevel, setRecentIntervalSeconds, setRecentStatisticsLoggerLevel, setStatisticsLoggerFormatString, setStatisticsLoggerMultiLineFormat, setStatisticsLoggerOutputAttributes, setStatisticsLoggerSeparatorString, setStatisticsLoggerUseShortFormat, setSummaryIntervalSeconds, setSummaryStatisticsLoggerLevelMethods inherited from interface wt.jmx.core.mbeans.RawStatisticsProviderMBean
getRawStatisticsMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
getServletRequestMonitor
public static ServletRequestMonitor getServletRequestMonitor(javax.servlet.ServletContext servletContext) Retrieve instance associated with a given ServletContext (web app).
Supported API: true
-