org.codehaus.wadi.impl
Class RankedRWLock
java.lang.Object
org.codehaus.wadi.impl.RWLock
org.codehaus.wadi.impl.RankedRWLock
- All Implemented Interfaces:
- ReadWriteLock
- public class RankedRWLock
- extends RWLock
A ReadWriteLock with prioritisable writer threads. The set of priority ranks is tailored
to WADI.
- Version:
- $Revision: 1139 $
- Author:
- Jules Gosnell
Methods inherited from class org.codehaus.wadi.impl.RWLock |
allowReader, cancelledWaitingReader, cancelledWaitingWriter, downgrade, endRead, endWrite, getPriority, notifyReadEnded, overlap, readLock, setListener, setPriority, startRead, startReadFromNewReader, startReadFromWaitingReader, startWrite, startWriteFromNewWriter, startWriteFromWaitingWriter, toString, writeLock |
INVALIDATION_PRIORITY
public static final int INVALIDATION_PRIORITY
- See Also:
- Constant Field Values
EMIGRATION_PRIORITY
public static final int EMIGRATION_PRIORITY
- See Also:
- Constant Field Values
EVICTION_PRIORITY
public static final int EVICTION_PRIORITY
- See Also:
- Constant Field Values
IMMIGRATION_PRIORITY
public static final int IMMIGRATION_PRIORITY
- See Also:
- Constant Field Values
CREATION_PRIORITY
public static final int CREATION_PRIORITY
- See Also:
- Constant Field Values
NO_PRIORITY
public static final int NO_PRIORITY
- See Also:
- Constant Field Values
MAX_PRIORITY
protected static final int MAX_PRIORITY
- See Also:
- Constant Field Values
RankedRWLock
public RankedRWLock()
Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.