| Class | Description |
|---|---|
| Latch | |
| LatchStats |
A class that provides interesting stats about a particular latch.
|
| LatchSupport |
Class used to hold the debugging latchTable.
|
| LatchTable |
Table of latches by thread for debugging.
|
| SharedLatch |
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.
|
Copyright (c) 2004,2008 Oracle. All rights reserved.