类 PerformanceMonitorInterceptor

所有已实现的接口:
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.

从以下版本开始:
3.0
作者:
Rod Johnson, Dmitriy Kopylenko, Rob Harrop, TODAY
另请参阅: