类 SynchronizationCallbackCoordinatorTrackingImpl

  • 所有已实现的接口:
    javax.transaction.Synchronization, SynchronizationCallbackCoordinator

    public class SynchronizationCallbackCoordinatorTrackingImpl
    extends SynchronizationCallbackCoordinatorNonTrackingImpl
    Extension of SynchronizationCallbackCoordinatorNonTrackingImpl that adds checking of whether a rollback comes from a thread other than the application thread (thread used to register the Synchronization)
    作者:
    Steve Ebersole, Brett Meyer