org.stringtree.juicer
Class JuicerLockHelper

java.lang.Object
  extended by org.stringtree.juicer.JuicerLockHelper

public class JuicerLockHelper
extends java.lang.Object


Field Summary
static java.lang.String key
           
 
Constructor Summary
JuicerLockHelper()
           
 
Method Summary
static boolean isLocked(Tract tract)
           
static void lock(Tract tract)
           
static void unlock(Tract tract)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public static final java.lang.String key
See Also:
Constant Field Values
Constructor Detail

JuicerLockHelper

public JuicerLockHelper()
Method Detail

isLocked

public static boolean isLocked(Tract tract)

lock

public static void lock(Tract tract)

unlock

public static void unlock(Tract tract)