2005/5/9
-- ACDK API Docs Namespaces acdk acdk::lang ThreadGroup members Java (java.sun.com) See also: ThreadGroup.cpp ThreadGroup.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <ThreadGroup.h>
Inheritance diagram for acdk::lang::ThreadGroup:
create a new thread group on given name
create a new thread group as child for given parent
[private]
return the number of active threads in this thread group
return the number of active child threads groups in this thread group
Fill list with all child threads groups of this thread group.
Fill list with all threads of this thread group.
return the maximum priority of this thread group
[virtual]
return the name of this thread group
Reimplemented from acdk::lang::Object.
return the parent thread group.
It may return Nil if this thread group has no parent
[static]
return the root thread group (in which also the main-thread is running
return true if this thread group is a deamon thread group
Print threads to System::out.
return true if group is parent of this group
set this thread group as deamon
set the maximum priority of this thread group.
return a string representation of this object Object::toString() return getName() by default
will be called if a thread ends with uncatched exception
[friend]
[static, private]