Class ReadWriteLock
Default implementation of IReadWriteLock which uses ReentrantReadWriteLock
Implements
Inherited Members
Namespace:
Assembly: .dll
Syntax
public final class ReadWriteLock implements IReadWriteLock
Constructors
ReadWriteLock()
Declaration
public ReadWriteLock()
Methods
readLock()
Locks the read lock
Declaration
public void readLock()
readUnlock()
Unlocks the read lock
Declaration
public void readUnlock()
writeLock()
Locks the write lock
Declaration
public void writeLock()
writeUnlock()
Unlocks the write lock
Declaration
public void writeUnlock()