|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.aduna.concurrent.locks.AbstractReadWriteLockManager.WriteLock
protected class AbstractReadWriteLockManager.WriteLock
Constructor Summary | |
---|---|
protected |
AbstractReadWriteLockManager.WriteLock()
|
Method Summary | |
---|---|
boolean |
isActive()
Checks whether the lock is still active. |
void |
release()
Release the lock, making it inactive. |
protected void |
releaseLock()
This method is called when someone calls the release() method on an active lock. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractReadWriteLockManager.WriteLock()
Method Detail |
---|
protected void releaseLock()
public boolean isActive()
Lock
isActive
in interface Lock
public void release()
Lock
release
in interface Lock
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |