org.apache.cxf.bus.managers
Class WorkQueueManagerImpl

java.lang.Object
  extended by 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


Constructor Summary
WorkQueueManagerImpl()
           
WorkQueueManagerImpl(org.apache.cxf.Bus b)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkQueueManagerImpl

public WorkQueueManagerImpl()

WorkQueueManagerImpl

public WorkQueueManagerImpl(org.apache.cxf.Bus b)
Method Detail

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