Class PerformanceMonitorInterceptor

All Implemented Interfaces:
Serializable, Advice, Interceptor, MethodInterceptor

public class PerformanceMonitorInterceptor extends AbstractMonitoringInterceptor
Simple AOP Alliance MethodInterceptor for performance monitoring. This interceptor has no effect on the intercepted method call.

Uses a StopWatch for the actual performance measuring.

Author:
Rod Johnson, Dmitriy Kopylenko, Rob Harrop
See Also: