Class ThreadPerTaskExecutor

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

    public final class ThreadPerTaskExecutor
    extends java.lang.Object
    implements java.util.concurrent.Executor
    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadPerTaskExecutor​(java.util.concurrent.ThreadFactory threadFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.lang.Runnable command)  
      • Methods inherited from class java.lang.Object

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

      • ThreadPerTaskExecutor

        public ThreadPerTaskExecutor​(java.util.concurrent.ThreadFactory threadFactory)
    • Method Detail

      • execute

        public void execute​(java.lang.Runnable command)
        Specified by:
        execute in interface java.util.concurrent.Executor