Package 

Class CustomizableThreadFactory

  • All Implemented Interfaces:
    java.util.concurrent.ThreadFactory

    
    public final class CustomizableThreadFactory
     implements ThreadFactory
                        

    A thread factory which supports customizing name prefix of created threads and if produced threads are daemons or not.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Thread newThread(Runnable r)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomizableThreadFactory

        CustomizableThreadFactory(String threadNamePrefix, boolean isDaemon)