| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
NoOpLock() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
lock() |
void |
lockInterruptibly() |
Condition |
newCondition() |
boolean |
tryLock() |
boolean |
tryLock(long time,
TimeUnit unit) |
void |
unlock() |
public void lockInterruptibly()
throws InterruptedException
lockInterruptibly インタフェース内 LockInterruptedExceptionpublic boolean tryLock(long time,
TimeUnit unit)
throws InterruptedException
tryLock インタフェース内 LockInterruptedExceptionpublic Condition newCondition()
newCondition インタフェース内 LockCopyright © 2009–2016. All rights reserved.