Uses of Package
org.apache.commons.transaction

Packages that use org.apache.commons.transaction
org.apache.commons.transaction Apache Commons Transaction Making concurrent programming transactional. 
org.apache.commons.transaction.file Transactional file access . 
org.apache.commons.transaction.memory Transactional Maps Working on maps as if they were databases. 
 

Classes in org.apache.commons.transaction used by org.apache.commons.transaction
AbstractTransactionalResourceManager.AbstractTxContext
           
ManageableResourceManager
          Needs to be implemented by all resource managers that want to take part in a combined transaction.
Transaction
          A managed transaction meant as interface to the user.
TransactionalResourceManager
          Interface for something that makes up a transactional resource manager.
TransactionException
          General exception for all kinds of transactional problems.
TransactionException.Code
           
 

Classes in org.apache.commons.transaction used by org.apache.commons.transaction.file
AbstractTransactionalResourceManager
          Abstract base class for transactional resource managers.
AbstractTransactionalResourceManager.AbstractTxContext
           
ManageableResourceManager
          Needs to be implemented by all resource managers that want to take part in a combined transaction.
TransactionalResourceManager
          Interface for something that makes up a transactional resource manager.
 

Classes in org.apache.commons.transaction used by org.apache.commons.transaction.memory
AbstractTransactionalResourceManager
          Abstract base class for transactional resource managers.
AbstractTransactionalResourceManager.AbstractTxContext
           
ManageableResourceManager
          Needs to be implemented by all resource managers that want to take part in a combined transaction.
TransactionalResourceManager
          Interface for something that makes up a transactional resource manager.
 



Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.