Uses of Class
org.snmp4j.agent.mo.lock.LockRequest
Packages that use LockRequest
-
Uses of LockRequest in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type LockRequestModifier and TypeMethodDescriptionDefaultMOServer.lookup
(MOQuery query, LockRequest lockRequest) MOServer.lookup
(MOQuery query, LockRequest lockRequest) Lookup the first (lexicographically ordered) managed object that matches the supplied query.protected void
CommandProcessor.unlockManagedObjectIfLockedByLookup
(MOServer server, ManagedObject mo, LockRequest lockRequest) Unlock the providedManagedObject
if the also providedLockRequest
indicates that the managed object was locked by a precedingMOServer.lookup(MOQuery, LockRequest)
operation.