public class ArmMetricGauge32 extends ArmMetric implements ArmMetricGauge32
ARM_Gauge32).
Objects implementing this interface are created using
ArmMetricFactory.newArmMetricGauge32(org.opengroup.arm40.metric.ArmMetricGauge32Definition).| Modifier and Type | Field and Description |
|---|---|
protected int |
m_gauge |
m_errorCode, m_factory| Constructor and Description |
|---|
ArmMetricGauge32(ArmMetricDefinition definition)
Create ARM Metric.
|
| Modifier and Type | Method and Description |
|---|---|
int |
get()
Gets the gauge value.
|
int |
set(int value)
Sets the gauge value.
|
getDefinitiongetErrorCode, getErrorMessage, getFactory, setErrorCode, setFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefinitiongetErrorCode, getErrorMessage, setErrorCodepublic ArmMetricGauge32(ArmMetricDefinition definition)
definition - the descriptive metadata (name, units, usage, ID) for the metricpublic int get()
ArmMetricGauge32get in interface ArmMetricGauge32public int set(int value)
ArmMetricGauge32set in interface ArmMetricGauge32value - new gauge value.ArmInterface).