| Package | Description |
|---|---|
| locklib.mutex |
The
mutex package implements the mutex locking
concepts in locklib. |
| Modifier and Type | Method and Description |
|---|---|
MutexLockType |
MutexLockPolicy.parent_lock(MutexLockType lock_type) |
static MutexLockType |
MutexLockType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutexLockType[] |
MutexLockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MutexLockPolicy.is_compatible(MutexLockType lock_type_1,
MutexLockType lock_type_2) |
MutexLockType |
MutexLockPolicy.parent_lock(MutexLockType lock_type) |
Copyright © 2015. All rights reserved.