PriorityThreadPoolExecutor.PriorityThreadFactory

protected static final class PriorityThreadPoolExecutor.PriorityThreadFactory extends Object
implements ThreadFactory

Public Constructor Summary

Public Method Summary

Thread
newThread(Runnable r)

Inherited Method Summary

Public Constructors

public PriorityThreadPoolExecutor.PriorityThreadFactory (int threadPriority)

Parameters
threadPriority

Public Methods

public Thread newThread (Runnable r)

Parameters
r