Class AddOutcome


  • public class AddOutcome
    extends java.lang.Object
    The possible outcomes when trying to add an AbstractRecord as a participant within a transaction.
    Since:
    JTS 1.0.
    Version:
    $Id: AddOutcome.java 2342 2006-03-30 13:06:17Z $
    Author:
    Mark Little (mark@arjuna.com)
    • Constructor Summary

      Constructors 
      Constructor Description
      AddOutcome()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void print​(java.io.PrintWriter strm, int res)  
      static java.lang.String printString​(int res)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddOutcome

        public AddOutcome()
    • Method Detail

      • printString

        public static java.lang.String printString​(int res)
        Since:
        JTS 2.1.2.
      • print

        public static void print​(java.io.PrintWriter strm,
                                 int res)