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 TypeMethodDescriptiondefault SysUpTimeMOFactory.getSysUpTime(org.snmp4j.smi.OctetString context) Gets a reference to the systems up-time object for the specified context.MOFactoryAdapter.getSysUpTime(org.snmp4j.smi.OctetString 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 SysUpTimeSNMPv2MIB.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 TypeMethodDescriptionvoidTimeStamp.setSysUpTime(SysUpTime sysUpTime) voidTimeStampScalar.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.protectedSNMPv2MIB(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 SysUpTimeModifierConstructorDescriptionSnmp4jConfigMib(SysUpTime sysUpTime) Snmp4jConfigMib(SysUpTime sysUpTime, AgentConfigManager agentConfigManager)