Uses of Interface
org.snmp4j.agent.mo.snmp.SysUpTime
Packages that use SysUpTime
Package
Description
-
Uses of SysUpTime in org.snmp4j.agent
Methods in org.snmp4j.agent that return SysUpTimeModifier and TypeMethodDescriptionAgentConfigManager.getSysUpTime()
Gets the sysUpTime.0 instance for the default context. -
Uses of SysUpTime in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo that return SysUpTimeModifier and TypeMethodDescriptionDefaultMOFactory.getSysUpTime
(org.snmp4j.smi.OctetString context) MOFactory.getSysUpTime
(org.snmp4j.smi.OctetString context) Gets a reference to the systems up-time object for the specified context. -
Uses of SysUpTime in org.snmp4j.agent.mo.snmp
Classes in org.snmp4j.agent.mo.snmp that implement SysUpTimeMethods in org.snmp4j.agent.mo.snmp that return SysUpTimeModifier and TypeMethodDescriptionSNMPv2MIB.getSysUpTime()
static SysUpTime
SNMPv2MIB.getSysUpTime
(org.snmp4j.smi.OctetString context) Returns the sysUpTime for the supplied context.TimeStamp.getSysUpTime()
TimeStampScalar.getSysUpTime()
Methods in org.snmp4j.agent.mo.snmp with parameters of type SysUpTimeModifier and TypeMethodDescriptionvoid
TimeStamp.setSysUpTime
(SysUpTime sysUpTime) void
TimeStampScalar.setSysUpTime
(SysUpTime sysUpTime) Constructors in org.snmp4j.agent.mo.snmp with parameters of type SysUpTimeModifierConstructorDescriptionNotificationOriginatorImpl
(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.protected
SNMPv2MIB
(org.snmp4j.smi.OctetString sysDescr, org.snmp4j.smi.OID sysOID, org.snmp4j.smi.Integer32 sysServices, SysUpTime sysUpTime) Create a new SNMPv2MIB instance with description, OID, services indicator, and system up-time.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 SysUpTimeConstructors in org.snmp4j.agent.mo.snmp4j with parameters of type SysUpTime -
Uses of SysUpTime in org.snmp4j.agent.mo.snmp4j.example
Constructors in org.snmp4j.agent.mo.snmp4j.example with parameters of type SysUpTimeModifierConstructorDescriptionSnmp4jHeartbeatMib
(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, SysUpTime upTime)