クラス AutoCloseableReentrantLockImpl
java.lang.Object
java.util.concurrent.locks.ReentrantLock
org.wcardinal.util.thread.AutoCloseableReentrantLockImpl
- すべての実装されたインタフェース:
Serializable
,AutoCloseable
,Lock
,AutoCloseableReentrantLock
public class AutoCloseableReentrantLockImpl
extends ReentrantLock
implements AutoCloseableReentrantLock
- 関連項目:
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド java.util.concurrent.locks.ReentrantLock
getHoldCount, getOwner, getQueuedThreads, getQueueLength, getWaitingThreads, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lock, lockInterruptibly, newCondition, toString, tryLock, tryLock, unlock
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
インタフェースから継承されたメソッド org.wcardinal.util.thread.AutoCloseableReentrantLock
getHoldCount, isHeldByCurrentThread, isLocked, lock, tryLock, tryLock, unlock
-
コンストラクタの詳細
-
AutoCloseableReentrantLockImpl
public AutoCloseableReentrantLockImpl()
-
-
メソッドの詳細
-
open
- 定義:
open
インタフェース内AutoCloseableReentrantLock
-
close
public void close()- 定義:
close
インタフェース内AutoCloseable
- 定義:
close
インタフェース内AutoCloseableReentrantLock
-