Class WithinThreadExecutorFactory

  • All Implemented Interfaces:
    ExecutorFactory

    public class WithinThreadExecutorFactory
    extends java.lang.Object
    implements ExecutorFactory
    Executor factory that creates WithinThreadExecutor. This executor executes the tasks in the caller thread.
    Since:
    5.3
    Author:
    Pedro Ruivo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.ExecutorService getExecutor​(java.util.Properties p)  
      • Methods inherited from class java.lang.Object

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

      • WithinThreadExecutorFactory

        public WithinThreadExecutorFactory()
    • Method Detail

      • getExecutor

        public java.util.concurrent.ExecutorService getExecutor​(java.util.Properties p)
        Specified by:
        getExecutor in interface ExecutorFactory