API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.concurrent. ThreadFactory View Source
Author(s)
Doug Lea
Since
1.5
Version
Serial
Hierarchy
 ThreadFactory
Subinterfaces
Description
public interface ThreadFactory
  An object that creates new threads on demand.
See also:   
Methods
Hide/Show inherited methods
public Thread newThread (Runnable r)
  Constructs a new Thread.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar