| Interface | Description |
|---|---|
| Lock |
A lock is a tool for controlling access to a shared resource by multiple threads.
|
| LockFactory |
This factory provides an implementation of
Lock that is optimized
for the current Java Virtual Machine. |
| ReadWriteLock |
A ReadWriteLock maintains a pair of associated locks, one for read-only operations
and one for writing.
|
| Class | Description |
|---|---|
| J2SE50LockFactory |
An implementation of
LockFactory that has been derived from
JDK 1.5 Locks. |
| SerializedReadWriteLock |
A ReadWriteLock dummy implementation that's only used for Java object
serialization.
|
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Wed Feb 13 09:45:20 CET 2019