com.sleepycat.db
Class DbLock

java.lang.Object
  extended by 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.


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
protected DbLock()
           
protected DbLock(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
protected  void finalize()
           
protected static long getCPtr(DbLock obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

DbLock

protected DbLock(long cPtr,
                 boolean cMemoryOwn)

DbLock

protected DbLock()
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

getCPtr

protected static long getCPtr(DbLock obj)