Uses of Class
org.apache.commons.lang3.concurrent.BasicThreadFactory.Builder
-
Packages that use BasicThreadFactory.Builder Package Description org.apache.commons.lang3.concurrent Provides support classes for multi-threaded programming. -
-
Uses of BasicThreadFactory.Builder in org.apache.commons.lang3.concurrent
Methods in org.apache.commons.lang3.concurrent that return BasicThreadFactory.Builder Modifier and Type Method Description BasicThreadFactory.BuilderBasicThreadFactory.Builder. daemon(boolean daemon)Sets the daemon flag for the newBasicThreadFactory.BasicThreadFactory.BuilderBasicThreadFactory.Builder. namingPattern(java.lang.String namingPattern)Sets the naming pattern to be used by the newBasicThreadFactory.BasicThreadFactory.BuilderBasicThreadFactory.Builder. priority(int priority)Sets the priority for the threads created by the newBasicThreadFactory.BasicThreadFactory.BuilderBasicThreadFactory.Builder. uncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler exceptionHandler)Sets the uncaught exception handler for the threads created by the newBasicThreadFactory.BasicThreadFactory.BuilderBasicThreadFactory.Builder. wrappedFactory(java.util.concurrent.ThreadFactory factory)Sets theThreadFactoryto be wrapped by the newBasicThreadFactory.Constructors in org.apache.commons.lang3.concurrent with parameters of type BasicThreadFactory.Builder Constructor Description BasicThreadFactory(BasicThreadFactory.Builder builder)Creates a new instance ofThreadFactoryand configures it from the specifiedBasicThreadFactory.Builderobject.
-