public final class Lock
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
READ |
These statics are used to define whether the lock is a READ or WRITE
lock.
|
static int |
WRITE |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public static final int READ
public static final int WRITE
Copyright © 2018. All rights reserved.