Microsoft SDK for Java

getAllowedThreadGroup

This method of the ThreadPermission Class retrieves the ThreadGroup object that defines the domain in which classes that possess this permission are allowed to perform threading operations.

Syntax

public ThreadGroup getAllowedThreadGroup();

Return Value

Returns the thread group that can be manipulated.

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