public class WorkQueueManagerImpl extends Object implements org.apache.cxf.workqueue.WorkQueueManager
| Constructor and Description |
|---|
WorkQueueManagerImpl() |
WorkQueueManagerImpl(org.apache.cxf.Bus b) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNamedWorkQueue(String name,
org.apache.cxf.workqueue.AutomaticWorkQueue q) |
org.apache.cxf.workqueue.AutomaticWorkQueue |
getAutomaticWorkQueue() |
org.apache.cxf.Bus |
getBus() |
org.apache.cxf.workqueue.AutomaticWorkQueue |
getNamedWorkQueue(String name) |
void |
run() |
void |
setBus(org.apache.cxf.Bus bus) |
void |
shutdown(boolean processRemainingTasks) |
public WorkQueueManagerImpl()
public WorkQueueManagerImpl(org.apache.cxf.Bus b)
public org.apache.cxf.Bus getBus()
public final void setBus(org.apache.cxf.Bus bus)
public org.apache.cxf.workqueue.AutomaticWorkQueue getAutomaticWorkQueue()
getAutomaticWorkQueue in interface org.apache.cxf.workqueue.WorkQueueManagerpublic void shutdown(boolean processRemainingTasks)
shutdown in interface org.apache.cxf.workqueue.WorkQueueManagerpublic void run()
run in interface org.apache.cxf.workqueue.WorkQueueManagerpublic org.apache.cxf.workqueue.AutomaticWorkQueue getNamedWorkQueue(String name)
getNamedWorkQueue in interface org.apache.cxf.workqueue.WorkQueueManagerpublic final void addNamedWorkQueue(String name, org.apache.cxf.workqueue.AutomaticWorkQueue q)
addNamedWorkQueue in interface org.apache.cxf.workqueue.WorkQueueManagerApache CXF