protected static class AbstractCallablePool.NamedThreadFactory extends Object implements ThreadFactory
Modifier and Type | Field and Description |
---|---|
protected AtomicInteger |
count |
protected String |
prefix |
Constructor and Description |
---|
NamedThreadFactory(String prefix) |
protected final AtomicInteger count
public NamedThreadFactory(String prefix)
public Thread newThread(Runnable r)
newThread
in interface ThreadFactory
Copyright © 2018 Nuxeo. All rights reserved.