org.redhat.vmtruckloader.vmware.action
Class CloneMachineCallback

java.lang.Object
  extended by org.redhat.vmtruckloader.vmware.action.AbstractVMWareActionCallback<MachineSpecification>
      extended by org.redhat.vmtruckloader.vmware.action.CloneMachineCallback
All Implemented Interfaces:
VMWareActionCallback<MachineSpecification>

public class CloneMachineCallback
extends AbstractVMWareActionCallback<MachineSpecification>

Clone a VM - not really tested...

Author:
Duncan Doyle - , Romain Pelisse -

Constructor Summary
CloneMachineCallback(String sourceMachineName, MachineSpecification machineSpecification)
           
 
Method Summary
 MachineSpecification doInVmware(com.vmware.vim25.mo.ServiceInstance serviceInstance)
           
 
Methods inherited from class org.redhat.vmtruckloader.vmware.action.AbstractVMWareActionCallback
runTask, runTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneMachineCallback

public CloneMachineCallback(String sourceMachineName,
                            MachineSpecification machineSpecification)
Method Detail

doInVmware

public MachineSpecification doInVmware(com.vmware.vim25.mo.ServiceInstance serviceInstance)


Copyright © 2013. All Rights Reserved.