Microsoft SDK for Java

isThreadAccessUnrestricted

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

Syntax

public boolean isThreadAccessUnrestricted();

Return Value

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

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