Class ConflictType


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

      Fields 
      Modifier and Type Field Description
      static int COMPATIBLE  
      static int CONFLICT  
      static int PRESENT  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConflictType()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void print​(java.io.PrintWriter strm, int c)
      Print a human-readable form of the conflict type.
      static java.lang.String stringForm​(int c)  
      • Methods inherited from class java.lang.Object

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

      • ConflictType

        public ConflictType()
    • Method Detail

      • stringForm

        public static java.lang.String stringForm​(int c)
      • print

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