public class LockMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
INTENTION_READ |
static int |
INTENTION_WRITE |
static int |
READ |
static int |
UPGRADE |
static int |
WRITE |
Constructor and Description |
---|
LockMode() |
Modifier and Type | Method and Description |
---|---|
static void |
print(java.io.PrintWriter strm,
int l) |
static java.lang.String |
stringForm(int l) |
public static final int READ
public static final int WRITE
public static final int UPGRADE
public static final int INTENTION_READ
public static final int INTENTION_WRITE