Microsoft SDK for Java

adjustWithThreadGroup

This method of the PermissionDataSet Class adjusts a PermissionDataSet object to include additional thread access, based on a master thread group.

Syntax

public void adjustWithThreadGroup(ThreadGroup tg);

Parameters

tg The master thread group that is passed as the second parameter when calling the adjustPermission method on the permission objects.

Remarks

This method calls adjustPermission("threadgroup",tg) on all the permission objects in the set that implement the IAdjustablePermission interface.

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