Microsoft SDK for Java

setUnrestrictedThreadAccess

This method of the ThreadPermission Class sets the ability to manipulate any Thread object in the system.

Syntax

public void setUnrestrictedThreadAccess(boolean f);

Parameters

f The flag that indicates whether to turn unrestricted Thread access on or off. If the value is true, the ability to manipulate all Thread objects is turned on; otherwise, it is turned off.

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