org.arm4.arm40.metric

Class ArmMetricGauge32

public class ArmMetricGauge32 extends ArmMetric implements ArmMetricGauge32

Implements a 32-bit integer gauge. It is the same as ARM 2.0 metric type=4 (ARM_Gauge32).

Objects implementing this interface are created using ArmMetricFactory.

Author: David Carter

Field Summary
protected intm_gauge
Constructor Summary
ArmMetricGauge32(ArmMetricDefinition definition)
Create ARM Metric.
Method Summary
intget()
intset(int value)

Field Detail

m_gauge

protected int m_gauge

Constructor Detail

ArmMetricGauge32

public ArmMetricGauge32(ArmMetricDefinition definition)
Create ARM Metric.

Parameters: definition the descriptive metadata (name, units, usage, ID) for the metric

Method Detail

get

public int get()

set

public int set(int value)