Interface JtaTransactionAdapter

    • Method Detail

      • begin

        void begin()
        Call begin on the underlying transaction object
      • commit

        void commit()
        Call commit on the underlying transaction object
      • rollback

        void rollback()
        Call rollback on the underlying transaction object
      • markRollbackOnly

        void markRollbackOnly()
      • setTimeOut

        void setTimeOut​(int seconds)