org.springframework.aop.interceptor
Class ClassLoaderAnalyzerInterceptor
java.lang.Object
   org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor
org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor
- All Implemented Interfaces: 
- Serializable, Advice, Interceptor, MethodInterceptor
Deprecated. as of Spring 2.5, to be removed in Spring 3.0
- 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 | loggerDeprecated. Static to avoid serializing the logger
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
logger
protected static final Log logger
- Deprecated. - Static to avoid serializing the logger
 
 
ClassLoaderAnalyzerInterceptor
public ClassLoaderAnalyzerInterceptor()
- Deprecated. 
invoke
public Object invoke(MethodInvocation invocation)
              throws Throwable
- Deprecated. - 
- Specified by:
- invokein interface- MethodInterceptor
 
- 
- Throws:
- Throwable
 
Copyright © 2002-2008 The Spring Framework.