public class Lock extends java.lang.Object
Lock is a simple lock.
Lock
private int
count
private java.lang.Thread
owner
Lock()
void
acquire()
boolean
hasLock()
release()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private java.lang.Thread owner
private int count
public Lock()
public void acquire()
java.lang.InterruptedException
public void release() throws javax.jms.JMSException
javax.jms.JMSException
public boolean hasLock()