ThreadGroup.resume

ThreadGroup.resume

Class Overview | Class Members | This Package | All Packages

Syntax
public final void resume()
Description
Resumes 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 resume method on all the threads in this thread group and in all of its sub groups.

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, resume, checkAccess