public class DeploymentCommandQueueImpl extends Object implements DeploymentCommandQueue
| Constructor and Description |
|---|
DeploymentCommandQueueImpl() |
| Modifier and Type | Method and Description |
|---|---|
Runnable |
pollCommand()
Get a command from the queue
|
void |
queueCommand(Runnable command)
Queue a command object for execution.
|
public void queueCommand(Runnable command)
queueCommand in interface DeploymentCommandQueuepublic Runnable pollCommand()
DeploymentCommandQueuepollCommand in interface DeploymentCommandQueueCopyright © 2005–2014 Alfresco Software. All rights reserved.