org.springframework.aop.interceptor
Class ClassLoaderAnalyzerInterceptor

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

Deprecated. as of Spring 2.5, to be removed in Spring 3.0

public class ClassLoaderAnalyzerInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor, java.io.Serializable

Trivial classloader analyzer interceptor.

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

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

Field Detail

logger

protected static final org.apache.commons.logging.Log logger
Deprecated. 
Static to avoid serializing the logger

Constructor Detail

ClassLoaderAnalyzerInterceptor

public ClassLoaderAnalyzerInterceptor()
Deprecated. 
Method Detail

invoke

public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
                        throws java.lang.Throwable
Deprecated. 
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
java.lang.Throwable


Copyright © 2002-2008 The Spring Framework.