Class ConflictType

java.lang.Object
com.arjuna.ats.txoj.ConflictType

public class ConflictType extends Object
The various types of lock conflict that can occur when trying to set a lock.
  • Field Details

  • Constructor Details

    • ConflictType

      public ConflictType()
  • Method Details

    • stringForm

      public static String stringForm(int c)
    • print

      public static void print(PrintWriter strm, int c)
      Print a human-readable form of the conflict type.