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 ThreadFactorynewThread in interface IThreadFactorypublic Object getThreadFactory()
getThreadFactory in interface IThreadFactorypublic List<Thread> getThreads()
getThreads in interface IThreadFactoryCopyright © 2016. All rights reserved.