Examples of doPhase2Abort()


Examples of com.arjuna.ats.internal.jts.orbspecific.interposition.coordinator.ServerTransaction.doPhase2Abort()

      /*
       * This will also call any after_completions on
       * registered synchronizations.
       */

      actionStatus = theTransaction.doPhase2Abort();
  }
  else
  {
      if ((actionStatus == ActionStatus.RUNNING) ||
                (actionStatus == ActionStatus.ABORT_ONLY))
View Full Code Here

Examples of com.arjuna.ats.internal.jts.orbspecific.interposition.coordinator.ServerTransaction.doPhase2Abort()

         * Have to do this because of the way PI works
         * with thread-context association.
         */

        if (!valid())
      theTransaction.doPhase2Abort()// must rollback
        else
      theTransaction.rollback();

        actionStatus = ActionStatus.ABORTED;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.