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)
MachineLocationCustomizer
customize
in interface MachineLocationCustomizer
public void preRelease(MachineLocation machine)
MachineLocationCustomizer
MachineProvisioningLocation
releasing the machine.preRelease
in interface MachineLocationCustomizer