Information associated with a {@link GlobalTransaction} about the transaction state.
A TransactionContext maintains:
- Handle to the local Transaction
- List of {@link org.jboss.cache.commands.WriteCommand}s that make up this transaction
- List of locks acquired
- Any transaction-scope options
@author
Bela Ban
@author Manik Surtani
@version $Revision: 6776 $
@deprecated will be removed along with optimistic and pessimistic locking.