| Package | Description |
|---|---|
| com.helger.commons.concurrent |
| Modifier and Type | Method and Description |
|---|---|
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.setDaemon(boolean bDaemon)
Sets the daemon flag for the new
BasicThreadFactory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.setNamingPattern(String sNamingPattern)
Sets the naming pattern to be used by the new
BasicThreadFactory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.setPriority(int nPriority)
Sets the priority for the threads created by the new
BasicThreadFactory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler aExceptionHandler)
Sets the uncaught exception handler for the threads created by the new
BasicThreadFactory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.setWrappedFactory(ThreadFactory aWrappedFactory)
Sets the
ThreadFactory to be wrapped by the new BasicThreadFactory. |
| Constructor and Description |
|---|
BasicThreadFactory(BasicThreadFactory.Builder aBuilder)
Creates a new instance of
ThreadFactoryImpl and configures it from
the specified Builder object. |
Copyright © 2014–2020 Philip Helger. All rights reserved.