@ThreadSafe public class NamingThreadPoolFactory extends Object implements ThreadFactory, Closeable
ThreadFactory.| Constructor and Description |
|---|
NamingThreadPoolFactory(String namePrefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getNamePrefix() |
Thread |
newThread(Runnable r) |
public NamingThreadPoolFactory(String namePrefix)
public Thread newThread(Runnable r)
newThread in interface ThreadFactorypublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic String getNamePrefix()
Copyright © 2018 OpenDaylight. All rights reserved.