Interface Lock
-
public interface Lock
A lock on a specific monitor that can be used for synchronization purposes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isActive()
Checks whether the lock is still active.void
release()
Release the lock, making it inactive.
-