Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ThreadGroup

Status
Not open for further replies.

developerinlondon

Programmer
Jan 11, 2003
196
GB
Does anyone know how I can set the threadgroup of a thread after its created? I know it can be set using the constructor at initialization time. But problem is I changed the constructor's signature so I cant use the constructor.

also how can I get information about threads eg ThreadGroup.list() or Thread.dumpStack(), these methods only give output to stdout, but from within a servlet I need it to return a string so that I can put it in a log file to view.

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top