Interface SharedUseExclusiveUseLock

    • Method Detail

      • acquireShared

        void acquireShared()
                    throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • relinquishShared

        void relinquishShared()
      • acquireExclusive

        void acquireExclusive()
                       throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • relinquishExclusive

        void relinquishExclusive()