Uses of Interface
org.snmp4j.agent.mo.lock.MOLockStrategy
Packages that use MOLockStrategy
-
Uses of MOLockStrategy in org.snmp4j.agent
Methods in org.snmp4j.agent that return MOLockStrategyModifier and TypeMethodDescriptionDefaultMOServer.getLockStrategy()Return the locking strategy for this server.Methods in org.snmp4j.agent with parameters of type MOLockStrategyModifier and TypeMethodDescriptionvoidDefaultMOServer.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 MOLockStrategyModifier and TypeClassDescriptionclassTheDefaultMOLockStrategyimplements a simple default locking strategy that requires a lock if a write access on aManagedObjectis intended or if the managed object accessed is an instance ofUpdatableManagedObject.