Uses of Class
org.ow2.jasmine.jadort.api.entities.deployment.VMImageBean

Packages that use VMImageBean
org.ow2.jasmine.jadort.api   
org.ow2.jasmine.jadort.api.entities.deployment   
org.ow2.jasmine.jadort.api.entities.topology   
 

Uses of VMImageBean in org.ow2.jasmine.jadort.api
 

Methods in org.ow2.jasmine.jadort.api with parameters of type VMImageBean
 void IJadortService.selectVMImage(VMImageBean selectedVMImage)
          Select a VM image from the VM images list.
 void IJadortService.selectVMImage(VMImageBean selectedVMImage, ServerBean server)
          Select a VM image from the VM images list for a given server.
 

Uses of VMImageBean in org.ow2.jasmine.jadort.api.entities.deployment
 

Methods in org.ow2.jasmine.jadort.api.entities.deployment that return VMImageBean
 VMImageBean ServerProgressBean.getVmImage()
          Get the VM Image to deploy
 VMImageBean OperationStateBean.getVmImage()
          Get the VM Image to deploy
 

Methods in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type VMImageBean
 void ServerProgressBean.setVmImage(VMImageBean vmImage)
          Set the VM Image to deploy
 void OperationStateBean.setVmImage(VMImageBean vmImage)
          Set the VM Image to deploy
 

Uses of VMImageBean in org.ow2.jasmine.jadort.api.entities.topology
 

Methods in org.ow2.jasmine.jadort.api.entities.topology that return types with arguments of type VMImageBean
 java.util.List<VMImageBean> GroupBean.getVmImages()
          Get the VM Images list for this group.
 

Method parameters in org.ow2.jasmine.jadort.api.entities.topology with type arguments of type VMImageBean
 void GroupBean.setVmImages(java.util.List<VMImageBean> vmImages)
          Get the VM Images list for this group.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.