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

AbstractPerformanceMonitorInterceptor (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


org.springframework.aop.interceptor
Class AbstractPerformanceMonitorInterceptor

java.lang.Object
  extended by org.springframework.aop.interceptor.AbstractTraceInterceptor
      extended by org.springframework.aop.interceptor.AbstractMonitoringInterceptor
          extended by 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

Field Summary
 
Fields inherited from class org.springframework.aop.interceptor.AbstractTraceInterceptor
defaultLogger
 
Constructor Summary
AbstractPerformanceMonitorInterceptor()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
createInvocationTraceName, getPrefix, getSuffix, setPrefix, setSuffix
 
Methods inherited from class org.springframework.aop.interceptor.AbstractTraceInterceptor
getLoggerForInvocation, invoke, invokeUnderTrace, 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

AbstractPerformanceMonitorInterceptor

public AbstractPerformanceMonitorInterceptor()
Deprecated. 


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