org.apache.commons.monitoring.reporting.web.plugin.jvm.gauges
Class CPUGauge

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.plugin.jvm.gauges.CPUGauge
All Implemented Interfaces:
Gauge

public class CPUGauge
extends Object
implements Gauge


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.commons.monitoring.gauges.Gauge
Gauge.LoaderHelper
 
Field Summary
static Role CPU
           
 
Constructor Summary
CPUGauge()
           
 
Method Summary
 long period()
           
 Role role()
           
 double value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CPU

public static final Role CPU
Constructor Detail

CPUGauge

public CPUGauge()
Method Detail

role

public Role role()
Specified by:
role in interface Gauge

value

public double value()
Specified by:
value in interface Gauge

period

public long period()
Specified by:
period in interface Gauge


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.