| ||||
| Copyright 1999 Sams Publishing |
| | ||
| | |
| Chapter 10: Thread Groups |
| | |
| Overview |
| | |
| In Java, threads can be grouped together and associated with an instance of ThreadGroup . In this chapter, Ill show you how to use some of the methods of ThreadGroup . At the end of the chapter, Ill show you how to use the class ThreadViewer to visually display the status of all the threads running in the Java VM. |
| | |
| In addition to the information in this chapter, a detailed description of the ThreadGroup API can be found in Appendix B at the end of this book. |
| | | ||
| Toc | |||