Main Page | Compound List | File List | Compound Members

dndtester::StopThread Class Reference

StopThread is a class that extends Thread. More...

List of all members.

Public Member Functions

void stopThread ()
 Method used to set the variable stop.

boolean isStopped ()
 Method to find out if the thread was stoppted.


Package Attributes

boolean stop = false
 Variable set to true when something attempts to stop this thread.


Detailed Description

StopThread is a class that extends Thread.

The difference is that this thread keeps track if something tried to stop with thread by calling stop. The thread is responsible to check the variable stop regularly and terminate appropiately.

Definition at line 138 of file DaqDriverTest.java.


The documentation for this class was generated from the following file:
Generated on Mon Jul 28 13:59:25 2003 by doxygen 1.3.2