| |
|
| java.lang.Object com.tc.config.lock.LockLevel
LockLevel | public class LockLevel (Code) | | |
CONCURRENT | final public static int CONCURRENT(Code) | | |
NIL_LOCK_LEVEL | final public static int NIL_LOCK_LEVEL(Code) | | |
READ | final public static int READ(Code) | | |
WRITE | final public static int WRITE(Code) | | |
isConcurrent | public static boolean isConcurrent(int level)(Code) | | |
isDiscrete | public static boolean isDiscrete(int lockLevel)(Code) | | Is this a discrete lock level? A lock level which is a combination (like READ+WRITE) is non-discreet
|
isGreedy | public static boolean isGreedy(int level)(Code) | | |
isRead | public static boolean isRead(int level)(Code) | | |
isWrite | public static boolean isWrite(int level)(Code) | | |
makeGreedy | public static int makeGreedy(int level)(Code) | | |
makeNotGreedy | public static int makeNotGreedy(int level)(Code) | | |
|
|
|