org.opengroup.arm40.metric
public interface ArmMetricGauge32 extends ArmMetric
ARM_Gauge32
).
Objects implementing this interface are created using
ArmMetricFactory.
Method Summary | |
---|---|
int | get()
Gets the gauge value. |
int | set(int value)
Sets the gauge value. |
Returns: the gauge value.
Parameters: value new gauge value.
Returns: 0 on sucess; otherwise, a non-zero error code is returned (as specified in ArmInterface).