当前页面:
在线文档首页 >
Spring Framework 1.2.9 API 文档英文版
TraceInterceptor (Spring Framework) - Spring Framework 1.2.9 API 文档英文版
org.springframework.aop.interceptor
Class TraceInterceptor
java.lang.Object
org.springframework.aop.interceptor.AbstractTraceInterceptor
org.springframework.aop.interceptor.SimpleTraceInterceptor
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TraceInterceptor
public TraceInterceptor()
- Deprecated.
Copyright (c) 2002-2007 The Spring Framework Project.