当前页面:
在线文档首页 >
Spring Framework 1.2.9 API 文档英文版
AbstractPerformanceMonitorInterceptor (Spring Framework) - Spring Framework 1.2.9 API 文档英文版
org.springframework.aop.interceptor
Class AbstractPerformanceMonitorInterceptor
java.lang.Object
org.springframework.aop.interceptor.AbstractTraceInterceptor
org.springframework.aop.interceptor.AbstractMonitoringInterceptor
org.springframework.aop.interceptor.AbstractPerformanceMonitorInterceptor
- All Implemented Interfaces:
- Serializable, Advice, Interceptor, MethodInterceptor
Deprecated. since Spring 1.2.7: use AbstractMonitoringInterceptor instead
public abstract class AbstractPerformanceMonitorInterceptor
- extends AbstractMonitoringInterceptor
Base class for performance monitoring interceptors.
Provides prefix
and suffix
properties
that help to classify/group performance monitoring results.
- Since:
- 1.2.3
- Author:
- Rob Harrop
- See Also:
AbstractMonitoringInterceptor
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPerformanceMonitorInterceptor
public AbstractPerformanceMonitorInterceptor()
- Deprecated.
Copyright (c) 2002-2007 The Spring Framework Project.