All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.jaw.snmp.common.SnmpCounter
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.SnmpCounter
- public class SnmpCounter
- extends SnmpUnsignedInt
The SnmpCounter class represents an SNMP counter.
-
SnmpCounter(Long)
- Constructs a new SnmpCounter with the specified value.
-
SnmpCounter(long)
- Constructs a new SnmpCounter with the specified value.
-
getTypeName()
- Returns a textual description of the object.
SnmpCounter
public SnmpCounter(long v) throws IllegalArgumentException
- Constructs a new SnmpCounter with the specified value.
- Throws: IllegalArgumentException
- One of the arguments passed to the method is illegal or inappropriate.
SnmpCounter
public SnmpCounter(Long v) throws IllegalArgumentException
- Constructs a new SnmpCounter 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