org.apache.qpid.thread
Class RealtimeThreadFactory
java.lang.Object
org.apache.qpid.thread.RealtimeThreadFactory
- All Implemented Interfaces:
- ThreadFactory
public class RealtimeThreadFactory
- extends Object
- implements ThreadFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RealtimeThreadFactory
public RealtimeThreadFactory()
throws Exception
- Throws:
Exception
createThread
public Thread createThread(Runnable r)
throws Exception
- Specified by:
createThread
in interface ThreadFactory
- Throws:
Exception
createThread
public Thread createThread(Runnable r,
int priority)
throws Exception
- Specified by:
createThread
in interface ThreadFactory
- Throws:
Exception
Licensed to the Apache Software Foundation