public interface ExclusiveLock
Modifier and Type | Method and Description |
---|---|
void |
release()
Releases the lock if it is currently held.
|
boolean |
tryLock()
Attempts to acquire an exclusive lock.
|
Copyright © 2005–2025 Onix Solutions. All rights reserved.