Method Summary |
|
public static synchronized ProcessMonitor | getInstance() This method returns an instance of the process monitor. |
public synchronized void | monitor(long delay) This object will wait for the specified period of time before continuing. |
public synchronized void | notifyProcessor() This method notifies any waiting threads of the fact that they can
continue processing. |
public synchronized void | terminate() This method terminates this object so no threads will wait on it. |