Package org.sape.carbon.core.util.thread

Interface Summary
ReadWriteLock ReadWriteLocks maintain a pair of associated locks.
Sync Main interface for locks, gates, and conditions.
 

Class Summary
ReentrantWriterPreferenceReadWriteLock A writer-preference ReadWriteLock that allows both readers and writers to reacquire read or write locks in the style of a ReentrantLock.
WriterPreferenceReadWriteLock A ReadWriteLock that prefers waiting writers over waiting readers when there is contention.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.