org.springframework.aop.interceptor
Class ClassLoaderAnalyzerInterceptor

java.lang.Object
  extended by org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor
All Implemented Interfaces:
Serializable, Advice, Interceptor, MethodInterceptor

public class ClassLoaderAnalyzerInterceptor
extends Object
implements MethodInterceptor, Serializable

Trivial classloader analyzer interceptor.

Author:
Rod Johnson, Dmitriy Kopylenko
See Also:
ClassLoaderUtils, Serialized Form

Field Summary
protected static Log logger
          Static to avoid serializing the logger
 
Constructor Summary
ClassLoaderAnalyzerInterceptor()
           
 
Method Summary
 Object invoke(MethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Log logger
Static to avoid serializing the logger

Constructor Detail

ClassLoaderAnalyzerInterceptor

public ClassLoaderAnalyzerInterceptor()
Method Detail

invoke

public Object invoke(MethodInvocation invocation)
              throws Throwable
Specified by:
invoke in interface MethodInterceptor
Throws:
Throwable


Copyright (c) 2002-2005 The Spring Framework Project.