Package wt.servlet

Interface Summary
ContextMonitorMBean Monitors a web application context

Supported API: true

Extendable: true
RequestMBean Detailed information related to a single servlet engine request.
RequestSetMBean Set of servlet requests and aggregate data thereon

Supported API: true

Extendable: true
ServletRequestMonitorMBean Monitors servlet engine requests

Supported API: true

Extendable: true
SessionMBean Detailed information related to a single servlet engine session.
SessionMonitorMBean Monitors servlet sessions

Supported API: true

Extendable: true
 

Class Summary
RequestCaptureDelegate Implementation of NotificationHandlerDelegate for use in servlet engine to capture a set of active servlet requests immediately prior to notification and then release it immediately thereafter.
RequestCaptureDelegate.Factory Implementation of NotificationHandlerDelegateFactory for use in servlet engine with NotificationHandlerMBean via its CustomDelegateFactoryClass attribute to construct RequestCaptureDelegate instances as delegates.