ThreadGroup.suspend

ThreadGroup.suspend

Class Overview | Class Members | This Package | All Packages

Syntax
public final void suspend()
Description
Suspends 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 suspend 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, suspend, checkAccess