Berkeley DB Java Edition
version 1.5.1

Uses of Class
com.sleepycat.je.TransactionConfig

Packages that use TransactionConfig
com.sleepycat.collections Data access based on the standard Java collections API. 
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
 

Uses of TransactionConfig in com.sleepycat.collections
 

Methods in com.sleepycat.collections that return TransactionConfig
 TransactionConfig TransactionRunner.getTransactionConfig()
          Returns the transaction configuration used for calling Environment.beginTransaction(com.sleepycat.je.Transaction, com.sleepycat.je.TransactionConfig).
 

Methods in com.sleepycat.collections with parameters of type TransactionConfig
 void TransactionRunner.setTransactionConfig(TransactionConfig config)
          Changes the transaction configuration used for calling Environment.beginTransaction(com.sleepycat.je.Transaction, com.sleepycat.je.TransactionConfig).
 Transaction CurrentTransaction.beginTransaction(TransactionConfig config)
          Begins a new transaction for this environment and associates it with the current thread.
 

Constructors in com.sleepycat.collections with parameters of type TransactionConfig
TransactionRunner(Environment env, int maxRetries, TransactionConfig config)
          Creates a transaction runner for a given Berkeley DB environment and with a given number of maximum retries.
 

Uses of TransactionConfig in com.sleepycat.je
 

Methods in com.sleepycat.je with parameters of type TransactionConfig
 Transaction Environment.beginTransaction(Transaction parent, TransactionConfig txnConfig)
          Create a new transaction in the database environment.
 


Berkeley DB Java Edition
version 1.5.1

Copyright (c) 1996-2004 Sleepycat Software, Inc. - All rights reserved.