Interface JtaSynchronizationStrategy
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SynchronizationRegistryBasedSynchronizationStrategy
Contract used to centralize
Synchronization
handling logic.-
Method Summary
Modifier and TypeMethodDescriptionboolean
Can a synchronization be registered?void
registerSynchronization
(Synchronization synchronization) Register a synchronization
-
Method Details
-
registerSynchronization
Register a synchronization- Parameters:
synchronization
- The synchronization to register.
-
canRegisterSynchronization
boolean canRegisterSynchronization()Can a synchronization be registered?- Returns:
- true/false
-