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 voidCommandProcessor.unlockManagedObjectIfLockedByLookup(MOServer server, ManagedObject mo, LockRequest lockRequest) Unlock the providedManagedObjectif the also providedLockRequestindicates that the managed object was locked by a precedingMOServer.lookup(MOQuery, LockRequest)operation.