This method of the PermissionDataSet Class adjusts a PermissionDataSet object to include additional thread access, based on a master thread group.
public void adjustWithThreadGroup(ThreadGroup tg);
tg | The master thread group that is passed as the second parameter when calling the adjustPermission method on the permission objects. |
This method calls adjustPermission("threadgroup",tg) on all the permission objects in the set that implement the IAdjustablePermission interface.