com.sleepycat.je
Class TransactionConfig

java.lang.Object
  extended by com.sleepycat.je.TransactionConfig
All Implemented Interfaces:
Cloneable

public class TransactionConfig
extends Object
implements Cloneable

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


Field Summary
static TransactionConfig DEFAULT
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Constructor Summary
TransactionConfig()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Method Summary
(package private)  TransactionConfig cloneConfig()
          Used by Environment to create a copy of the application supplied configuration.
 boolean getDirtyRead()
          Deprecated.  
 boolean getNoSync()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 boolean getNoWait()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 boolean getReadCommitted()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 boolean getReadUncommitted()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 boolean getSerializableIsolation()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 boolean getSync()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 boolean getWriteNoSync()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setDirtyRead(boolean dirtyRead)
          Deprecated.  
 void setNoSync(boolean noSync)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setNoWait(boolean noWait)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setReadCommitted(boolean readCommitted)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setReadUncommitted(boolean readUncommitted)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setSerializableIsolation(boolean serializableIsolation)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setSync(boolean sync)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setWriteNoSync(boolean writeNoSync)
          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

DEFAULT

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

Constructor Detail

TransactionConfig

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

Method Detail

setSync

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


getSync

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


setNoSync

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


getNoSync

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


setWriteNoSync

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


getWriteNoSync

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


setNoWait

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


getNoWait

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


setReadUncommitted

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


getReadUncommitted

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


setDirtyRead

public void setDirtyRead(boolean dirtyRead)
Deprecated. 

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


getDirtyRead

public boolean getDirtyRead()
Deprecated. 

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


setReadCommitted

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


getReadCommitted

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


setSerializableIsolation

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


getSerializableIsolation

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


cloneConfig

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



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