Thread.resume

Thread.resume

Class Overview | Class Members | This Package | All Packages

Syntax
public final void resume()
Description
Resumes a suspended thread.

First, the checkAccess method of this thread is called with no arguments. This may result in throwing a SecurityException(in the current thread).

If the thread is alive but suspended, it is resumed and is permitted to make progress in its execution.

Exceptions
SecurityException if the current thread cannot modify this thread.
See Also
checkAccess, isAlive