Uses of Class
org.springframework.aop.interceptor.AbstractTraceInterceptor
Packages that use AbstractTraceInterceptor
Package
Description
Provides miscellaneous interceptor implementations.
-
Uses of AbstractTraceInterceptor in org.springframework.aop.interceptor
Subclasses of AbstractTraceInterceptor in org.springframework.aop.interceptorModifier and TypeClassDescriptionclassBase class for monitoring interceptors, such as performance monitors.classMethodInterceptorimplementation that allows for highly customizable method-level tracing, using placeholders.classAOP AllianceMethodInterceptorthat can be introduced in a chain to display verbose information about intercepted invocations to the logger.classSimple AOP AllianceMethodInterceptorfor performance monitoring.classSimple AOP AllianceMethodInterceptorthat can be introduced in a chain to display verbose trace information about intercepted method invocations, with method entry and method exit info.