Class ClosableLock

java.lang.Object
java.util.concurrent.locks.ReentrantLock
org.mariadb.jdbc.client.util.ClosableLock
All Implemented Interfaces:
Serializable, AutoCloseable, Lock

public final class ClosableLock extends ReentrantLock implements AutoCloseable
See Also:
  • Field Details

  • Constructor Details

    • ClosableLock

      public ClosableLock()
  • Method Details