Uses of Class
org.apache.commons.transaction.memory.TransactionalMapWrapper.TxContext

Packages that use TransactionalMapWrapper.TxContext
org.apache.commons.transaction.memory   
 

Uses of TransactionalMapWrapper.TxContext in org.apache.commons.transaction.memory
 

Subclasses of TransactionalMapWrapper.TxContext in org.apache.commons.transaction.memory
 class OptimisticMapWrapper.CopyingTxContext
           
 class PessimisticMapWrapper.LockingTxContext
           
 

Methods in org.apache.commons.transaction.memory that return TransactionalMapWrapper.TxContext
 TransactionalMapWrapper.TxContext TransactionalMapWrapper.suspendTransaction()
          Suspends the transaction associated to the current thread.
protected  TransactionalMapWrapper.TxContext TransactionalMapWrapper.getActiveTx()
           
 

Methods in org.apache.commons.transaction.memory with parameters of type TransactionalMapWrapper.TxContext
 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-2007 The Apache Software Foundation. All Rights Reserved.