Uses of Interface
org.snmp4j.agent.mo.snmp.SysUpTime

Packages that use SysUpTime
org.snmp4j.agent   
org.snmp4j.agent.mo.snmp   
org.snmp4j.agent.mo.snmp4j   
org.snmp4j.agent.mo.snmp4j.example   
 

Uses of SysUpTime in org.snmp4j.agent
 

Methods in org.snmp4j.agent that return SysUpTime
 SysUpTime AgentConfigManager.getSysUpTime()
          Gets the sysUpTime.0 instance for the default context.
 

Uses of SysUpTime in org.snmp4j.agent.mo.snmp
 

Classes in org.snmp4j.agent.mo.snmp that implement SysUpTime
static class SNMPv2MIB.SysUpTimeImpl
           
 

Methods in org.snmp4j.agent.mo.snmp that return SysUpTime
 SysUpTime TimeStampScalar.getSysUpTime()
           
 SysUpTime TimeStamp.getSysUpTime()
           
 SysUpTime SNMPv2MIB.getSysUpTime()
           
static SysUpTime SNMPv2MIB.getSysUpTime(org.snmp4j.smi.OctetString context)
          Returns the sysUpTime for the supplied context.
 

Methods in org.snmp4j.agent.mo.snmp with parameters of type SysUpTime
 void TimeStampScalar.setSysUpTime(SysUpTime sysUpTime)
           
 void TimeStamp.setSysUpTime(SysUpTime sysUpTime)
           
 

Constructors in org.snmp4j.agent.mo.snmp with parameters of type SysUpTime
NotificationOriginatorImpl(org.snmp4j.Session session, VACM vacm, SysUpTime sysUpTime, SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB)
          Creates a notification originator.
NotificationOriginatorImpl(org.snmp4j.Session session, VACM vacm, SysUpTime sysUpTime, SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB, SnmpCommunityMIB communityMIB)
          Creates a notification originator.
TimeStamp(int columnID, MOAccess access, SysUpTime sysUpTime)
           
TimeStampScalar(org.snmp4j.smi.OID oid, MOAccess access, SysUpTime sysUpTime)
           
TimeStampScalar(org.snmp4j.smi.OID oid, MOAccess access, org.snmp4j.smi.TimeTicks value, SysUpTime sysUpTime)
           
 

Uses of SysUpTime in org.snmp4j.agent.mo.snmp4j
 

Fields in org.snmp4j.agent.mo.snmp4j declared as SysUpTime
protected  SysUpTime Snmp4jConfigMib.sysUpTime
           
 

Constructors in org.snmp4j.agent.mo.snmp4j with parameters of type SysUpTime
Snmp4jConfigMib(SysUpTime sysUpTime)
           
 

Uses of SysUpTime in org.snmp4j.agent.mo.snmp4j.example
 

Constructors in org.snmp4j.agent.mo.snmp4j.example with parameters of type SysUpTime
Snmp4jHeartbeatMib(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, SysUpTime upTime)
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.