Uses of Class
org.snmp4j.agent.mo.lock.LockRequest
-
Packages that use LockRequest Package Description org.snmp4j.agent -
-
Uses of LockRequest in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type LockRequest Modifier and Type Method Description ManagedObjectDefaultMOServer. lookup(MOQuery query, LockRequest lockRequest, MOServerLookupEvent lookupEvent)Lookup the first (lexicographically ordered) managed object that matches the supplied query.default ManagedObjectMOServer. lookup(MOQuery query, LockRequest lockRequest)Deprecated.UseMOServer.lookup(MOQuery, LockRequest, MOServerLookupEvent)instead to specify the intended use, and event source.ManagedObjectMOServer. lookup(MOQuery query, LockRequest lockRequest, MOServerLookupEvent lookupEvent)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.
-