shell
Class Lock

java.lang.Object
  |
  +--shell.Lock

public class Lock
extends java.lang.Object


Constructor Summary
Lock()
           
 
Method Summary
 boolean isLocked()
           
 boolean lock()
           
 void unlock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lock

public Lock()
Method Detail

lock

public boolean lock()

isLocked

public boolean isLocked()

unlock

public void unlock()