com.pmease.quickbuild.model
Class QueueFacade

java.lang.Object
  extended bycom.pmease.quickbuild.model.QueueFacade

public class QueueFacade
extends java.lang.Object

Facade class for Queue. A build queue.


Constructor Summary
QueueFacade()
           
 
Method Summary
 java.lang.String getName()
          Specify name of this queue
 long getThreadCount()
          You should configure the number of working threads in this queue to run builds.
 void setName(java.lang.String name)
           
 void setThreadCount(long threadCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueFacade

public QueueFacade()
Method Detail

getThreadCount

public long getThreadCount()
You should configure the number of working threads in this queue to run builds. If all threads are occupied, later build requests will be put into the waiting list.


setThreadCount

public void setThreadCount(long threadCount)

getName

public java.lang.String getName()
Specify name of this queue


setName

public void setName(java.lang.String name)


Copyright © 2005 PMEase Inc. All Rights Reserved.