Class WebResourceLockSet.ResourceLock

  • Enclosing interface:
    WebResourceLockSet

    public static class WebResourceLockSet.ResourceLock
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.concurrent.atomic.AtomicInteger count  
      java.lang.String key  
      java.util.concurrent.locks.ReentrantReadWriteLock reentrantLock  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceLock​(java.lang.String key)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • count

        public final java.util.concurrent.atomic.AtomicInteger count
      • reentrantLock

        public final java.util.concurrent.locks.ReentrantReadWriteLock reentrantLock
      • key

        public final java.lang.String key
    • Constructor Detail

      • ResourceLock

        public ResourceLock​(java.lang.String key)