Package org.linkedopenactors.rdfpub.aop
Class PerformanceMonitorInterceptor
java.lang.Object
org.springframework.aop.interceptor.AbstractTraceInterceptor
org.springframework.aop.interceptor.AbstractMonitoringInterceptor
org.linkedopenactors.rdfpub.aop.PerformanceMonitorInterceptor
- All Implemented Interfaces:
Serializable
,org.aopalliance.aop.Advice
,org.aopalliance.intercept.Interceptor
,org.aopalliance.intercept.MethodInterceptor
public class PerformanceMonitorInterceptor
extends org.springframework.aop.interceptor.AbstractMonitoringInterceptor
- See Also:
-
Constructor Summary
ConstructorDescriptionCreate a new PerformanceMonitorInterceptor with a static logger.PerformanceMonitorInterceptor
(boolean useDynamicLogger) Create a new PerformanceMonitorInterceptor with a dynamic or static logger, according to the given flag. -
Method Summary
Methods inherited from class org.springframework.aop.interceptor.AbstractMonitoringInterceptor
setLogTargetClassInvocation, setPrefix, setSuffix
Methods inherited from class org.springframework.aop.interceptor.AbstractTraceInterceptor
invoke, setHideProxyClassNames, setLogExceptionStackTrace, setLoggerName, setUseDynamicLogger
-
Constructor Details
-
PerformanceMonitorInterceptor
public PerformanceMonitorInterceptor()Create a new PerformanceMonitorInterceptor with a static logger. -
PerformanceMonitorInterceptor
public PerformanceMonitorInterceptor(boolean useDynamicLogger) Create a new PerformanceMonitorInterceptor with a dynamic or static logger, according to the given flag.- Parameters:
useDynamicLogger
- whether to use a dynamic logger or a static logger- See Also:
-