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