|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gwe.utils.concurrent.BooleanLock
public class BooleanLock
| Constructor Summary | |
|---|---|
BooleanLock()
|
|
BooleanLock(boolean initialValue)
|
|
| Method Summary | |
|---|---|
void |
applyLock()
|
void |
releaseLock()
|
void |
releaseLock(boolean conditionValue)
|
void |
waitUntilConditionTrue()
|
void |
waitUntilReleased()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanLock()
public BooleanLock(boolean initialValue)
| Method Detail |
|---|
public void waitUntilReleased()
public void waitUntilConditionTrue()
public void releaseLock()
public void applyLock()
public void releaseLock(boolean conditionValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||