org.redhat.vmtruckloader.vmware.action
Class DeleteMachineActionCallback

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

public class DeleteMachineActionCallback
extends AbstractVMWareActionCallback<Void>

VMWare action class that deletes a machine.

Author:
Duncan Doyle

Constructor Summary
DeleteMachineActionCallback(String machineName)
           
DeleteMachineActionCallback(String machineName, boolean async)
           
 
Method Summary
 Void 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

DeleteMachineActionCallback

public DeleteMachineActionCallback(String machineName)

DeleteMachineActionCallback

public DeleteMachineActionCallback(String machineName,
                                   boolean async)
Method Detail

doInVmware

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


Copyright © 2013. All Rights Reserved.