}
public void testTransfer()
throws Exception {
Locker txn1 = new AutoTxn(envImpl, new TransactionConfig());
Locker txn2 = new AutoTxn(envImpl, new TransactionConfig());
Locker txn3 = new AutoTxn(envImpl, new TransactionConfig());
Locker txn4 = new AutoTxn(envImpl, new TransactionConfig());
Locker txn5 = new AutoTxn(envImpl, new TransactionConfig());
MemoryBudget mb = envImpl.getMemoryBudget();
try {
/* Transfer from one locker to another locker. */
Lock lock = new Lock(new Long(1));