org.apache.cxf.bus.managers
Class WorkQueueManagerImpl
java.lang.Object
org.apache.cxf.bus.managers.WorkQueueManagerImpl
- All Implemented Interfaces:
- org.apache.cxf.workqueue.WorkQueueManager
public class WorkQueueManagerImpl
- extends Object
- implements org.apache.cxf.workqueue.WorkQueueManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkQueueManagerImpl
public WorkQueueManagerImpl()
WorkQueueManagerImpl
public WorkQueueManagerImpl(org.apache.cxf.Bus b)
getBus
public org.apache.cxf.Bus getBus()
setBus
public final void setBus(org.apache.cxf.Bus bus)
getAutomaticWorkQueue
public org.apache.cxf.workqueue.AutomaticWorkQueue getAutomaticWorkQueue()
- Specified by:
getAutomaticWorkQueue in interface org.apache.cxf.workqueue.WorkQueueManager
shutdown
public void shutdown(boolean processRemainingTasks)
- Specified by:
shutdown in interface org.apache.cxf.workqueue.WorkQueueManager
run
public void run()
- Specified by:
run in interface org.apache.cxf.workqueue.WorkQueueManager
getNamedWorkQueue
public org.apache.cxf.workqueue.AutomaticWorkQueue getNamedWorkQueue(String name)
- Specified by:
getNamedWorkQueue in interface org.apache.cxf.workqueue.WorkQueueManager
addNamedWorkQueue
public final void addNamedWorkQueue(String name,
org.apache.cxf.workqueue.AutomaticWorkQueue q)
- Specified by:
addNamedWorkQueue in interface org.apache.cxf.workqueue.WorkQueueManager
Apache CXF