Groovy Documentation

gpars.util
Class PoolUtils

java.lang.Object
  gpars.util.PoolUtils

@SuppressWarnings({"AccessOfSystemProperties", "UtilityClass"})
class PoolUtils

Provides a couple of utility methods to pools and schedulers.

author:
Vaclav Pech Date: Oct 31, 2009


Constructor Summary
private PoolUtils()

 
Method Summary
static void checkValidPoolSize(int poolSize)

static int retrieveDefaultPoolSize()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

PoolUtils

private PoolUtils()


 
Method Detail

checkValidPoolSize

public static void checkValidPoolSize(int poolSize)


retrieveDefaultPoolSize

public static int retrieveDefaultPoolSize()


 

Groovy Documentation