程序包的使用
org.springframework.aop.interceptor
使用org.springframework.aop.interceptor的程序包 程序包 说明 org.springframework.aop.interceptor Provides miscellaneous interceptor implementations.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.aop.interceptor使用的org.springframework.aop.interceptor中的类 类 说明 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.AsyncUncaughtExceptionHandler A strategy for handling uncaught exceptions thrown from asynchronous methods.ExposeInvocationInterceptor Interceptor that exposes the currentMethodInvocationas a thread-local object.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.org.springframework.scheduling.annotation使用的org.springframework.aop.interceptor中的类 类 说明 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.AsyncUncaughtExceptionHandler A strategy for handling uncaught exceptions thrown from asynchronous methods.