|
Generated by JDiff |
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Changed Classes | |
|
Base class for monitoring interceptors, such as performance monitors. |
|
Base {@code MethodInterceptor} implementation for tracing. |
|
Base class for asynchronous method execution aspects, such as {@code org.springframework.scheduling.annotation.AnnotationAsyncExecutionInterceptor} or {@code org.springframework.scheduling.aspectj.AnnotationAsyncExecutionAspect}. |
|
AOP Alliance {@code MethodInterceptor} that processes method invocations asynchronously, using a given org.springframework.core.task.AsyncTaskExecutor. |
|
Interceptor that throttles concurrent access, blocking invocations if a specified concurrency limit is reached. |
|
{@code MethodInterceptor} implementation that allows for highly customizable method-level tracing, using placeholders. |
|
AOP Alliance {@code MethodInterceptor} that can be introduced in a chain to display verbose information about intercepted invocations to the logger. |
|
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. |
|
Interceptor that exposes the current org.aopalliance.intercept.MethodInvocation as a thread-local object. |
|
Performance monitor interceptor that uses JAMon library to perform the performance measurement on the intercepted method and output the stats. |
|
Simple AOP Alliance {@code MethodInterceptor} for performance monitoring. |
|
Simple AOP Alliance {@code MethodInterceptor} that can be introduced in a chain to display verbose trace information about intercepted method invocations, with method entry and method exit info. |
|
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |