| Package | Description |
|---|---|
| org.apache.commons.transaction.memory |
| Modifier and Type | Class and Description |
|---|---|
class |
OptimisticMapWrapper.CopyingTxContext |
class |
PessimisticMapWrapper.LockingTxContext |
| Modifier and Type | Method and Description |
|---|---|
protected TransactionalMapWrapper.TxContext |
TransactionalMapWrapper.getActiveTx() |
TransactionalMapWrapper.TxContext |
TransactionalMapWrapper.suspendTransaction()
Suspends the transaction associated to the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionalMapWrapper.resumeTransaction(TransactionalMapWrapper.TxContext suspendedTx)
Resumes a transaction in the current thread that has previously been suspened by
TransactionalMapWrapper.suspendTransaction(). |
protected void |
TransactionalMapWrapper.setActiveTx(TransactionalMapWrapper.TxContext txContext) |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.