Class DefaultThreadFactory
java.lang.Object
org.exoplatform.services.threadpool.impl.DefaultThreadFactory
- All Implemented Interfaces:
ThreadFactoryIF
This is a default thread factory that creates vanilla threads.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a Thread that runs the given Runnable object.
-
Constructor Details
-
DefaultThreadFactory
public DefaultThreadFactory()
-
-
Method Details
-
createThread
Return a Thread that runs the given Runnable object.- Specified by:
createThreadin interfaceThreadFactoryIF
-