站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.aop.interceptor.AbstractTraceInterceptor (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.aop.interceptor.AbstractTraceInterceptor

Packages that use AbstractTraceInterceptor
org.springframework.aop.interceptor Provides miscellaneous interceptor implementations. 
 

Uses of AbstractTraceInterceptor in org.springframework.aop.interceptor
 

Subclasses of AbstractTraceInterceptor in org.springframework.aop.interceptor
 class AbstractMonitoringInterceptor
          Base class for monitoring interceptors, such as performance monitors.
 class CustomizableTraceInterceptor
          MethodInterceptor implementation that allows for highly customizable method-level tracing, using placeholders.
 class DebugInterceptor
          AOP Alliance MethodInterceptor that can be introduced in a chain to display verbose information about intercepted invocations to the logger.
 class JamonPerformanceMonitorInterceptor
          Performance monitor interceptor that uses JAMon library to perform the performance measurement on the intercepted method and output the stats.
 class PerformanceMonitorInterceptor
          Simple AOP Alliance MethodInterceptor for performance monitoring.
 class 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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.