Hi there,
Problem Statement : I am adding 3 Object Instances of FCS to ArrayList and
executing them in run() of BoomerangServiceTest. FCS in turn extends from
Thread which when start, FCS will execute run.
Same thing happens repeatedly after some Interval which is scheduled by Timertask.
Unfortunately, Thread control is not coming back after FCS is executing 3rd time.
Does Thread expires after run() is executed or we need to stop() explicitly
[ added [url=http://faq.javaranch.com/view?
UseCodeTags]code tags - Jim ]
[ January 25, 2007: Message edited by: Jim Yingst ]