|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jfree.threads.ReaderWriterLock
A reader-writer lock from "Java Threads" by Scott Oak and Henry Wong.
| Constructor Summary | |
ReaderWriterLock()
Default constructor. |
|
| Method Summary | |
void |
lockRead()
Grab the read lock. |
void |
lockWrite()
Grab the write lock. |
void |
unlock()
Unlock. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReaderWriterLock()
| Method Detail |
public void lockRead()
public void lockWrite()
public void unlock()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||