public class DaemonThreadFactory extends Object implements ThreadFactory
This class should not be considered a part of the public API.
Constructor and Description |
---|
DaemonThreadFactory() |
DaemonThreadFactory(String prefix) |
public DaemonThreadFactory()
public DaemonThreadFactory(String prefix)
public Thread newThread(Runnable runnable)
newThread
in interface ThreadFactory
Copyright © 2016. All Rights Reserved.