org.snmp4j.agent.mo.snmp
Interface SysUpTime

All Known Implementing Classes:
SNMPv2MIB.SysUpTimeImpl

public interface SysUpTime

The SysUpTime interface defines how the system's up-time can be accessed.

Version:
1.0
Author:
Frank Fock

Method Summary
 org.snmp4j.smi.TimeTicks get()
          Returns the system's up-time in 1/100 seconds.
 

Method Detail

get

org.snmp4j.smi.TimeTicks get()
Returns the system's up-time in 1/100 seconds.

Returns:
a TimeTicks instance.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.