Package nxt.util
Interface ReadWriteUpdateLock.Lock
-
- Enclosing class:
- ReadWriteUpdateLock
public static interface ReadWriteUpdateLock.Lock
Lock interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasLock()
Check if the thread holds the lockvoid
lock()
Obtain the lockvoid
unlock()
Release the lock
-