Prev Package | Next Package | Frames | No Frames |
Interface Summary | |
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 Summary | |
J2SE14ReadWriteLock | An implementation of LockFactory that has been derived from
backport-util-concurrent. |
J2SE14ReadWriteLock.ReadLock | The lock returned by method J2SE14ReadWriteLock.readLock() . |
J2SE14ReadWriteLock.WriteLock | The lock returned by method J2SE14ReadWriteLock.writeLock() . |
WriterPreferenceReadWriteLock.ReaderLock | |
WriterPreferenceReadWriteLock.Signaller | Reader and Writer requests are maintained in two different wait sets, by two different objects. |
WriterPreferenceReadWriteLock.WriterLock |