public class ConfigurationService.ConfigurationLock extends Object implements AutoCloseable
Where possible call the constructor using a try-with-resources statement
so that the lock will be released automatically when that statement is
exited. Otherwise an explicit call
to close() will be required to release the lock.
public final Lock readLock
public void close()
close in interface AutoCloseableCopyright © 2023 LSST. All rights reserved.