All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Snmp.SnmpTimeticks

java.lang.Object
   |
   +----Snmp.SnmpVar
           |
           +----Snmp.SnmpUnsignedInt
                   |
                   +----Snmp.SnmpTimeticks

public class SnmpTimeticks
extends SnmpUnsignedInt
Class of SNMP Timeticks Variable - Sub-class of SnmpVar


Constructor Index

 o SnmpTimeticks(long)
The constructor takes a long type as it's argument

Method Index

 o toShortString()
To convert the object to a printable string with Nd HH:MM:SS
 o toString()
To convert the object to a printable string with # days, # hours, etc.
 o toTagString()
To convert the object to a printable string tagged with TimeTicks:

Constructors

 o SnmpTimeticks
 public SnmpTimeticks(long s)
The constructor takes a long type as it's argument

Methods

 o toString
 public String toString()
To convert the object to a printable string with # days, # hours, etc. :

Overrides:
toString in class SnmpUnsignedInt
 o toShortString
 public String toShortString()
To convert the object to a printable string with Nd HH:MM:SS

 o toTagString
 public String toTagString()
To convert the object to a printable string tagged with TimeTicks:

Overrides:
toTagString in class SnmpUnsignedInt

All Packages  Class Hierarchy  This Package  Previous  Next  Index