Interface Lock


  • public interface Lock
    Interface for a shared lock
    • Method Detail

      • unlock

        void unlock()
        Release the lock. Failure to call this method could result in an orphaned lock.