Class CloseableReentrantLock

java.lang.Object
java.util.concurrent.locks.ReentrantLock
com.inductiveautomation.ignition.gateway.util.CloseableReentrantLock
All Implemented Interfaces:
Serializable, AutoCloseable, Lock

public class CloseableReentrantLock extends ReentrantLock implements AutoCloseable
A ReentrantLock that supports Java 8 AutoCloseable. Would be in common if we didn't require J6 outside of the gateway.
See Also:
  • Constructor Details

    • CloseableReentrantLock

      public CloseableReentrantLock()
  • Method Details