|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.utils.threading.PriorityThreadFactory
public class PriorityThreadFactory
Implementation of a ThreadFactory that allows you to set the thread priority.
Field Summary | |
---|---|
private int |
threadPriority
|
Constructor Summary | |
---|---|
PriorityThreadFactory(int threadPriority)
|
Method Summary | |
---|---|
java.lang.Thread |
newThread(java.lang.Runnable runnable)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final int threadPriority
Constructor Detail |
---|
public PriorityThreadFactory(int threadPriority)
Method Detail |
---|
public java.lang.Thread newThread(java.lang.Runnable runnable)
newThread
in interface edu.emory.mathcs.backport.java.util.concurrent.ThreadFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |