Package org.apache.commons.transaction.memory

Interface Summary
MapFactory  
SetFactory  
 

Class Summary
HashMapFactory Default map factory implementation creating HashMaps.
HashSetFactory Default set factory implementation creating HashSets.
OptimisticMapWrapper Wrapper that adds transactional control to all kinds of maps that implement the Map interface.
PessimisticMapWrapper Wrapper that adds transactional control to all kinds of maps that implement the Map interface.
TransactionalMapWrapper Wrapper that adds transactional control to all kinds of maps that implement the Map interface.
TransactionalMapWrapper.HashEntry  
 

Exception Summary
ConflictException Exception displaying a conflict between two optimistic transactions.
LockException Deprecated. no longer used as it has been replaced by the more general version in LockException
 



Copyright ? 2004 The Apache Software Foundation. All Rights Reserved.