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.


Constructor Index

 o Synchronizer()

Method Index

 o go()
notify threads
 o stop()
Stop the calling thread

Constructors

 o Synchronizer
 public Synchronizer()

Methods

 o stop
 public synchronized void stop() throws InterruptedException
Stop the calling thread

 o go
 public synchronized void go()
notify threads


All Packages  Class Hierarchy  This Package  Previous  Next  Index