All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.snmp.common.SnmpGauge
java.lang.Object
|
+----com.sun.jaw.snmp.common.SnmpValue
|
+----com.sun.jaw.snmp.common.SnmpInt
|
+----com.sun.jaw.snmp.common.SnmpUnsignedInt
|
+----com.sun.jaw.snmp.common.SnmpGauge
- public class SnmpGauge
- extends SnmpUnsignedInt
The SnmpGauge class represents an SNMP gauge.
-
SnmpGauge(Long)
- Constructs a new SnmpGauge with the specified value.
-
SnmpGauge(long)
- Constructs a new SnmpGauge with the specified value.
-
getTypeName()
- Returns a textual description of the object.
SnmpGauge
public SnmpGauge(long v) throws IllegalArgumentException
- Constructs a new SnmpGauge with the specified value.
- Throws: IllegalArgumentException
- One of the arguments passed to the method is illegal or inappropriate.
SnmpGauge
public SnmpGauge(Long v) throws IllegalArgumentException
- Constructs a new SnmpGauge with the specified value.
- Throws: IllegalArgumentException
- One of the arguments passed to the method is illegal or inappropriate.
getTypeName
public String getTypeName()
- Returns a textual description of the object.
- Returns:
- ASN.1 textual description.
- Overrides:
- getTypeName in class SnmpUnsignedInt
All Packages Class Hierarchy This Package Previous Next Index