com.caucho.env.meter
Class JmxExpr.JmxRate

java.lang.Object
  extended by com.caucho.env.meter.JmxExpr
      extended by com.caucho.env.meter.JmxExpr.JmxContainerExpr
          extended by com.caucho.env.meter.JmxExpr.JmxRate
Enclosing class:
JmxExpr

public static class JmxExpr.JmxRate
extends JmxExpr.JmxContainerExpr


Nested Class Summary
 
Nested classes/interfaces inherited from class com.caucho.env.meter.JmxExpr
JmxExpr.JmxAdd, JmxExpr.JmxContainerExpr, JmxExpr.JmxDelta, JmxExpr.JmxRate, JmxExpr.JmxRatio, JmxExpr.JmxValue
 
Constructor Summary
JmxExpr.JmxRate()
           
 
Method Summary
 double calculate()
           
 
Methods inherited from class com.caucho.env.meter.JmxExpr.JmxContainerExpr
add, addAdd, addDelta, addRate, addRatio, addValue, getChildren, sample
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxExpr.JmxRate

public JmxExpr.JmxRate()
Method Detail

calculate

public double calculate()
Specified by:
calculate in class JmxExpr