org.jasig.portal.utils.threading
Class PriorityThreadFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PriorityThreadFactory
public PriorityThreadFactory(int threadPriority,
String threadPoolName,
ThreadGroup parentGroup)
- Deprecated.
newThread
public Thread newThread(Runnable runnable)
- Deprecated.
- Specified by:
newThread in interface ThreadFactory
Copyright © 2010 Jasig. All Rights Reserved.