org.redhat.vmtruckloader.vmware.action
Class StartMachineActionCallback

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

public class StartMachineActionCallback
extends AbstractVMWareActionCallback<Void>

VMWare action class which starts a machine.

Author:
Duncan Doyle

Constructor Summary
StartMachineActionCallback(String machineName)
           
StartMachineActionCallback(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

StartMachineActionCallback

public StartMachineActionCallback(String machineName)

StartMachineActionCallback

public StartMachineActionCallback(String machineName,
                                  boolean async)
Method Detail

doInVmware

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


Copyright © 2013. All Rights Reserved.