Class SimpleThreadFactory

  • All Implemented Interfaces:
    ThreadFactory

    public class SimpleThreadFactory
    extends Object
    implements ThreadFactory
    Simple implementation of a thread factory.
    Author:
    Johno Crawford (johno@sulake.com)
    • Constructor Detail

      • SimpleThreadFactory

        public SimpleThreadFactory​(String threadNamePrefix,
                                   boolean daemon)
        Constructor.
        Parameters:
        threadNamePrefix - prefix for created threads.
        daemon - create daemon threads?