public class ERXTaskThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
ThreadFactory subclass that creates instances of ERXTaskThread
and which is used by ERXTaskThreadPoolExecutor instances that are returned by ERXExecutorService
A user does not generally need to instantiate this class. This class is generally used by ExecutorService instances
that are created by ERXExecutorService static utility methods.
ERXTaskThreadPoolExecutor,
ERXExecutorService,
ERXTaskThread| Constructor and Description |
|---|
ERXTaskThreadFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Thread |
newThread(java.lang.Runnable r) |
Copyright © 2002 – 2022 Project Wonder.