Destroys the passed group and all its children groups; see
destroy(...). RaisesJava_exception if the thread group is not empty, or has
already been destroyed
Sets the daemon status of the group. Daemon groups are automatically
destroyed when they have neither child group, nor running thread; see
setDaemon(...).
Enumerates (recursively by default) the threads in the group by
storing them in the passed array, and returning the number of
actually stored threads; see
enumerate(...).
Enumerates (recursively by default) the groups in the group by
storing them in the passed array, and returning the number of
actually stored groups; see
enumerate(...).