org.apache.axis2.jaxws.utility
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 Summary |
static org.apache.commons.logging.Log |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final org.apache.commons.logging.Log log
SingleThreadedExecutor
public SingleThreadedExecutor()
execute
public void execute(Runnable command)
- Specified by:
execute
in interface Executor
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.