SecurityManager.getThreadGroup
Class Overview | Class Members |
This Package |
All Packages
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.