Package EDU.oswego.cs.dl.util.concurrent
Class ThreadFactoryUser.DefaultThreadFactory
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.ThreadFactoryUser.DefaultThreadFactory
- All Implemented Interfaces:
ThreadFactory
- Enclosing class:
- ThreadFactoryUser
protected static class ThreadFactoryUser.DefaultThreadFactory
extends Object
implements ThreadFactory
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultThreadFactory
protected DefaultThreadFactory()
-
-
Method Details
-
newThread
Description copied from interface:ThreadFactory
Create a new thread that will run the given command when started- Specified by:
newThread
in interfaceThreadFactory
-