Class EdalThreadFactory

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

    public class EdalThreadFactory
    extends java.lang.Object
    implements java.util.concurrent.ThreadFactory
    General class for generating an EdalThreadFactory with a given name.
    • Constructor Summary

      Constructors 
      Constructor Description
      EdalThreadFactory​(java.lang.String name)  
    • Method Summary

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

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

      • EdalThreadFactory

        public EdalThreadFactory​(java.lang.String name)
    • Method Detail

      • newThread

        public java.lang.Thread newThread​(java.lang.Runnable runnable)
        Specified by:
        newThread in interface java.util.concurrent.ThreadFactory