Class DefaultSolverThreadFactory
- java.lang.Object
- 
- org.optaplanner.core.impl.solver.thread.DefaultSolverThreadFactory
 
- 
- All Implemented Interfaces:
- ThreadFactory
 
 public class DefaultSolverThreadFactory extends Object implements ThreadFactory Similar toExecutors's DefaultThreadFactory, but allows settings a namePrefix.
- 
- 
Constructor SummaryConstructors Constructor Description DefaultSolverThreadFactory()DefaultSolverThreadFactory(String threadPrefix)
 
- 
- 
- 
Constructor Detail- 
DefaultSolverThreadFactorypublic DefaultSolverThreadFactory() 
 - 
DefaultSolverThreadFactorypublic DefaultSolverThreadFactory(String threadPrefix) 
 
- 
 - 
Method Detail- 
newThreadpublic Thread newThread(Runnable r) - Specified by:
- newThreadin interface- ThreadFactory
 
 
- 
 
-