public class LockResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
GRANTED |
static int |
REFUSED |
static int |
RELEASED |
| Constructor and Description |
|---|
LockResult() |
| Modifier and Type | Method and Description |
|---|---|
static void |
print(java.io.PrintWriter strm,
int l)
Print a human-readable form of the lock result.
|
static java.lang.String |
stringForm(int l) |
public static final int GRANTED
public static final int REFUSED
public static final int RELEASED