Class AutoCloseableLock

java.lang.Object
java.util.concurrent.locks.ReentrantLock
org.mbari.jcommons.util.AutoCloseableLock
All Implemented Interfaces:
Serializable, AutoCloseable, Lock

public class AutoCloseableLock extends ReentrantLock implements AutoCloseable
See Also:
  • Constructor Details

    • AutoCloseableLock

      public AutoCloseableLock()
  • Method Details