org.springframework.aop.interceptor
Class ClassLoaderAnalyzerInterceptor


public class ClassLoaderAnalyzerInterceptor
implements MethodInterceptor

Trivial classloader analyzer interceptor.

Author:
Rod Johnson, Dmitriy Kopylenko
Version: $Id: ClassLoaderAnalyzerInterceptor.java,v 1.1.1.1 2003/08/14 16:20:14 trisberg Exp $

Method Summary
 Objectinvoke(MethodInvocation pInvocation)
           

Method Detail

invoke

public Object invoke(MethodInvocation pInvocation)
throws java.lang.Throwable