Package org.apache.commons.transaction.memory
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
MapFactory No description provided.
SetFactory No description provided.
Classes
HashMapFactory Default map factory implementation creating HashMap s.
HashSetFactory Default set factory implementation creating HashSet s.
OptimisticMapWrapper Wrapper that adds transactional control to all kinds of maps that implement the Map interface.
OptimisticMapWrapper.CopyingTxContext No description provided.
PessimisticMapWrapper Wrapper that adds transactional control to all kinds of maps that implement the Map interface.
PessimisticMapWrapper.LockingTxContext No description provided.
TransactionalMapWrapper Wrapper that adds transactional control to all kinds of maps that implement the Map interface.
TransactionalMapWrapper.HashEntry No description provided.
TransactionalMapWrapper.TxContext No description provided.
Exceptions
ConflictException Exception displaying a conflict between two optimistic transactions.
LockException Exception displaying a lock problem in pessimistic transactions.