com.caucho.env.meter
Class JmxExpr

java.lang.Object
  extended by com.caucho.env.meter.JmxExpr
Direct Known Subclasses:
JmxExpr.JmxContainerExpr, JmxExpr.JmxDelta, JmxExpr.JmxValue

public abstract class JmxExpr
extends java.lang.Object


Nested Class Summary
static class JmxExpr.JmxAdd
           
protected static class JmxExpr.JmxContainerExpr
           
static class JmxExpr.JmxDelta
           
static class JmxExpr.JmxRate
           
static class JmxExpr.JmxRatio
           
static class JmxExpr.JmxValue
           
 
Constructor Summary
JmxExpr()
           
 
Method Summary
protected abstract  double calculate()
           
protected abstract  void sample()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxExpr

public JmxExpr()
Method Detail

sample

protected abstract void sample()

calculate

protected abstract double calculate()