SecurityManager.getThreadGroup

SecurityManager.getThreadGroup

Class Overview | Class Members | This Package | All Packages

Syntax
public ThreadGroup getThreadGroup()
Description
Returns the thread group into which to instantiate any new thread being created at the time this is being called. By default, it returns the thread group of the current thread. This should be overriden by specific security manager to return the appropriate thread group.