Uses of Class
org.apache.commons.lang3.concurrent.BasicThreadFactory.Builder

Packages that use BasicThreadFactory.Builder
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
 BasicThreadFactory.Builder BasicThreadFactory.Builder.daemon(boolean f)
          Sets the daemon flag for the new BasicThreadFactory.
 BasicThreadFactory.Builder BasicThreadFactory.Builder.namingPattern(String pattern)
          Sets the naming pattern to be used by the new BasicThreadFactory.
 BasicThreadFactory.Builder BasicThreadFactory.Builder.priority(int prio)
          Sets the priority for the threads created by the new BasicThreadFactory.
 BasicThreadFactory.Builder BasicThreadFactory.Builder.uncaughtExceptionHandler(Thread.UncaughtExceptionHandler handler)
          Sets the uncaught exception handler for the threads created by the new BasicThreadFactory.
 BasicThreadFactory.Builder BasicThreadFactory.Builder.wrappedFactory(ThreadFactory factory)
          Sets the ThreadFactory to be wrapped by the new BasicThreadFactory.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.