public static interface LockFactory.StatefulLock
void lock()
void unlock()
boolean isHeldByCurrentThread()
boolean tryLock()
boolean tryLock(long time,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.