org.jasig.portal.utils.threading
Class PriorityThreadFactory

java.lang.Object
  extended by org.jasig.portal.utils.threading.PriorityThreadFactory
All Implemented Interfaces:
ThreadFactory

Deprecated. Use CustomizableThreadFactory instead

@Deprecated
public class PriorityThreadFactory
extends Object
implements ThreadFactory

Implementation of a ThreadFactory that allows you to set the thread priority.

Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
Author:
Scott Battaglia

Constructor Summary
PriorityThreadFactory(int threadPriority, String threadPoolName, ThreadGroup parentGroup)
          Deprecated.  
 
Method Summary
 Thread newThread(Runnable runnable)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriorityThreadFactory

public PriorityThreadFactory(int threadPriority,
                             String threadPoolName,
                             ThreadGroup parentGroup)
Deprecated. 
Method Detail

newThread

public Thread newThread(Runnable runnable)
Deprecated. 
Specified by:
newThread in interface ThreadFactory


Copyright © 2010 Jasig. All Rights Reserved.