org.springframework.aop.interceptor
Class PerformanceMonitorInterceptor
- public class PerformanceMonitorInterceptor
- implements MethodInterceptor
Trivial performance monitor interceptor.
This interceptor has no effect on the intercepted method call.
Presently logs information using Commons Logging, at "info" level.
Could make this much more sophisticated, storing information etc.
- Author:
- Rod Johnson, Dmitriy Kopylenko
- Version: $Id: PerformanceMonitorInterceptor.java,v 1.1.1.1 2003/08/14 16:20:14 trisberg Exp $
| Method Summary |
Object | invoke(MethodInvocation invocation) |
invoke
public Object invoke(MethodInvocation invocation)
throws java.lang.Throwable