Package org.springframework.aop.interceptor

Provides miscellaneous interceptor implementations.

See
          Description

Class Diagram Summary
interceptor 
 

Class Summary
ClassLoaderAnalyzerInterceptorTrivial classloader analyzer interceptor.
ConcurrencyThrottleInterceptorInterceptor that throttles concurrent access, blocking invocations if a specified concurrency limit is reached.
DebugInterceptorAOP Alliance MethodInterceptor that can be introduced in a chain to display verbose information about intercepted invocations to the console.
PerformanceMonitorInterceptorTrivial performance monitor interceptor.
 

Package org.springframework.aop.interceptor Description

Provides miscellaneous interceptor implementations. More specific interceptors can be found in the respective functionality packages, like "transaction" and "orm".