All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.snmp.common.SnmpTimeticks

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

public class SnmpTimeticks
extends SnmpUnsignedInt
This class contains a SnmpTimeTick value which has units of 1/100th of a second.


Constructor Index

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

Method Index

 o getTypeName()
Returns a textual description of the object.
 o printTimeTicks(long)
 o toString()
Convert the integer to its string form.

Constructors

 o SnmpTimeticks
 public SnmpTimeticks(long v) throws IllegalArgumentException
Constructs a new timeticks with the specified value.

Throws: IllegalArgumentException
One of the arguments passed to the method is illegal or inappropriate.
 o SnmpTimeticks
 public SnmpTimeticks(Long v) throws IllegalArgumentException
Constructs a new timeticks with the specified value.

Throws: IllegalArgumentException
One of the arguments passed to the method is illegal or inappropriate.

Methods

 o printTimeTicks
 public static final String printTimeTicks(long timeticks)
 o toString
 public final String toString()
Convert the integer to its string form.

Overrides:
toString in class SnmpInt
 o getTypeName
 public final 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