Uses of Interface
org.snmp4j.agent.mo.lock.MOLockStrategy
-
Packages that use MOLockStrategy Package Description org.snmp4j.agent org.snmp4j.agent.mo.lock -
-
Uses of MOLockStrategy in org.snmp4j.agent
Methods in org.snmp4j.agent that return MOLockStrategy Modifier and Type Method Description MOLockStrategy
DefaultMOServer. getLockStrategy()
Return the locking strategy for this server.Methods in org.snmp4j.agent with parameters of type MOLockStrategy Modifier and Type Method Description void
DefaultMOServer. setLockStrategy(MOLockStrategy lockStrategy)
Sets the lock strategy for this server. -
Uses of MOLockStrategy in org.snmp4j.agent.mo.lock
Classes in org.snmp4j.agent.mo.lock that implement MOLockStrategy Modifier and Type Class Description class
DefaultMOLockStrategy
TheDefaultMOLockStrategy
implements a simple default locking strategy that requires a lock if a write access on aManagedObject
is intended or if the managed object accessed is an instance ofUpdatableManagedObject
.
-