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, setRollbackOnly
void registerInterposedSynchronization(Synchronization sync) throws RollbackException, IllegalStateException, SystemException
sync
- - the Synchronization instance.RollbackException
IllegalStateException
SystemException
TransactionSynchronizationRegistry.registerInterposedSynchronization(Synchronization)
Copyright © 2020. All rights reserved.