@Revision(value="$Revision: 1.4 $", date="$Date: 2006/12/15 20:37:50 $", tag="$Name: $")

Package rcf.core.concurrent.transactions

This package contains a uniform abstraction of transactions, which is the basis of the transaction support in transactional collections among other things.

See:
          Description

Interface Summary
CompositeTransaction<X extends Transaction> TODO: Javadoc TODO: Transaction Composite Trees
CompositeTransaction.BranchInternal<X extends Transaction> TODO: Javadoc TODO: Document the way rcf.core.util.filter.FilterEvent works! TODO: Transaction Composite Trees
Transaction TODO: Javadoc For each transaction there is only one event: its start.
Transaction.Internal<X extends Transaction> TODO: Javadoc TODO: Document the way rcf.core.util.filter.FilterEvent works! TODO: Transaction Composite Trees
Transactional<X extends Transaction> TODO: Javadoc
 

Class Summary
AbstractTransaction TODO: Javadoc
AbstractTransactional<X extends Transaction> TODO: Javadoc There are near duplicates of these methods in AbstractCollection and AbstractCollection.AbstractSubCollection.
ExternalTransaction<X extends Transaction> TODO: Javadoc
 

Exception Summary
TransactionAbortedException TODO: Javadoc
 

Package rcf.core.concurrent.transactions Description

This package contains a uniform abstraction of transactions, which is the basis of the transaction support in transactional collections among other things.

TODO: Javadoc
TODO: Javadoc review, Seal/Finalize

Author:
Greg Gibeling