public class PerformanceMonitorInterceptor
extends Object
To enable this interceptor, add a binding to the ejb-jar.xml:
<!-- enable this to get lots of performance data as you navigate around the UI
<interceptor-binding>
<ejb-name>*</ejb-name>
<interceptor-class>org.rhq.enterprise.server.common.PerformanceMonitorInterceptor</interceptor-class>
</interceptor-binding>
-->