Class ProvisioningManager
java.lang.Object
org.jclouds.profitbricks.compute.concurrent.ProvisioningManager
- All Implemented Interfaces:
 Closeable,AutoCloseable
Delegates 
 to single-threaded executor services based on it's group.
invalid reference
Job
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected com.google.common.util.concurrent.ListeningExecutorServiceprovision(ProvisioningJob job)  
- 
Constructor Details
- 
ProvisioningManager
public ProvisioningManager() 
 - 
 - 
Method Details
- 
provision
 - 
newExecutorService
protected com.google.common.util.concurrent.ListeningExecutorService newExecutorService() - 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Throws:
 IOException
 
 -