| Class | Description |
|---|---|
| IdentifierBasedLock |
Locking mechanism that allows multiple threads to hold a lock, as long as the identifier of the lock they hold is
not equal.
|
| Exception | Description |
|---|---|
| DeadlockException |
Exception indicating that a deadlock has been detected while a thread was attempting to acquire a lock.
|
| IllegalLockUsageException |
Exception indicating that an illegal use of a lock was detect (e.g.
|
| LockAcquisitionFailedException |
Exception indicating that a lock could not be obtained.
|
Copyright © 2010-2014. All Rights Reserved.