org.alfresco.deployment.impl.server
Interface DeploymentCommandQueue

All Known Implementing Classes:
DeploymentCommandQueueImpl

public interface DeploymentCommandQueue


Method Summary
 java.lang.Runnable pollCommand()
          Get a command from the queue
 void queueCommand(java.lang.Runnable command)
          Queue a command object for execution.
 

Method Detail

queueCommand

void queueCommand(java.lang.Runnable command)
Queue a command object for execution.


pollCommand

java.lang.Runnable pollCommand()
Get a command from the queue

Returns:
the command or null


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.