public interface ReadWriteLock
This interface is a back-port of the ReadWriteLock
class that first appeared in J2SE 1.5. Due to a requirement for sophisticated
concurrency, this interface has been back-ported for use in J2SE 1.4 (and greater).
It shares similar method signatures to be consistent with the J2SE 1.5 API.
ReadWriteLock
,
ReadWriteLockModifier and Type | Method and Description |
---|---|
Lock |
readLock()
Return the lock used for reading.
|
Lock |
writeLock()
Return the lock used for writing.
|
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by buildd at 2016-05-16 17:00