Package wt.servlet

Class FilteredRequestLogger

All Implemented Interfaces:
DynamicMBean, MBeanRegistration, BaseObjectNamed, ContextListener<RequestMBean>, SelfEmailingMBean, FilteredRequestLoggerMBean

public final class FilteredRequestLogger extends SelfAwareMBean implements FilteredRequestLoggerMBean, ContextListener<RequestMBean>
ContextListener<RequestMBean> MBean that allows selective logging of servlet requests that match specific criteria.

To use this class specify the desired name for a listener instance and the full classname of this class to the addRequestListener() operation of ServletRequestMonitorMBean.

Supported API: true

Extendable: false