public class DeploymentCommandQueueHousekeeper extends java.lang.Object implements Housekeeper
| Constructor and Description |
|---|
DeploymentCommandQueueHousekeeper() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCommandQueue |
getCommandQueue() |
int |
getMaxCommandsPerTick() |
void |
init() |
void |
poll() |
void |
setCommandQueue(DeploymentCommandQueue commandQueue) |
void |
setMaxCommandsPerTick(int maxCommandsPerTick) |
public void init()
public void poll()
poll in interface Housekeeperpublic void setMaxCommandsPerTick(int maxCommandsPerTick)
public int getMaxCommandsPerTick()
public void setCommandQueue(DeploymentCommandQueue commandQueue)
public DeploymentCommandQueue getCommandQueue()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.