Uses of Class
org.apache.commons.transaction.memory.BasicTxMap

Packages that use BasicTxMap
org.apache.commons.transaction.memory Transactional Maps Working on maps as if they were databases. 
 

Uses of BasicTxMap in org.apache.commons.transaction.memory
 

Subclasses of BasicTxMap in org.apache.commons.transaction.memory
 class OptimisticTxMap<K,V>
          Map featuring transactional control.
 class PessimisticTxMap<K,V>
          Map featuring transactional control.
 



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