Uses of Interface
org.snmp4j.agent.UpdatableManagedObject
-
Packages that use UpdatableManagedObject Package Description org.snmp4j.agent -
-
Uses of UpdatableManagedObject in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type UpdatableManagedObject Modifier and Type Method Description protected void
DefaultMOServer. checkForUpdate(UpdatableManagedObject<?> mo, MOQuery query)
ChecksDefaultMOServer.updateStrategy
whether the queried managed object needs to be updated.boolean
UpdateStrategy. isUpdateNeeded(MOServer server, UpdatableManagedObject<?> mo, MOQuery query)
Checks whether the suppliedUpdatableManagedObject
needs to be updated or not to serve the supplied query.
-