public interface JbootLock extends Lock
void
lock()
boolean
tryLock()
tryLock(long time, TimeUnit unit)
unlock()
lockInterruptibly, newCondition
void lock()
lock
Lock
void unlock()
unlock
boolean tryLock()
tryLock
boolean tryLock(long time, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2024. All rights reserved.