ch.elca.el4j.services.statistics.light
Class LightStatisticsMonitorInterceptor

java.lang.Object
  extended by ch.elca.el4j.services.statistics.light.LightStatisticsMonitorInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class LightStatisticsMonitorInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor

Performance monitor interceptor that uses the JAMon library.

This one does not require logging to be set to DEBUG level, in contrast to the one implemented by Spring.

Author:
Andreas Bur (ABU)
See Also:
JamonPerformanceMonitorInterceptor
File-location:
LightStatisticsMonitorInterceptor
Last check-in date:
2009-08-04 15:17:52 +0200 (Di, 04. Aug 2009) by swismer for revision 3880

Constructor Summary
LightStatisticsMonitorInterceptor()
           
 
Method Summary
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightStatisticsMonitorInterceptor

public LightStatisticsMonitorInterceptor()
Method Detail

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws Throwable

Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
Throwable


Copyright © 2005-2011 ELCA. All Rights Reserved.