Class LockResult


  • public class LockResult
    extends java.lang.Object
    The various results which can occur when setting a lock.
    Since:
    JTS 1.0.
    Version:
    $Id: LockResult.java 2342 2006-03-30 13:06:17Z $
    Author:
    Mark Little (mark@arjuna.com)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GRANTED  
      static int REFUSED  
      static int RELEASED  
    • Constructor Summary

      Constructors 
      Constructor Description
      LockResult()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void print​(java.io.PrintWriter strm, int l)
      Print a human-readable form of the lock result.
      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

      • LockResult

        public LockResult()
    • Method Detail

      • stringForm

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

        public static void print​(java.io.PrintWriter strm,
                                 int l)
        Print a human-readable form of the lock result.