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.setThreadGroup(ThreadGroup aThreadGroup) |
Sets the ThreadGroup to be used by the default thread factory.
|
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.
|