|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| 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 Summary | |
|---|---|
| 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. releasing a lock that wasn't previoysly obtained) Typically, operations failing with this exception cannot be retried without the application taking appropriate measures first. |
| LockAcquisitionFailedException | Exception indicating that a lock could not be obtained. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||