/* Create a ThreadPool for provision failure notification */
//provisionFailurePool = (ThreadPoolExecutor) Executors.newFixedThreadPool(provisioningPoolMaxThreads);
provisionFailurePool = (ThreadPoolExecutor) Executors.newCachedThreadPool();
/* Create the LandlordLessor */
landlord = new LandlordLessor(config, provisionerLeasePolicy);
landlord.addLeaseListener(new LeaseMonitor());
/* Get the ServiceResourceSelector */
selector = (ServiceResourceSelector)config.getEntry(CONFIG_COMPONENT,
"serviceResourceSelector",