Class ThreadFactoryImpl

    • Constructor Detail

      • ThreadFactoryImpl

        public ThreadFactoryImpl​(int aPriority,
                                 boolean isDaemon)
        Constructs the ThreadFactoryImpl with the given attributes.
        Parameters:
        aPriority - The priority to to set for the treads
        isDaemon - True in case the threads are to be executed as daemon threads.
      • ThreadFactoryImpl

        public ThreadFactoryImpl​(int aPriority)
        Constructs the ThreadFactoryImpl with the given attributes.
        Parameters:
        aPriority - The priority to to set for the treads
      • ThreadFactoryImpl

        public ThreadFactoryImpl​(boolean isDaemon)
        Constructs the ThreadFactoryImpl with the given attributes.
        Parameters:
        isDaemon - True in case the threads are to be executed as daemon threads.