org.redhat.vmtruckloader.vmware.action
Interface VMWareActionCallback<T>

Type Parameters:
T - the type which is returned by the VMWare action.
All Known Implementing Classes:
AbstractVMWareActionCallback, CloneMachineCallback, DeleteMachineActionCallback, EditMachineCallback, GetMachineActionCallback, GetMachinesActionCallback, MoveVirtualMachineToNetworkCallback, StartMachineActionCallback, StopMachineActionCallback

public interface VMWareActionCallback<T>

Callback interface for VMWare actions.

This implementation is based on the Spring HibernateTemplate and HibernateCallback architecture (although a lot simpler).

Author:
Duncan Doyle

Method Summary
 T doInVmware(com.vmware.vim25.mo.ServiceInstance serviceInstance)
           
 

Method Detail

doInVmware

T doInVmware(com.vmware.vim25.mo.ServiceInstance serviceInstance)


Copyright © 2013. All Rights Reserved.