|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A read write lock that can be checked to see if it's been acquired by the current thread.
Method Summary | |
boolean |
isReadAcquired()
Return whether the current thread has acquired the read lock. |
boolean |
isWriteAcquired()
Return whether the current thread has acquired the write lock. |
Methods inherited from interface edu.oswego.cs.dl.util.concurrent.ReadWriteLock |
readLock, writeLock |
Method Detail |
public boolean isReadAcquired()
public boolean isWriteAcquired()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |