Interface | Description |
---|---|
Latch | |
SharedLatch |
Simple thread-based non-transactional reader-writer/shared-exclusive latch.
|
Class | Description |
---|---|
LatchImpl |
This implementation is used in non-Java5 JVMs.
|
LatchStats |
A class that provides interesting stats about a particular latch.
|
LatchSupport |
Various constructs to support Latches.
|
SharedLatchImpl |
Simple thread-based non-transactional reader-writer/shared-exclusive latch.
|
Exception | Description |
---|---|
LatchException |
The root of latch related exceptions.
|
LatchNotHeldException |
An exception that is thrown when a latch is not held but a method is invoked
on it that assumes it is held.
|