All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.server.Synchronizer
java.lang.Object
|
+----ajanta.server.Synchronizer
- public class Synchronizer
- extends Object
This class allow two threads to synchronize to some event.
-
Synchronizer()
-
-
go()
- notify threads
-
stop()
- Stop the calling thread
Synchronizer
public Synchronizer()
stop
public synchronized void stop() throws InterruptedException
- Stop the calling thread
go
public synchronized void go()
- notify threads
All Packages Class Hierarchy This Package Previous Next Index