org.apache.cocoon.monitoring.statistics.aspects
Class ServletHitCountStatisticsAspect

java.lang.Object
  extended by org.apache.cocoon.monitoring.statistics.aspects.ServletHitCountStatisticsAspect
All Implemented Interfaces:
StatisticsEnabled

public class ServletHitCountStatisticsAspect
extends Object
implements StatisticsEnabled


Constructor Summary
ServletHitCountStatisticsAspect()
           
ServletHitCountStatisticsAspect(long maxKeepTime, long refreshDelaty)
           
 
Method Summary
 StatisticsSourceEnabled getStatistics()
           
 Object handleServletRequest(org.aspectj.lang.ProceedingJoinPoint pjp)
           
 String statisticsSourceName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletHitCountStatisticsAspect

public ServletHitCountStatisticsAspect()

ServletHitCountStatisticsAspect

public ServletHitCountStatisticsAspect(long maxKeepTime,
                                       long refreshDelaty)
Method Detail

handleServletRequest

public Object handleServletRequest(org.aspectj.lang.ProceedingJoinPoint pjp)
                            throws Throwable
Throws:
Throwable

getStatistics

public StatisticsSourceEnabled getStatistics()
Specified by:
getStatistics in interface StatisticsEnabled

statisticsSourceName

public String statisticsSourceName()
Specified by:
statisticsSourceName in interface StatisticsEnabled


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.