Uses of Class
org.ow2.jasmine.jadort.api.entities.topology.ServerBean

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

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

Methods in org.ow2.jasmine.jadort.api with parameters of type ServerBean
 void IJadortService.abortServer(ServerBean server)
          Aborts the task a ServerBean is currently doing.
 boolean IJadortService.checkServer(ServerBean server)
          Checks if the problem on a given ServerBean has been resolved.
 void IJadortService.ignoreServer(ServerBean server)
          Ignores the error on a given ServerBean.
 void IJadortService.restartServer(ServerBean server)
          Restarts a ServerBean that's in an error.
 void IJadortService.selectVMImage(VMImageBean selectedVMImage, ServerBean server)
          Select a VM image from the VM images list for a given server.
 

Method parameters in org.ow2.jasmine.jadort.api with type arguments of type ServerBean
 void IJadortService.selectServers(java.util.List<ServerBean> selectedServers)
          Select the servers to process
 

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

Methods in org.ow2.jasmine.jadort.api.entities.deployment that return ServerBean
 ServerBean ServerProgressBean.getServer()
          Server getter
 

Methods in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type ServerBean
 void ServerProgressBean.setServer(ServerBean server)
          Change the associated server
 

Constructors in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type ServerBean
ServerProgressBean(ServerBean server)
          Construct a ServerProgressBean with its associated server
 

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

Methods in org.ow2.jasmine.jadort.api.entities.topology that return ServerBean
 ServerBean WorkerBean.getServer()
          Get the worker server
 ServerBean ServerBean.getTarget()
           
 

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

Methods in org.ow2.jasmine.jadort.api.entities.topology with parameters of type ServerBean
 void WorkerBean.setServer(ServerBean server)
          Set the worker server
 void ServerBean.setTarget(ServerBean target)
           
 

Method parameters in org.ow2.jasmine.jadort.api.entities.topology with type arguments of type ServerBean
 void GroupBean.setServers(java.util.List<ServerBean> servers)
          Set the servers list for this group
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.