Searched refs:CurrentTransaction (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestSR15721.java15 import com.sleepycat.collections.CurrentTransaction;
62 private CurrentTransaction currentTxn;
68 currentTxn = CurrentTransaction.getInstance(env);
86 * Tests that the CurrentTransaction instance doesn't indeed allow GC to
95 currentTxn = CurrentTransaction.getInstance(env);
115 currentTxn = CurrentTransaction.getInstance(env);
H A DForeignKeyTest.java20 import com.sleepycat.collections.CurrentTransaction;
228 CurrentTransaction txn = CurrentTransaction.getInstance(env);
H A DTransactionTest.java21 import com.sleepycat.collections.CurrentTransaction;
90 private CurrentTransaction currentTxn;
105 currentTxn = CurrentTransaction.getInstance(env);
589 * Tests that the CurrentTransaction static WeakHashMap does indeed allow
625 CurrentTransaction myCurrTxn = CurrentTransaction.getInstance(myEnv);
697 private CurrentTransaction currentTxn;
704 this.currentTxn = CurrentTransaction.getInstance(env);
737 private CurrentTransaction currentTxn;
745 this.currentTxn = CurrentTransaction
[all...]
H A DTestStore.java18 import com.sleepycat.collections.CurrentTransaction;
271 config.setTransactional(CurrentTransaction.getInstance(env) != null);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DCurrentTransaction.java6 * $Id: CurrentTransaction.java,v 12.11 2008/02/07 17:12:26 mark Exp $
37 public class CurrentTransaction { class
41 private static WeakHashMap<Environment,CurrentTransaction> envMap =
42 new WeakHashMap<Environment,CurrentTransaction>();
60 * Gets the CurrentTransaction accessor for a specified Berkeley DB
66 * @return the CurrentTransaction accessor for the given environment, or
69 public static CurrentTransaction getInstance(Environment env) {
71 CurrentTransaction currentTxn = getInstanceInternal(env);
76 * Gets the CurrentTransaction accessor for a specified Berkeley DB
81 static CurrentTransaction getInstanceInterna
92 private CurrentTransaction(Environment env) { method in class:CurrentTransaction
[all...]
H A DTransactionRunner.java79 private CurrentTransaction currentTxn;
114 this.currentTxn = CurrentTransaction.getInstance(env);
H A DDataView.java43 CurrentTransaction currentTxn;
90 CurrentTransaction.getInstanceInternal(db.getEnvironment());
265 CurrentTransaction getCurrentTxn() {
H A DStoredContainer.java424 CurrentTransaction currentTxn = view.getCurrentTxn();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile295 $(JAVA_SLEEPYCAT)/collections/CurrentTransaction.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in290 $(JAVA_SLEEPYCAT)/collections/CurrentTransaction.java \

Completed in 139 milliseconds