public interface ReadWriteUpdateLock
extends java.util.concurrent.locks.ReadWriteLock
ReadWriteLock with an update lock in addition to the read lock and the write
lock.| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.locks.Lock |
updateLock()
Returns a lock which allows reading and which may also be upgraded to a lock allowing writing.
|
Copyright © 2003-2013 Jodd Team