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.


Constructor Index

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

Method Index

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

Constructors

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

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