Save This Page
Home » apache-cxf-2.1.1-src » org.apache » cxf » workqueue » [javadoc | source]
org.apache.cxf.workqueue
public final class: SynchronousExecutor [javadoc | source]
java.lang.Object
   org.apache.cxf.workqueue.SynchronousExecutor

All Implemented Interfaces:
    Executor

Used to mimic Executor semantics by hijacking calling thread. Must be used for Service.getExecutor() return unless a real (i.e. truely asynchronous) Executor is available.
Method from org.apache.cxf.workqueue.SynchronousExecutor Summary:
execute,   getInstance,   isA
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cxf.workqueue.SynchronousExecutor Detail:
 public  void execute(Runnable command) 
 public static SynchronousExecutor getInstance() 
 public static boolean isA(Executor executor)