Class ThreadPool4Impl

  • All Implemented Interfaces:
    ThreadPool4

    public class ThreadPool4Impl
    extends java.lang.Object
    implements ThreadPool4
    • Constructor Detail

      • ThreadPool4Impl

        public ThreadPool4Impl()
    • Method Detail

      • join

        public void join​(int timeoutMilliseconds)
                  throws java.lang.InterruptedException
        Specified by:
        join in interface ThreadPool4
        Throws:
        java.lang.InterruptedException
      • startLowPriority

        public void startLowPriority​(java.lang.String taskName,
                                     java.lang.Runnable task)
        Specified by:
        startLowPriority in interface ThreadPool4
      • start

        public void start​(java.lang.String taskName,
                          java.lang.Runnable task)
        Specified by:
        start in interface ThreadPool4
      • dispose

        protected void dispose​(java.lang.Thread thread)
      • triggerUncaughtExceptionEvent

        protected void triggerUncaughtExceptionEvent​(java.lang.Throwable e)