org.opengroup.arm40.metric.ArmMetricGauge32 Interface Reference
[ARM 4.0 Metrics, ARM 4.0 Metric Gauges]
Implements a 32-bit integer gauge. More...
Inheritance diagram for org.opengroup.arm40.metric.ArmMetricGauge32:
Public Member Functions | |
| int | get () |
| Gets the gauge value. | |
| int | set (int value) |
| Sets the gauge value. | |
Detailed Description
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#newArmMetricGauge32.
Member Function Documentation
| int org.opengroup.arm40.metric.ArmMetricGauge32.get | ( | ) |
Gets the gauge value.
- Returns:
- the gauge value.
| int org.opengroup.arm40.metric.ArmMetricGauge32.set | ( | int | value | ) |
Sets the gauge value.
- Parameters:
-
value new gauge value.
- Returns:
- 0 on sucess; otherwise, a non-zero error code is returned (as specified in org.opengroup.arm40.transaction.ArmInterface).
The documentation for this interface was generated from the following file:
- org/opengroup/arm40/metric/ArmMetricGauge32.java
