com.sleepycat.je
Class LockMode

java.lang.Object
  extended by com.sleepycat.je.LockMode

public class LockMode
extends Object

Javadoc for this public class is generated via the doc templates in the doc_src directory.


Field Summary
static LockMode DEFAULT
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
static LockMode DIRTY_READ
          Deprecated.  
static LockMode READ_COMMITTED
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
static LockMode READ_UNCOMMITTED
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
static LockMode RMW
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final LockMode DEFAULT
Javadoc for this public method is generated via the doc templates in the doc_src directory.


READ_UNCOMMITTED

public static final LockMode READ_UNCOMMITTED
Javadoc for this public method is generated via the doc templates in the doc_src directory.


DIRTY_READ

public static final LockMode DIRTY_READ
Deprecated. 
Javadoc for this public method is generated via the doc templates in the doc_src directory.


READ_COMMITTED

public static final LockMode READ_COMMITTED
Javadoc for this public method is generated via the doc templates in the doc_src directory.


RMW

public static final LockMode RMW
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.