public class DefaultThreadFactory extends Object implements ThreadFactoryIF
| Constructor and Description |
|---|
DefaultThreadFactory() |
| Modifier and Type | Method and Description |
|---|---|
Thread |
createThread(Runnable r)
Return a Thread that runs the given Runnable object.
|
public Thread createThread(Runnable r)
createThread in interface ThreadFactoryIFCopyright © 2017 eXo Platform SAS. All Rights Reserved.