|
Apache Tomcat 7.0.22 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tomcat.util.threads.TaskThreadFactory
public class TaskThreadFactory
Simple task thread factory to use to create threads for an executor implementation.
| Constructor Summary | |
|---|---|
TaskThreadFactory(java.lang.String namePrefix,
boolean daemon,
int priority)
|
|
| Method Summary | |
|---|---|
java.lang.Thread |
newThread(java.lang.Runnable r)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskThreadFactory(java.lang.String namePrefix,
boolean daemon,
int priority)
| Method Detail |
|---|
public java.lang.Thread newThread(java.lang.Runnable r)
newThread in interface java.util.concurrent.ThreadFactory
|
Apache Tomcat 7.0.22 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||