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.
-
SnmpTimeticks(Long)
- Constructs a new timeticks with the specified value.
-
SnmpTimeticks(long)
- Constructs a new timeticks with the specified value.
-
getTypeName()
- Returns a textual description of the object.
-
printTimeTicks(long)
-
-
toString()
- Convert the integer to its string form.
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.
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.
printTimeTicks
public static final String printTimeTicks(long timeticks)
toString
public final String toString()
- Convert the integer to its string form.
- Overrides:
- toString in class SnmpInt
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