Uses of Class
com.helger.base.concurrent.BasicThreadFactoryBuilder
Packages that use BasicThreadFactoryBuilder
-
Uses of BasicThreadFactoryBuilder in com.helger.base.concurrent
Methods in com.helger.base.concurrent that return BasicThreadFactoryBuilderModifier and TypeMethodDescriptionstatic @NonNull BasicThreadFactoryBuilderBasicThreadFactory.builder()final @NonNull BasicThreadFactoryBuilderBasicThreadFactoryBuilder.daemon(boolean bDaemon) Sets the daemon flag for the newBasicThreadFactory.final @NonNull BasicThreadFactoryBuilderBasicThreadFactoryBuilder.namingPattern(@NonNull String sNamingPattern) Sets the naming pattern to be used by the newBasicThreadFactory.final @NonNull BasicThreadFactoryBuilderBasicThreadFactoryBuilder.priority(int nPriority) Sets the priority for the threads created by the newBasicThreadFactory.final @NonNull BasicThreadFactoryBuilderBasicThreadFactoryBuilder.threadGroup(@Nullable ThreadGroup aThreadGroup) Sets theThreadGroupto be used by the default thread factory.final @NonNull BasicThreadFactoryBuilderBasicThreadFactoryBuilder.uncaughtExceptionHandler(@NonNull Thread.UncaughtExceptionHandler aExceptionHandler) Sets the uncaught exception handler for the threads created by the newBasicThreadFactory.final @NonNull BasicThreadFactoryBuilderBasicThreadFactoryBuilder.wrappedFactory(@NonNull ThreadFactory aWrappedFactory) Sets theThreadFactoryto be wrapped by the newBasicThreadFactory.Constructors in com.helger.base.concurrent with parameters of type BasicThreadFactoryBuilderModifierConstructorDescriptionprotectedBasicThreadFactory(@NonNull BasicThreadFactoryBuilder aBuilder) Creates a new instance ofThreadFactoryImpland configures it from the specifiedBuilderobject.