|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.perseus.concurrency.lib.Semaphore
A semaphore which can be disable at the definition time.
Field Summary | |
boolean |
on
|
Constructor Summary | |
Semaphore()
|
|
Semaphore(boolean on)
|
Method Summary | |
void |
init(boolean isOn)
|
boolean |
isActive()
|
boolean |
P()
|
void |
V()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean on
Constructor Detail |
public Semaphore()
public Semaphore(boolean on)
Method Detail |
public void init(boolean isOn)
public boolean isActive()
public boolean P()
public void V()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |