Package ubic.gemma.core.util.concurrent
Class SimpleThreadFactory
java.lang.Object
ubic.gemma.core.util.concurrent.SimpleThreadFactory
- All Implemented Interfaces:
ThreadFactory
@ParametersAreNonnullByDefault
public class SimpleThreadFactory
extends Object
implements ThreadFactory
A simple thread factory based on a preferably unique thread name prefix.
- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleThreadFactory
-
-
Method Details
-
newThread
- Specified by:
newThread
in interfaceThreadFactory
-