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