Class ThreadPoolAsynchronousRunner

java.lang.Object
com.mchange.v2.async.ThreadPoolAsynchronousRunner
All Implemented Interfaces:
ClosableResource, AsynchronousRunner, ThreadPoolReportingAsynchronousRunner

public final class ThreadPoolAsynchronousRunner extends Object implements ThreadPoolReportingAsynchronousRunner
  • Constructor Details

    • ThreadPoolAsynchronousRunner

      public ThreadPoolAsynchronousRunner(int num_threads, boolean daemon, int max_individual_task_time, int deadlock_detector_interval, int interrupt_delay_after_apparent_deadlock, Timer myTimer, String threadLabel)
    • ThreadPoolAsynchronousRunner

      public ThreadPoolAsynchronousRunner(int num_threads, boolean daemon, int max_individual_task_time, int deadlock_detector_interval, int interrupt_delay_after_apparent_deadlock, Timer myTimer)
    • ThreadPoolAsynchronousRunner

      public ThreadPoolAsynchronousRunner(int num_threads, boolean daemon, int max_individual_task_time, int deadlock_detector_interval, int interrupt_delay_after_apparent_deadlock, String threadLabel)
    • ThreadPoolAsynchronousRunner

      public ThreadPoolAsynchronousRunner(int num_threads, boolean daemon, int max_individual_task_time, int deadlock_detector_interval, int interrupt_delay_after_apparent_deadlock)
    • ThreadPoolAsynchronousRunner

      public ThreadPoolAsynchronousRunner(int num_threads, boolean daemon, Timer sharedTimer, String threadLabel)
    • ThreadPoolAsynchronousRunner

      public ThreadPoolAsynchronousRunner(int num_threads, boolean daemon, Timer sharedTimer)
    • ThreadPoolAsynchronousRunner

      public ThreadPoolAsynchronousRunner(int num_threads, boolean daemon)
  • Method Details