Class MojoExecutor.OwnerReentrantReadWriteLock
- java.lang.Object
-
- java.util.concurrent.locks.ReentrantReadWriteLock
-
- org.apache.maven.lifecycle.internal.MojoExecutor.OwnerReentrantReadWriteLock
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.concurrent.locks.ReadWriteLock
- Enclosing class:
- MojoExecutor
static class MojoExecutor.OwnerReentrantReadWriteLock extends java.util.concurrent.locks.ReentrantReadWriteLock
-
-
Constructor Summary
Constructors Constructor Description OwnerReentrantReadWriteLock()
-
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.ReentrantReadWriteLock
getQueuedReaderThreads, getQueuedThreads, getQueuedWriterThreads, getQueueLength, getReadHoldCount, getReadLockCount, getWaitingThreads, getWaitQueueLength, getWriteHoldCount, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isWriteLocked, isWriteLockedByCurrentThread, readLock, toString, writeLock
-
-