|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.workqueue.OneShotAsyncExecutor
public final class OneShotAsyncExecutor
Used to provide simple async Executor semantics by creating a one-shot thread.
| Method Summary | |
|---|---|
void |
execute(java.lang.Runnable command)
|
static OneShotAsyncExecutor |
getInstance()
|
static boolean |
isA(java.util.concurrent.Executor executor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void execute(java.lang.Runnable command)
execute in interface java.util.concurrent.Executorpublic static OneShotAsyncExecutor getInstance()
public static boolean isA(java.util.concurrent.Executor executor)
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||