|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jalios.util.Semaphore com.jalios.util.BinarySemaphore
public final class BinarySemaphore
Field Summary | |
---|---|
static String |
REVISION
|
Fields inherited from class com.jalios.util.Semaphore |
---|
value |
Constructor Summary | |
---|---|
BinarySemaphore()
|
|
BinarySemaphore(boolean initial)
|
|
BinarySemaphore(int initial)
|
Method Summary | |
---|---|
void |
V()
|
Methods inherited from class com.jalios.util.Semaphore |
---|
interruptibleP, P, toString, value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String REVISION
Constructor Detail |
---|
public BinarySemaphore()
public BinarySemaphore(int initial)
public BinarySemaphore(boolean initial)
Method Detail |
---|
public final void V()
V
in class Semaphore
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |