Class ExclusiveReentrantLockManager


  • public class ExclusiveReentrantLockManager
    extends Object
    A simple reentrant lock that allows other threads to unlock the lock.
    Author:
    HÃ¥vard M. Ottestad
    • Constructor Detail

      • ExclusiveReentrantLockManager

        public ExclusiveReentrantLockManager()
      • ExclusiveReentrantLockManager

        public ExclusiveReentrantLockManager​(boolean trackLocks)
      • ExclusiveReentrantLockManager

        public ExclusiveReentrantLockManager​(boolean trackLocks,
                                             int collectionFrequency)