Class 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
    • 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
      • Methods inherited from class java.lang.Object

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

      • OwnerReentrantLock

        OwnerReentrantLock()
    • Method Detail

      • getOwner

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