当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ClassLoaderAnalyzerInterceptor (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.aop.interceptor
Class ClassLoaderAnalyzerInterceptor
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final Log logger
- Static to avoid serializing the logger
ClassLoaderAnalyzerInterceptor
public ClassLoaderAnalyzerInterceptor()
invoke
public Object invoke(MethodInvocation invocation)
throws Throwable
- Specified by:
invoke
in interface MethodInterceptor
- Throws:
Throwable
Copyright © 2002-2007 The Spring Framework.