• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/

Lines Matching refs:Transaction

6  * $Id: Transaction.java,v 12.9 2008/01/17 05:04:53 mjc Exp $
15 The Transaction object is the handle for a transaction. Methods off the
17 transaction. Transaction handles are provided to other Berkeley DB
20 Transaction handles are not free-threaded; transactions handles may
23 {@link com.sleepycat.db.Transaction#abort Transaction.abort}, {@link com.sleepycat.db.Transaction#commit Transaction.commit} or
24 {@link com.sleepycat.db.Transaction#discard Transaction.discard}
29 not yet been committed or aborted) except for {@link com.sleepycat.db.Environment#beginTransaction Environment.beginTransaction}, {@link com.sleepycat.db.Transaction#abort Transaction.abort} and {@link com.sleepycat.db.Transaction#commit Transaction.commit}.
33 Transaction txn = myEnvironment.beginTransaction(null, null);
39 Transaction txn = myEnvironment.beginTransaction(null, config);
42 public class Transaction {
45 Transaction(final DbTxn txn) {
53 Before Transaction.abort returns, any locks held by the transaction will
63 After Transaction.abort has been called, regardless of its return, the
64 {@link com.sleepycat.db.Transaction Transaction} handle may not be accessed again.
102 After this method returns the {@link com.sleepycat.db.Transaction Transaction} handle may not be
140 After this method returns the {@link com.sleepycat.db.Transaction Transaction} handle may not be
180 After this method returns the {@link com.sleepycat.db.Transaction Transaction} handle may not be
222 After this method returns the {@link com.sleepycat.db.Transaction Transaction} handle may not be
238 {@link com.sleepycat.db.Transaction Transaction} handle, neither committing nor aborting the
245 The {@link com.sleepycat.db.Transaction Transaction} handle may not be accessed again after this
297 {@link com.sleepycat.db.Transaction#prepare Transaction.prepare} call and await its successful return