クラス 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
-