Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.concurrent.locks.ReentrantReadWriteLock

        java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock, java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OwnerReentrantReadWriteLock

        OwnerReentrantReadWriteLock()
    • Method Detail

      • getOwner

        public java.lang.Thread getOwner()
        Overrides:
        getOwner in class java.util.concurrent.locks.ReentrantReadWriteLock