Uses of Interface
org.snmp4j.agent.UpdateStrategy
-
Packages that use UpdateStrategy Package Description org.snmp4j.agent -
-
Uses of UpdateStrategy in org.snmp4j.agent
Methods in org.snmp4j.agent that return UpdateStrategy Modifier and Type Method Description UpdateStrategy
DefaultMOServer. getUpdateStrategy()
Gets the update strategy forUpdatableManagedObject
s.Methods in org.snmp4j.agent with parameters of type UpdateStrategy Modifier and Type Method Description void
DefaultMOServer. setUpdateStrategy(UpdateStrategy updateStrategy)
Sets the update strategy forUpdatableManagedObject
s.
-