| |
|
| java.lang.Object java.lang.Thread de.mcs.utils.WorkingThread
WorkingThread | public class WorkingThread extends Thread (Code) | | This is the working thread class needed for the threadedpool.
author: w.klaas |
Method Summary | |
final public boolean | isFree() | final public void | run() | final public void | setBusy() setting this thread to busy. | final public void | setFree() setting the free state. | final public void | setRunnable(Runnable runit) setting a new runnable. |
isFree | final public boolean isFree()(Code) | | Returns the free. |
setBusy | final public void setBusy()(Code) | | setting this thread to busy.
|
setFree | final public void setFree()(Code) | | setting the free state.
|
setRunnable | final public void setRunnable(Runnable runit)(Code) | | setting a new runnable.
Parameters: runit - the runnable. |
|
|
|