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 voidDefaultMOServer. checkForUpdate(UpdatableManagedObject<?> mo, MOQuery query)ChecksDefaultMOServer.updateStrategywhether the queried managed object needs to be updated.booleanUpdateStrategy. isUpdateNeeded(MOServer server, UpdatableManagedObject<?> mo, MOQuery query)Checks whether the suppliedUpdatableManagedObjectneeds to be updated or not to serve the supplied query.
-