クラス AutoCloseableReentrantLockNotReady
java.lang.Object
org.wcardinal.util.thread.AutoCloseableReentrantLockNotReady
- すべての実装されたインタフェース:
AutoCloseable
,AutoCloseableReentrantLock
public class AutoCloseableReentrantLockNotReady
extends Object
implements AutoCloseableReentrantLock
-
フィールド詳細
-
INSTANCE
-
-
コンストラクタの詳細
-
AutoCloseableReentrantLockNotReady
public AutoCloseableReentrantLockNotReady()
-
-
メソッドの詳細
-
open
- 定義:
open
インタフェース内AutoCloseableReentrantLock
-
close
public void close()- 定義:
close
インタフェース内AutoCloseable
- 定義:
close
インタフェース内AutoCloseableReentrantLock
-
lock
public void lock()- 定義:
lock
インタフェース内AutoCloseableReentrantLock
-
isLocked
public boolean isLocked()- 定義:
isLocked
インタフェース内AutoCloseableReentrantLock
-
tryLock
public boolean tryLock()- 定義:
tryLock
インタフェース内AutoCloseableReentrantLock
-
tryLock
- 定義:
tryLock
インタフェース内AutoCloseableReentrantLock
- 例外:
InterruptedException
-
unlock
public void unlock()- 定義:
unlock
インタフェース内AutoCloseableReentrantLock
-
getHoldCount
public int getHoldCount()- 定義:
getHoldCount
インタフェース内AutoCloseableReentrantLock
-
isHeldByCurrentThread
public boolean isHeldByCurrentThread()- 定義:
isHeldByCurrentThread
インタフェース内AutoCloseableReentrantLock
-