org.redhat.vmtruckloader.vmware.action
Class GetMachineActionCallback

java.lang.Object
  extended by org.redhat.vmtruckloader.vmware.action.AbstractVMWareActionCallback<com.vmware.vim25.mo.VirtualMachine>
      extended by org.redhat.vmtruckloader.vmware.action.GetMachineActionCallback
All Implemented Interfaces:
VMWareActionCallback<com.vmware.vim25.mo.VirtualMachine>

public class GetMachineActionCallback
extends AbstractVMWareActionCallback<com.vmware.vim25.mo.VirtualMachine>

Simple VMWare action class that executes a find VM.

Note that these action classes are not designed to be thread safe.

Author:
Duncan Doyle

Constructor Summary
GetMachineActionCallback(String machineName)
           
 
Method Summary
 com.vmware.vim25.mo.VirtualMachine 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

GetMachineActionCallback

public GetMachineActionCallback(String machineName)
Method Detail

doInVmware

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


Copyright © 2013. All Rights Reserved.