public interface TransactionInternal extends Transaction
| Modifier and Type | Method and Description |
|---|---|
void |
registerInterposedSynchronization(Synchronization sync)
Register a Synchronization instance with special ordering semantics.
|
commit, delistResource, enlistResource, getStatus, registerSynchronization, rollback, setRollbackOnlyvoid registerInterposedSynchronization(Synchronization sync) throws RollbackException, IllegalStateException, SystemException
sync - - the Synchronization instance.RollbackExceptionIllegalStateExceptionSystemExceptionTransactionSynchronizationRegistry.registerInterposedSynchronization(Synchronization)Copyright © 2019. All rights reserved.