Uses of Class
org.castor.core.util.concurrent.WriterPreferenceReadWriteLock

Packages that use WriterPreferenceReadWriteLock
org.castor.core.util.concurrent This package contains classes taken from EDU.oswego.cs.dl.util.concurrent library Version 1.3.4. 
 

Uses of WriterPreferenceReadWriteLock in org.castor.core.util.concurrent
 

Subclasses of WriterPreferenceReadWriteLock in org.castor.core.util.concurrent
 class ReaderPreferenceReadWriteLock
          A ReadWriteLock that prefers waiting readers over waiting writers when there is contention.
 class ReentrantWriterPreferenceReadWriteLock
          A writer-preference ReadWriteLock that allows both readers and writers to reacquire read or write locks in the style of a ReentrantLock.
 



Copyright © 2012. All Rights Reserved.