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.


Constructor Index

 o SnmpGauge(Long)
Constructs a new SnmpGauge with the specified value.
 o SnmpGauge(long)
Constructs a new SnmpGauge with the specified value.

Method Index

 o getTypeName()
Returns a textual description of the object.

Constructors

 o 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.
 o 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.

Methods

 o 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