Klasse PerformanceMonitorInterceptor

java.lang.Object
org.springframework.aop.interceptor.AbstractTraceInterceptor
org.springframework.aop.interceptor.AbstractMonitoringInterceptor
org.linkedopenactors.rdfpub.aop.PerformanceMonitorInterceptor
Alle implementierten Schnittstellen:
Serializable, org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class PerformanceMonitorInterceptor extends org.springframework.aop.interceptor.AbstractMonitoringInterceptor
Siehe auch:
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    Create 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.
  • Methodenübersicht

    Von Klasse geerbte Methoden org.springframework.aop.interceptor.AbstractMonitoringInterceptor

    setLogTargetClassInvocation, setPrefix, setSuffix

    Von Klasse geerbte Methoden org.springframework.aop.interceptor.AbstractTraceInterceptor

    invoke, setHideProxyClassNames, setLogExceptionStackTrace, setLoggerName, setUseDynamicLogger

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • 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.
      Parameter:
      useDynamicLogger - whether to use a dynamic logger or a static logger
      Siehe auch:
      • AbstractTraceInterceptor.setUseDynamicLogger(boolean)