org.apache.tomcat.util.threads
Class TaskThreadFactory
java.lang.Object
org.apache.tomcat.util.threads.TaskThreadFactory
- All Implemented Interfaces:
- ThreadFactory
public class TaskThreadFactory
- extends Object
- implements ThreadFactory
Simple task thread factory to use to create threads for an executor implementation.
- Author:
- fhanik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskThreadFactory
public TaskThreadFactory(String namePrefix,
boolean daemon,
int priority)
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interface ThreadFactory
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.