public interface ThreadFactory
Modifier and Type | Method and Description |
---|---|
Thread |
createThread(Runnable r) |
Thread |
createThread(Runnable r,
int priority) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.