Package javax.transaction

Interface Summary
Status  
Synchronization  
Transaction  
TransactionManager  
UserTransaction The UserTransaction interface defines the methods that allow an application to explicitly manage transaction boundaries.
 

Exception Summary
HeuristicCommitException This exception is thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates have been committed.
HeuristicMixedException This exception is thrown to report that a heuristic decision was made and that some relevant updates have been committed and others have been rolled back.
HeuristicRollbackException This exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back.
InvalidTransactionException This exception indicates that the request carried an invalid transaction context.
NotSupportedException  
RollbackException  
SystemException  
TransactionRequiredException This exception indicates that a request carried a null transaction context, but the target object requires an activate transaction.