public class BasicMachineLocationCustomizer extends java.lang.Object implements MachineLocationCustomizer
MachineLocationCustomizer is marked Beta.| Constructor and Description | 
|---|
BasicMachineLocationCustomizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
customize(MachineLocation machine)
Override to configure the given machine once it has been created (prior to any use). 
 | 
void | 
preRelease(MachineLocation machine)
Override to handle machine-related cleanup prior to  
MachineProvisioningLocation 
 releasing the machine. | 
public void customize(MachineLocation machine)
MachineLocationCustomizercustomize in interface MachineLocationCustomizerpublic void preRelease(MachineLocation machine)
MachineLocationCustomizerMachineProvisioningLocation 
 releasing the machine.preRelease in interface MachineLocationCustomizer