org.alfresco.deployment.impl.server
Class DeploymentCommandQueueHousekeeper

java.lang.Object
  extended by org.alfresco.deployment.impl.server.DeploymentCommandQueueHousekeeper
All Implemented Interfaces:
Housekeeper

public class DeploymentCommandQueueHousekeeper
extends java.lang.Object
implements Housekeeper


Constructor Summary
DeploymentCommandQueueHousekeeper()
           
 
Method Summary
 DeploymentCommandQueue getCommandQueue()
           
 int getMaxCommandsPerTick()
           
 void init()
           
 void poll()
           
 void setCommandQueue(DeploymentCommandQueue commandQueue)
           
 void setMaxCommandsPerTick(int maxCommandsPerTick)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentCommandQueueHousekeeper

public DeploymentCommandQueueHousekeeper()
Method Detail

init

public void init()

poll

public void poll()
Specified by:
poll in interface Housekeeper

setMaxCommandsPerTick

public void setMaxCommandsPerTick(int maxCommandsPerTick)

getMaxCommandsPerTick

public int getMaxCommandsPerTick()

setCommandQueue

public void setCommandQueue(DeploymentCommandQueue commandQueue)

getCommandQueue

public DeploymentCommandQueue getCommandQueue()


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