|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ajanta.server.Synchronizer
This class allow two threads to synchronize to some event. NOTE: Changed for JDK 1.2 as count is not kept in wait and notify
| Constructor Summary | |
Synchronizer()
|
|
| Method Summary | |
void |
go()
notify threads |
void |
stop()
Stop the calling thread |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Synchronizer()
| Method Detail |
public void stop()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void go()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||