Package org.apache.cxf.workqueue
Class OneShotAsyncExecutor
- java.lang.Object
- 
- org.apache.cxf.workqueue.OneShotAsyncExecutor
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Runnable command)static OneShotAsyncExecutorgetInstance()static booleanisA(Executor executor)
 
- 
- 
- 
Method Detail- 
getInstancepublic static OneShotAsyncExecutor getInstance() 
 - 
isApublic static boolean isA(Executor executor) 
 
- 
 
-