程序包 org.springframework.aop.interceptor
Provides miscellaneous interceptor implementations. More specific interceptors can be found in corresponding functionality packages, like "transaction" and "orm".
接口概要 接口 说明 AsyncUncaughtExceptionHandler A strategy for handling uncaught exceptions thrown from asynchronous methods.类概要 类 说明 AbstractMonitoringInterceptor Base class for monitoring interceptors, such as performance monitors.AbstractTraceInterceptor BaseMethodInterceptorimplementation for tracing.AsyncExecutionAspectSupport Base class for asynchronous method execution aspects, such asorg.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptorororg.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect.AsyncExecutionInterceptor AOP AllianceMethodInterceptorthat processes method invocations asynchronously, using a givenAsyncTaskExecutor.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 AllianceMethodInterceptorthat 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 currentMethodInvocationas 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 AllianceMethodInterceptorfor performance monitoring.SimpleAsyncUncaughtExceptionHandler A defaultAsyncUncaughtExceptionHandlerthat simply logs the exception.SimpleTraceInterceptor Simple AOP AllianceMethodInterceptorthat can be introduced in a chain to display verbose trace information about intercepted method invocations, with method entry and method exit info.