test.compliance.monitor.support
Class GaugeSupport

java.lang.Object
  extended bytest.compliance.monitor.support.MonitorSupport (src) 
      extended bytest.compliance.monitor.support.GaugeSupport
All Implemented Interfaces:
GaugeSupportMBean (src)

public class GaugeSupport
extends MonitorSupport (src)
implements GaugeSupportMBean (src)


Constructor Summary
GaugeSupport()
           
 
Method Summary
 java.lang.Number getValue()
           
 java.lang.Number getWrongException()
           
 java.lang.Number getWrongNull()
           
 java.lang.String getWrongType()
           
 void setValue(java.lang.Number value)
           
 void setWriteOnly(java.lang.Number value)
           
 
Methods inherited from class test.compliance.monitor.support.MonitorSupport (src)
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 java.lang.Number getValue()
Specified by:
getValue in interface GaugeSupportMBean (src)

setValue

public void setValue(java.lang.Number value)
Specified by:
setValue in interface GaugeSupportMBean (src)

getWrongNull

public java.lang.Number getWrongNull()
Specified by:
getWrongNull in interface GaugeSupportMBean (src)

getWrongType

public java.lang.String getWrongType()
Specified by:
getWrongType in interface GaugeSupportMBean (src)

getWrongException

public java.lang.Number getWrongException()
Specified by:
getWrongException in interface GaugeSupportMBean (src)

setWriteOnly

public void setWriteOnly(java.lang.Number value)
Specified by:
setWriteOnly in interface GaugeSupportMBean (src)