Microsoft SDK for Java

isThreadGroupAccessUnrestricted

This method of the ThreadPermission Class determines whether this permission grants unlimited access to ThreadGroup objects.

Syntax

public boolean isThreadGroupAccessUnrestricted();

Return Value

Returns true if access to ThreadGroup objects is unrestricted; otherwise, returns false.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.