org.apache.qpid.thread
Class RealtimeThreadFactory

java.lang.Object
  extended by org.apache.qpid.thread.RealtimeThreadFactory
All Implemented Interfaces:
ThreadFactory

public class RealtimeThreadFactory
extends Object
implements ThreadFactory


Constructor Summary
RealtimeThreadFactory()
           
 
Method Summary
 Thread createThread(Runnable r)
           
 Thread createThread(Runnable r, int priority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealtimeThreadFactory

public RealtimeThreadFactory()
                      throws Exception
Throws:
Exception
Method Detail

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