Class LockMode


  • public class LockMode
    extends java.lang.Object
    The types of lock which can exist.
    Since:
    JTS 1.0.
    Version:
    $Id: LockMode.java 2342 2006-03-30 13:06:17Z $
    Author:
    Mark Little (mark@arjuna.com)
    • Constructor Summary

      Constructors 
      Constructor Description
      LockMode()  
    • Method Summary

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

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

      • LockMode

        public LockMode()
    • Method Detail

      • stringForm

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

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