Uses of Class
org.apache.commons.jcs3.utils.threadpool.PoolConfiguration
Packages that use PoolConfiguration
-
Uses of PoolConfiguration in org.apache.commons.jcs3.utils.threadpool
Methods in org.apache.commons.jcs3.utils.threadpool that return PoolConfigurationModifier and TypeMethodDescriptionPoolConfiguration.clone()
Copies the instance variables to another instance.Methods in org.apache.commons.jcs3.utils.threadpool with parameters of type PoolConfigurationModifier and TypeMethodDescriptionThreadPoolManager.createPool
(PoolConfiguration config, String threadNamePrefix) Creates a pool based on the configuration info.ThreadPoolManager.createPool
(PoolConfiguration config, String threadNamePrefix, int threadPriority) Creates a pool based on the configuration info.ThreadPoolManager.createSchedulerPool
(PoolConfiguration config, String threadNamePrefix, int threadPriority) Creates a scheduler pool based on the configuration info.