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() Synchronizer()
-  
   
  -   go() go()
-  notify threads
  
-   stop() stop()
-  Stop the calling thread
   
 Synchronizer
Synchronizer
 public Synchronizer()
   
 stop
stop
 public synchronized void stop() throws InterruptedException
  -  Stop the calling thread
 
 go
go
 public synchronized void go()
  -  notify threads
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index