org.jboss.test.jmx.compliance.monitor.support
Class GaugeSupport

java.lang.Object
  extended byorg.jboss.test.jmx.compliance.monitor.support.MonitorSupport
      extended byorg.jboss.test.jmx.compliance.monitor.support.GaugeSupport
All Implemented Interfaces:
GaugeSupportMBean

public class GaugeSupport
extends MonitorSupport
implements GaugeSupportMBean


Constructor Summary
GaugeSupport()
           
 
Method Summary
 Number getValue()
           
 Number getWrongException()
           
 Number getWrongNull()
           
 String getWrongType()
           
 void setValue(Number value)
           
 void setWriteOnly(Number value)
           
 
Methods inherited from class org.jboss.test.jmx.compliance.monitor.support.MonitorSupport
end, lock, unlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaugeSupport

public GaugeSupport()
Method Detail

getValue

public Number getValue()
Specified by:
getValue in interface GaugeSupportMBean

setValue

public void setValue(Number value)
Specified by:
setValue in interface GaugeSupportMBean

getWrongNull

public Number getWrongNull()
Specified by:
getWrongNull in interface GaugeSupportMBean

getWrongType

public String getWrongType()
Specified by:
getWrongType in interface GaugeSupportMBean

getWrongException

public Number getWrongException()
Specified by:
getWrongException in interface GaugeSupportMBean

setWriteOnly

public void setWriteOnly(Number value)
Specified by:
setWriteOnly in interface GaugeSupportMBean


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.