ThreadGroup.getMaxPriority

ThreadGroup.getMaxPriority

Class Overview | Class Members | This Package | All Packages

Syntax
public final int getMaxPriority()
Returns
the maximum priority that a thread in this thread group can have.
Description
Returns the maximum priority of this thread group. Threads that are part of this group cannot have a higher priority than the maximum priority.