Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.aop.interceptor Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
AbstractMonitoringInterceptorBase class for monitoring interceptors, such as performance monitors.Classorg.springframework.aop.interceptorSpring MVC
AbstractTraceInterceptorBase MethodInterceptor implementation for tracing.Classorg.springframework.aop.interceptorSpring MVC
AsyncExecutionAspectSupportBase class for asynchronous method execution aspects, such asorg.Classorg.springframework.aop.interceptorSpring MVC
AsyncExecutionInterceptorAOP Alliance MethodInterceptor that processes method invocationsasynchronously, using a given AsyncTaskExecutor.Classorg.springframework.aop.interceptorSpring MVC
AsyncUncaughtExceptionHandlerA strategy for handling uncaught exceptions thrown from asynchronous methods.Interfaceorg.springframework.aop.interceptorSpring MVC
ConcurrencyThrottleInterceptorInterceptor that throttles concurrent access, blocking invocationsif a specified concurrency limit is reached.Classorg.springframework.aop.interceptorSpring MVC
CustomizableTraceInterceptorMethodInterceptor implementation that allows for highly customizablemethod-level tracing, using placeholders.Classorg.springframework.aop.interceptorSpring MVC
DebugInterceptorAOP Alliance MethodInterceptor that can be introduced in a chainto display verbose information about intercepted invocations to the logger.Classorg.springframework.aop.interceptorSpring MVC
ExposeBeanNameAdvisorsConvenient methods for creating advisors that may be used when autoproxying beanscreated with the Spring IoC container, binding the bean name to the currentClassorg.springframework.aop.interceptorSpring MVC
ExposeInvocationInterceptorInterceptor that exposes the current MethodInvocationas a thread-local object.Classorg.springframework.aop.interceptorSpring MVC
JamonPerformanceMonitorInterceptorPerformance monitor interceptor that uses JAMon library to perform theperformance measurement on the intercepted method and output the stats.Classorg.springframework.aop.interceptorSpring MVC
PerformanceMonitorInterceptorSimple AOP Alliance MethodInterceptor for performance monitoring.Classorg.springframework.aop.interceptorSpring MVC
SimpleAsyncUncaughtExceptionHandlerA default AsyncUncaughtExceptionHandler that simply logs the exception.Classorg.springframework.aop.interceptorSpring MVC
SimpleTraceInterceptorSimple AOP Alliance MethodInterceptor that can be introducedin a chain to display verbose trace information about intercepted methodClassorg.springframework.aop.interceptorSpring MVC