public class AtomicLock extends Object
| Constructor and Description |
|---|
AtomicLock(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
lock(int retries) |
String |
name() |
void |
name(String name) |
boolean |
tryLock() |
void |
unlock() |
Copyright © 2021. All rights reserved.