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

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.plugin.jvm.gauges.BaseMemoryGauge
All Implemented Interfaces:
Gauge
Direct Known Subclasses:
UsedMemoryGauge

public abstract class BaseMemoryGauge
extends Object
implements Gauge


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

Field Detail

MEMORY_MX_BEAN

protected static final MemoryMXBean MEMORY_MX_BEAN
Constructor Detail

BaseMemoryGauge

public BaseMemoryGauge()
Method Detail

period

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


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