Package com.logicaldoc.core.threading
Class NamedThreadFactory
java.lang.Object
com.logicaldoc.core.threading.NamedThreadFactory
- All Implemented Interfaces:
- ThreadFactory
This thread factory acts like 
Executors.defaultThreadFactory()
 but gives a name prefix to the new thread.- Since:
- 7.5
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
NamedThreadFactory
 
- 
- 
Method Details- 
newThread- Specified by:
- newThreadin interface- ThreadFactory
 
 
-