接口 SynchronizationCallbackCoordinator

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void processAnyDelayedAfterCompletion()
      Called by the TransactionCoordinator to allow the SynchronizationCallbackCoordinator to process any after-completion handling that it may have delayed due to thread affinity
      void synchronizationRegistered()
      Called by the TransactionCoordinator when it registers the Synchronization with the JTA system
      • 从接口继承的方法 javax.transaction.Synchronization

        afterCompletion, beforeCompletion
    • 方法详细资料

      • synchronizationRegistered

        void synchronizationRegistered()
        Called by the TransactionCoordinator when it registers the Synchronization with the JTA system
      • processAnyDelayedAfterCompletion

        void processAnyDelayedAfterCompletion()
        Called by the TransactionCoordinator to allow the SynchronizationCallbackCoordinator to process any after-completion handling that it may have delayed due to thread affinity