Class SingleThreadedExecutor

java.lang.Object
org.apache.axis2.jaxws.utility.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 Details

    • log

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

    • SingleThreadedExecutor

      public SingleThreadedExecutor()
  • Method Details