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