EDU.oswego.cs.dl.util.concurrent

Class ReaderPreferenceReadWriteLock

public class ReaderPreferenceReadWriteLock extends WriterPreferenceReadWriteLock

A ReadWriteLock that prefers waiting readers over waiting writers when there is contention. The range of applicability of this class is very limited. In the majority of situations, writer preference locks provide more reasonable semantics.

[ Introduction to this package. ]

Method Summary
protected booleanallowReader()

Method Detail

allowReader

protected boolean allowReader()