com.sleepycat.je
Class CursorConfig

java.lang.Object
  extended bycom.sleepycat.je.CursorConfig
All Implemented Interfaces:
Cloneable

public class CursorConfig
extends Object
implements Cloneable

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


Field Summary
(package private) static CursorConfig DEFAULT
           
static CursorConfig DIRTY_READ
          Javadoc for this public instance is generated via the doc templates in the doc_src directory.
 
Constructor Summary
CursorConfig()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Method Summary
(package private)  CursorConfig cloneConfig()
          Used by Cursor to create a copy of the application supplied configuration.
 boolean getDirtyRead()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setDirtyRead(boolean dirtyRead)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIRTY_READ

public static final CursorConfig DIRTY_READ
Javadoc for this public instance is generated via the doc templates in the doc_src directory.


DEFAULT

static CursorConfig DEFAULT
Constructor Detail

CursorConfig

public CursorConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Method Detail

setDirtyRead

public void setDirtyRead(boolean dirtyRead)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getDirtyRead

public boolean getDirtyRead()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


cloneConfig

CursorConfig cloneConfig()
Used by Cursor to create a copy of the application supplied configuration. Done this way to provide non-public cloning.



Copyright 2004 Sleepycat, Inc. All Rights Reserved.