| Package | Description |
|---|---|
| com.helger.commons.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static BasicThreadFactory.Builder |
BasicThreadFactory.builder() |
static BasicThreadFactory.Builder |
BasicThreadFactory.builder() |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.daemon(boolean bDaemon)
Sets the daemon flag for the new
BasicThreadFactory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.daemon(boolean bDaemon)
Sets the daemon flag for the new
BasicThreadFactory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.namingPattern(String sNamingPattern)
Sets the naming pattern to be used by the new
BasicThreadFactory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.namingPattern(String sNamingPattern)
Sets the naming pattern to be used by the new
BasicThreadFactory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.priority(int nPriority)
Sets the priority for the threads created by the new
BasicThreadFactory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.priority(int nPriority)
Sets the priority for the threads created by the new
BasicThreadFactory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.threadGroup(ThreadGroup aThreadGroup)
Sets the
ThreadGroup to be used by the default thread factory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.threadGroup(ThreadGroup aThreadGroup)
Sets the
ThreadGroup to be used by the default thread factory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.uncaughtExceptionHandler(Thread.UncaughtExceptionHandler aExceptionHandler)
Sets the uncaught exception handler for the threads created by the new
BasicThreadFactory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.uncaughtExceptionHandler(Thread.UncaughtExceptionHandler aExceptionHandler)
Sets the uncaught exception handler for the threads created by the new
BasicThreadFactory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.wrappedFactory(ThreadFactory aWrappedFactory)
Sets the
ThreadFactory to be wrapped by the new BasicThreadFactory. |
BasicThreadFactory.Builder |
BasicThreadFactory.Builder.wrappedFactory(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. |
BasicThreadFactory(BasicThreadFactory.Builder aBuilder)
Creates a new instance of
ThreadFactoryImpl and configures it from
the specified Builder object. |
Copyright © 2014–2022 Philip Helger. All rights reserved.