|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.globus.ogsa.server.Semaphore
This class implements a simple semaphore for thread synchronization
| Constructor Summary | |
Semaphore()
|
|
| Method Summary | |
void |
sendSignal()
|
void |
waitForSignal()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Semaphore()
| Method Detail |
public void waitForSignal()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void sendSignal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||