public interface Lock
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isActive()Checks whether the lock is still active. | 
| void | release()Release the lock, making it inactive. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.