net.sourceforge.cruisecontrol.util.threadpool
Class ThreadQueueProperties

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.util.threadpool.ThreadQueueProperties

public final class ThreadQueueProperties
extends java.lang.Object

A wrapper for ThreadPool to the config file. Makes the properties in the server properties file available to the entire server. NOTE: This class has been gutted and turned into a thin wrapper around ServerXMLHelper.java, which accesses the CruiseControl XML configuration files.

Author:
Jared Richardson

Method Summary
static int getMaxThreadCount()
           
static void setMaxThreadCount(int threadCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMaxThreadCount

public static int getMaxThreadCount()

setMaxThreadCount

public static void setMaxThreadCount(int threadCount)