| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| AbstractMonitoringInterceptor | Base class for monitoring interceptors, such as performance monitors. | 
| AbstractTraceInterceptor | Base MethodInterceptorimplementation for tracing. | 
| ClassLoaderAnalyzerInterceptor | Deprecated. as of Spring 2.5, to be removed in Spring 3.0 | 
| ConcurrencyThrottleInterceptor | Interceptor that throttles concurrent access, blocking invocations if a specified concurrency limit is reached. | 
| CustomizableTraceInterceptor | MethodInterceptorimplementation that allows for highly customizable
 method-level tracing, using placeholders. | 
| DebugInterceptor | AOP Alliance MethodInterceptorthat can be introduced in a chain
 to display verbose information about intercepted invocations to the logger. | 
| ExposeBeanNameAdvisors | Convenient methods for creating advisors that may be used when autoproxying beans created with the Spring IoC container, binding the bean name to the current invocation. | 
| ExposeInvocationInterceptor | Interceptor that exposes the current MethodInvocationas a thread-local object. | 
| JamonPerformanceMonitorInterceptor | Performance monitor interceptor that uses JAMon library to perform the performance measurement on the intercepted method and output the stats. | 
| PerformanceMonitorInterceptor | Simple AOP Alliance MethodInterceptorfor performance monitoring. | 
| SimpleTraceInterceptor | Simple AOP Alliance MethodInterceptorthat can be introduced
 in a chain to display verbose trace information about intercepted method
 invocations, with method entry and method exit info. | 
Provides miscellaneous interceptor implementations. More specific interceptors can be found in corresponding functionality packages, like "transaction" and "orm".
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||