Class MojoExecutor.OwnerReentrantLock
java.lang.Object
java.util.concurrent.locks.ReentrantLock
org.apache.maven.lifecycle.internal.MojoExecutor.OwnerReentrantLock
- All Implemented Interfaces:
Serializable
,Lock
- Enclosing class:
- MojoExecutor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.locks.ReentrantLock
getHoldCount, getQueuedThreads, getQueueLength, getWaitingThreads, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lock, lockInterruptibly, newCondition, toString, tryLock, tryLock, unlock
-
Constructor Details
-
OwnerReentrantLock
OwnerReentrantLock()
-
-
Method Details
-
getOwner
- Overrides:
getOwner
in classReentrantLock
-