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