org.apache.cxf.workqueue
Class WorkQueueManagerImpl

java.lang.Object
  extended by org.apache.cxf.workqueue.WorkQueueManagerImpl
All Implemented Interfaces:
WorkQueueManager

public class WorkQueueManagerImpl
extends java.lang.Object
implements WorkQueueManager


Constructor Summary
WorkQueueManagerImpl()
           
 
Method Summary
 void addNamedWorkQueue(java.lang.String name, AutomaticWorkQueue q)
           
 AutomaticWorkQueue getAutomaticWorkQueue()
           
 Bus getBus()
           
 AutomaticWorkQueue getNamedWorkQueue(java.lang.String name)
           
 void register()
           
 void run()
           
 void setBus(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()
Method Detail

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