org.opengroup.arm40.metric.ArmMetricGauge64 Interface Reference
[ARM 4.0 MetricsARM 4.0 Metric Gauges]

Implements a 64-bit integer gauge. More...

Inheritance diagram for org.opengroup.arm40.metric.ArmMetricGauge64:
org.opengroup.arm40.metric.ArmMetric org.opengroup.arm40.transaction.ArmInterface

List of all members.

Public Member Functions

long get ()
 Gets the gauge value.
int set (long value)
 Sets the gauge value.

Detailed Description

Implements a 64-bit integer gauge.

It is the same as ARM 2.0 metric type=5 (ARM_Gauge64).

Objects implementing this interface are created using ArmMetricFactory#newArmMetricGauge64.

Author:
ARM Working Group of The Open Group

Member Function Documentation

long org.opengroup.arm40.metric.ArmMetricGauge64.get (  ) 

Gets the gauge value.

Returns:
the gauge value.
int org.opengroup.arm40.metric.ArmMetricGauge64.set ( long  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/ArmMetricGauge64.java