|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.util.Semaphore
Field Summary | |
protected static java.lang.String |
CLASS
|
static java.lang.String |
code_id
|
Constructor Summary | |
Semaphore()
|
Method Summary | |
void |
notifyAllWaiters()
|
void |
notifyWaiter()
|
void |
waitForever()
|
void |
waitForMillis(long millis)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
protected static final java.lang.String CLASS
Constructor Detail |
public Semaphore()
Method Detail |
public void waitForever()
public void waitForMillis(long millis)
public void notifyWaiter()
public void notifyAllWaiters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |