static BasicThreadFactory.Builder |
BasicThreadFactory.builder() |
|
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.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.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.
|