Interface Lock
-
public interface Lock
- Author:
- Tommaso Nolli
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description short
getType()
-
-
-
Field Detail
-
SHARED
static final short SHARED
- See Also:
- Constant Field Values
-
EXCLUSIVE
static final short EXCLUSIVE
- See Also:
- Constant Field Values
-
-