Class MojoExecutor.OwnerReentrantLock
- java.lang.Object
-
- java.util.concurrent.locks.ReentrantLock
-
- org.apache.maven.lifecycle.internal.MojoExecutor.OwnerReentrantLock
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.concurrent.locks.Lock
- Enclosing class:
- MojoExecutor
static class MojoExecutor.OwnerReentrantLock extends java.util.concurrent.locks.ReentrantLock
-
-
Constructor Summary
Constructors Constructor Description OwnerReentrantLock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Thread
getOwner()
-
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
-
-