Class SingleThreadedExecutor

  • All Implemented Interfaces:
    Executor

    public class SingleThreadedExecutor
    extends Object
    implements Executor
    A simple Executor implementation that does not create a new thread for processing work, but just borrows the current thread.
    • Field Detail

      • log

        public static final org.apache.commons.logging.Log log
    • Constructor Detail

      • SingleThreadedExecutor

        public SingleThreadedExecutor()