ThreadGroup.checkAccess
Class Overview | Class Members |
This Package |
All Packages
public final void checkAccess()
Description
Determines if the currently running thread has permission to
modify this thread group.
If there is a security manager, its checkAccess method
is called with this thread group as its argument. This may result
in throwing a SecurityException.
Exceptions
SecurityException
if the current thread is not allowed to
access this thread group.
See Also
checkAccess