public class RealtimeThreadFactory extends Object implements ThreadFactory
| Constructor and Description |
|---|
RealtimeThreadFactory() |
| Modifier and Type | Method and Description |
|---|---|
Thread |
createThread(Runnable r) |
Thread |
createThread(Runnable r,
int priority) |
public Thread createThread(Runnable r) throws Exception
createThread in interface ThreadFactoryExceptionpublic Thread createThread(Runnable r, int priority) throws Exception
createThread in interface ThreadFactoryExceptionCopyright © 2006–2020 The Apache Software Foundation. All rights reserved.