Package 

Class NamedThreadFactory

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

    
    public class NamedThreadFactory
     implements ThreadFactory
                        

    ThreadFactory that adds Batch's name to the created thread. No further configuration is changed.

    • Method Summary

      Modifier and Type Method Description
      Thread newThread(Runnable r)
      • Methods inherited from class java.util.concurrent.ThreadFactory

        newThread
      • Methods inherited from class java.lang.Object

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

      • NamedThreadFactory

        NamedThreadFactory()
      • NamedThreadFactory

        NamedThreadFactory(String suffix)