com.jpragma.snmp.asn
Class SmiGauge32

java.lang.Object
  extended by com.jpragma.snmp.asn.AsnObject
      extended by com.jpragma.snmp.asn.AsnInteger
          extended by com.jpragma.snmp.asn.SmiCounter32
              extended by com.jpragma.snmp.asn.SmiGauge32

public class SmiGauge32
extends SmiCounter32

Gauge32 defined by Structure of Management Information for SNMP (using BER encoding).
For more information see RFC 1902

Author:
Isaac Levin

Field Summary
static byte TAG_NUMBER
           
 
Constructor Summary
SmiGauge32()
           
SmiGauge32(BerTlv tlv)
           
SmiGauge32(long value)
           
 
Method Summary
 void setValue(BerTlv tlv)
           
 BerTlv toBerTlv()
           
 java.lang.String toString()
           
 
Methods inherited from class com.jpragma.snmp.asn.SmiCounter32
setValue
 
Methods inherited from class com.jpragma.snmp.asn.AsnInteger
getValue, intValue, toBerTlv
 
Methods inherited from class com.jpragma.snmp.asn.AsnObject
equals, getInstance
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TAG_NUMBER

public static final byte TAG_NUMBER
See Also:
Constant Field Values
Constructor Detail

SmiGauge32

public SmiGauge32()

SmiGauge32

public SmiGauge32(BerTlv tlv)

SmiGauge32

public SmiGauge32(long value)
Method Detail

setValue

public void setValue(BerTlv tlv)
Overrides:
setValue in class AsnInteger

toBerTlv

public BerTlv toBerTlv()
Overrides:
toBerTlv in class SmiCounter32

toString

public java.lang.String toString()
Overrides:
toString in class SmiCounter32