A java blog with a collection of examples and tutorials on Java and related technologies. (Under maintenance with continuous updates)
Be in touch with java jazzle or k2java.blogspot.com.
Pages
▼
Sunday, June 19, 2011
Methods that Operate on All Threads within a Group
The ThreadGroup class has three methods that allow you to modify the current state of all the threads within that group:
resume
stop
suspend
These methods apply the appropriate state change to every thread in the thread group and its subgroups.
No comments:
Post a Comment