DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Berkeley DB
version 4.4.20

Uses of Class
com.sleepycat.db.Lock

Packages that use Lock
com.sleepycat.db Berkeley DB Java API
[reference guide] [Java programming notes]
 

Uses of Lock in com.sleepycat.db
 

Methods in com.sleepycat.db that return Lock
 Lock LockRequest.getLock()
          Return the lock reference.
 Lock LockNotGrantedException.getLock()
          Returns null when Environment.getLock was called, and returns the lock in the failed LockRequest when Environment.lockVector was called.
 Lock Environment.getLock(int locker, boolean noWait, DatabaseEntry object, LockRequestMode mode)
          Acquire a lock from the lock table.
 

Methods in com.sleepycat.db with parameters of type Lock
 void LockRequest.setLock(Lock lock)
          Set the lock reference.
 void Environment.putLock(Lock lock)
          Release a lock.
 

Constructors in com.sleepycat.db with parameters of type Lock
LockRequest(LockOperation op, LockRequestMode mode, DatabaseEntry obj, Lock lock)
          Construct a LockRequest with the specified operation, mode and lock, for the specified object.
LockRequest(LockOperation op, LockRequestMode mode, DatabaseEntry obj, Lock lock, int timeout)
          Construct a LockRequest with the specified operation, mode, lock and timeout for the specified object.
 


Berkeley DB
version 4.4.20

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.