Package org.apache.cxf.workqueue
Class OneShotAsyncExecutor
- java.lang.Object
-
- org.apache.cxf.workqueue.OneShotAsyncExecutor
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Runnable command)
static OneShotAsyncExecutor
getInstance()
static boolean
isA(Executor executor)
-
-
-
Method Detail
-
getInstance
public static OneShotAsyncExecutor getInstance()
-
isA
public static boolean isA(Executor executor)
-
-