com.sleepycat.db
Class DbLock
java.lang.Object
com.sleepycat.db.DbLock
public class DbLock
- extends java.lang.Object
The locking interfaces for the Berkeley DB database environment
are methods of the DbEnv
handle.
The DbLock object is the handle for a single lock, and has no
methods of its own.
Constructor Summary |
protected |
DbLock()
|
protected |
DbLock(long cPtr,
boolean cMemoryOwn)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
DbLock
protected DbLock(long cPtr,
boolean cMemoryOwn)
DbLock
protected DbLock()
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
getCPtr
protected static long getCPtr(DbLock obj)