Uses of Class
javax.transaction.RollbackException

Packages that use RollbackException
javax.transaction   
 

Uses of RollbackException in javax.transaction
 

Methods in javax.transaction that throw RollbackException
 void TransactionManager.commit()
          Commit the transaction associated with the calling thread.
 void Transaction.commit()
          Attempt to commit this transaction.
 void UserTransaction.commit()
          Commit the transaction associated with the calling thread.
 boolean Transaction.enlistResource(XAResource xaRes)
          Enlist an XA resource with this transaction.
 void Transaction.registerSynchronization(Synchronization sync)
          Register a Synchronization callback with this transaction.
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.