org.redhat.vmtruckloader.vmware.action
Class StopMachineActionCallback

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

public class StopMachineActionCallback
extends AbstractVMWareActionCallback<Void>

VMWare action class which stops a machine.

Author:
Duncan Doyle

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

StopMachineActionCallback

public StopMachineActionCallback(String machineName)

StopMachineActionCallback

public StopMachineActionCallback(String machineName,
                                 boolean async)
Method Detail

doInVmware

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


Copyright © 2013. All Rights Reserved.