org.apache.cxf.workqueue
Class OneShotAsyncExecutor
java.lang.Object
org.apache.cxf.workqueue.OneShotAsyncExecutor
- All Implemented Interfaces:
- Executor
public final class OneShotAsyncExecutor
- extends Object
- implements Executor
Used to provide simple async Executor semantics by creating a one-shot
thread.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execute
public void execute(Runnable command)
- Specified by:
execute
in interface Executor
getInstance
public static OneShotAsyncExecutor getInstance()
isA
public static boolean isA(Executor executor)
Apache CXF