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 that return types with arguments of type ServerBean
 java.util.List<ServerBean> IJadortService.getSelectedServers()
          This function allows to get the list of selected servers when maintain servers
 java.util.List<ServerBean> IJadortService.getServers()
          This function allows to get the list of servers.
 

Methods in org.ow2.jasmine.jadort.api with parameters of type ServerBean
 void IJadortService.abortServer(ServerBean server)
          this function forces the server to be aborted and continues this task
 boolean IJadortService.checkServer(ServerBean server)
          this function checks if no problem on the server and all problems are resolved on the server.
 void IJadortService.ignoreServer(ServerBean server)
          this function forces the server to be ignored and continues this task
 void IJadortService.restartServer(ServerBean server)
          This function allows to restart a task on a server (the server will restart the last task)
 

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 maintain
 

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 that return types with arguments of type ServerBean
 java.util.List<ServerBean> OperationStateBean.getSelectedServers()
           
 

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

Method parameters in org.ow2.jasmine.jadort.api.entities.deployment with type arguments of type ServerBean
 void OperationStateBean.setSelectedServers(java.util.List<ServerBean> selectedServers)
           
 

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 © 2009 OW2 Consortium. All Rights Reserved.