public interface SynchronizationRegistry extends Serializable
Manages a registry of (local) JTA Synchronization instances
| Modifier and Type | Method and Description |
|---|---|
void |
registerSynchronization(Synchronization synchronization)
Register a
Synchronization callback for this transaction. |
void registerSynchronization(Synchronization synchronization)
Register a Synchronization callback for this transaction.
synchronization - The synchronization callback to register.NullSynchronizationException - if the synchronization is nullCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.