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 ThreadFactory
Exception
public Thread createThread(Runnable r, int priority) throws Exception
createThread
in interface ThreadFactory
Exception
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.