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