org.springframework.aop.interceptor
Class TraceInterceptor

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

Deprecated. since Spring 1.2: in favor of SimpleTraceInterceptor

public class TraceInterceptor
extends SimpleTraceInterceptor

Simple AOP Alliance MethodInterceptor that can be introduced in a chain to display verbose trace information about intercepted method invocations, with method entry and method exit info.

Author:
Dmitriy Kopylenko, Juergen Hoeller
See Also:
SimpleTraceInterceptor, Serialized Form

Field Summary
 
Fields inherited from class org.springframework.aop.interceptor.AbstractTraceInterceptor
defaultLogger
 
Constructor Summary
TraceInterceptor()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.springframework.aop.interceptor.SimpleTraceInterceptor
getInvocationDescription, invokeUnderTrace
 
Methods inherited from class org.springframework.aop.interceptor.AbstractTraceInterceptor
getLoggerForInvocation, invoke, isInterceptorEnabled, isLogEnabled, setHideProxyClassNames, setLoggerName, setUseDynamicLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceInterceptor

public TraceInterceptor()
Deprecated. 


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