Interface ITransactionalOperation<CONTEXT>


  • public interface ITransactionalOperation<CONTEXT>
    Author:
    Eike Stepper
    • Method Detail

      • phase1

        void phase1​(CONTEXT context)
             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • phase2

        void phase2​(CONTEXT context)
      • undoPhase1

        void undoPhase1​(CONTEXT context)