This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[TGT-4] Add methods to allow properly created threads to the ThreadManager.
Created: Wed, 26 Nov 2003 20:19:04 -0800 (PST)  Updated: Sun, 30 Nov 2003 09:42:34 -0800 (PST)

Status:Closed
Project:OSJava Threads
Component/s:Threading
Affects Version/s:1.1
Fix Version/s:2.0

Type:ImprovementPriority: Major
Reporter:Robert M. ZigweidAssignee:Robert M. Zigweid
Resolution:Fixed 
Environment:All


 Description   
Add methods to handle adding properly created threads to the ThreadManager for control.

Properly created threads must:
1.) implement org.osjava.threads.ExtendedRunnable
2.) have a parent ThreadGroup that is an ExtendedThreadGroup already controlled by the ThreadManager.
Comment by tigran [ Sun, 30 Nov 2003 09:42:34 -0800 (PST) ]
Committed