Skip navigation links
A B C D E G H I J N P R S T U V 

R

registerInterposedSynchronization(Synchronization) - Method in interface javax.transaction.TransactionSynchronizationRegistry
Register a Synchronization instance with special ordering semantics.
registerSynchronization(Synchronization) - Method in interface javax.transaction.Transaction
Register a synchronization object for the transaction currently associated with the target object.
resume(Transaction) - Method in interface javax.transaction.TransactionManager
Resume the transaction context association of the calling thread with the transaction represented by the supplied Transaction object.
rollback() - Method in interface javax.transaction.Transaction
Rollback the transaction represented by this Transaction object.
rollback() - Method in interface javax.transaction.TransactionManager
Roll back the transaction associated with the current thread.
rollback() - Method in interface javax.transaction.UserTransaction
Roll back the transaction associated with the current thread.
RollbackException - Exception in javax.transaction
RollbackException exception is thrown when the transaction has been marked for rollback only or the transaction has been rolled back instead of committed.
RollbackException() - Constructor for exception javax.transaction.RollbackException
 
RollbackException(String) - Constructor for exception javax.transaction.RollbackException
 
A B C D E G H I J N P R S T U V 
Skip navigation links

Copyright © 2019 Eclipse Foundation. All Rights Reserved.
Use is subject to license terms.