| Package | Description |
|---|---|
| org.alfresco.repo.action |
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousActionExecutionQueueImpl
The asynchronous action execution queue implementation
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionServiceImpl.registerAsynchronousActionExecutionQueue(String key,
AsynchronousActionExecutionQueue asyncExecQueue)
This method registers an
AsynchronousActionExecutionQueue with the ActionService. |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionServiceImpl.setAsynchronousActionExecutionQueues(Map<String,AsynchronousActionExecutionQueue> asynchronousActionExecutionQueues)
Deprecated.
Rather than inject a map, it is
preferable to inject individual
AsynchronousActionExecutionQueue instances
during bean initialisation in a spring init-method. |
Copyright © 2005–2018 Alfresco Software. All rights reserved.