Interface SynchronizationRegistryImplementor

    • Method Detail

      • notifySynchronizationsBeforeTransactionCompletion

        void notifySynchronizationsBeforeTransactionCompletion()
        Delegates the Synchronization.beforeCompletion() call to each registered Synchronization
      • notifySynchronizationsAfterTransactionCompletion

        void notifySynchronizationsAfterTransactionCompletion​(int status)
        Delegates the Synchronization.afterCompletion(int) call to each registered Synchronization. Will also clear the registered Synchronizations after all have been notified.
        Parameters:
        status - The transaction status, per Status constants