Package | Description |
---|---|
org.apache.cxf.bus.managers | |
org.apache.cxf.workqueue |
Modifier and Type | Method and Description |
---|---|
AutomaticWorkQueue |
WorkQueueManagerImpl.getAutomaticWorkQueue() |
AutomaticWorkQueue |
WorkQueueManagerImpl.getNamedWorkQueue(String name) |
Modifier and Type | Method and Description |
---|---|
void |
WorkQueueManagerImpl.addNamedWorkQueue(String name,
AutomaticWorkQueue q) |
Modifier and Type | Class and Description |
---|---|
class |
AutomaticWorkQueueImpl |
Modifier and Type | Method and Description |
---|---|
AutomaticWorkQueue |
WorkQueueManager.getAutomaticWorkQueue()
Get the manager's default work queue.
|
AutomaticWorkQueue |
WorkQueueManager.getNamedWorkQueue(String name)
Get the named work queue.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkQueueManager.addNamedWorkQueue(String name,
AutomaticWorkQueue q)
Adds a named work queue
|
Apache CXF