org.sapia.ubik.rmi.server.perf
Class HitsPerHourStatistic

java.lang.Object
  extended by org.sapia.ubik.rmi.server.perf.Statistic
      extended by org.sapia.ubik.rmi.server.perf.HitsPerSecStatistic
          extended by org.sapia.ubik.rmi.server.perf.HitsPerHourStatistic

public class HitsPerHourStatistic
extends HitsPerSecStatistic

Calculates hits per hour.

Author:
yduchesne

Method Summary
protected  double convertMillis(long delay)
           
 
Methods inherited from class org.sapia.ubik.rmi.server.perf.HitsPerSecStatistic
getStartTime, getStat, hit, hit, onPostReset
 
Methods inherited from class org.sapia.ubik.rmi.server.perf.Statistic
getName, getValue, incrementDouble, incrementInt, incrementLong, isEnabled, onPreReset, reset, setEnabled, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

convertMillis

protected double convertMillis(long delay)
Overrides:
convertMillis in class HitsPerSecStatistic


Copyright © 2010 Sapia OSS. All Rights Reserved.