Public Member Functions | |
| void | sleep (long millis) throws java.lang.InterruptedException |
| Sleeps the thread Created 12-8-2004 (LEM). | |
| void | threadWait () throws java.lang.InterruptedException |
Package Functions | |
| ThreadVar (Thread t) | |
| synchronized Thread | get () |
| synchronized void | clear () |
Private Attributes | |
| Thread | thread |
12-8-2004 (LEM) - made this protected so I could have access to it in the children
1.4.6-NO