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

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

public class UrlHitCountStatisticsAspect
extends Object
implements StatisticsEnabled


Constructor Summary
UrlHitCountStatisticsAspect()
           
UrlHitCountStatisticsAspect(long maxKeepTime, long refreshDelaty)
           
 
Method Summary
 StatisticsSourceEnabled getStatistics()
           
 Object handleUrlRequest(org.aspectj.lang.ProceedingJoinPoint pjp, javax.servlet.http.HttpServletRequest req)
           
 String statisticsSourceName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlHitCountStatisticsAspect

public UrlHitCountStatisticsAspect()

UrlHitCountStatisticsAspect

public UrlHitCountStatisticsAspect(long maxKeepTime,
                                   long refreshDelaty)
Method Detail

handleUrlRequest

public Object handleUrlRequest(org.aspectj.lang.ProceedingJoinPoint pjp,
                               javax.servlet.http.HttpServletRequest req)
                        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.