Interface TransactionCoordinator.TransactionDriver

    • Method Detail

      • begin

        void begin()
        Begin the physical transaction
      • commit

        void commit()
        Commit the physical transaction
      • rollback

        void rollback()
        Rollback the physical transaction
      • markRollbackOnly

        void markRollbackOnly()
      • isActive

        default boolean isActive​(boolean isMarkedRollbackConsideredActive)