public static class ThreadUtil.ThreadFactoryImpl extends Object implements IThreadFactory, ThreadFactory
Constructor and Description |
---|
ThreadFactoryImpl(String name) |
Modifier and Type | Method and Description |
---|---|
Object |
getThreadFactory() |
List<Thread> |
getThreads() |
Thread |
newThread(Runnable run) |
public ThreadFactoryImpl(String name)
public Thread newThread(Runnable run)
newThread
in interface ThreadFactory
newThread
in interface IThreadFactory
public Object getThreadFactory()
getThreadFactory
in interface IThreadFactory
public List<Thread> getThreads()
getThreads
in interface IThreadFactory
Copyright © 2017. All rights reserved.