ThreadGroup.stop

ThreadGroup.stop

Class Overview | Class Members | This Package | All Packages

Syntax
public final void stop()
Description
Stops all processes in this thread group.

First, the checkAccess method of this thread group is called with no arguments; this may result in a security exception.

This method then calls the stop method on all the threads in this thread group and in all of its subgroups.

Exceptions
SecurityException if the current thread is not allowed to access this thread group or any of the threads in the thread group.
See Also
SecurityException, stop, checkAccess