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

Packages that use GroupBean
org.ow2.jasmine.jadort.api   
org.ow2.jasmine.jadort.api.entities.deployment   
org.ow2.jasmine.jadort.api.entities.topology   
org.ow2.jasmine.jadort.service.implementation   
 

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

Methods in org.ow2.jasmine.jadort.api with parameters of type GroupBean
 void IJadortService.selectGroup(GroupBean selectedGroup)
          Select the group that JaDOrT will be maintaining or migrating
 

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

Methods in org.ow2.jasmine.jadort.api.entities.deployment that return GroupBean
 GroupBean OperationStateBean.getSelectedGroup()
          Get the selected group
 

Methods in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type GroupBean
 void OperationStateBean.setSelectedGroup(GroupBean selectedGroup)
          Set the selected group
 

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

Methods in org.ow2.jasmine.jadort.api.entities.topology that return types with arguments of type GroupBean
 java.util.List<GroupBean> TopologyBean.getGroups()
          Get the groups
 

Method parameters in org.ow2.jasmine.jadort.api.entities.topology with type arguments of type GroupBean
 void TopologyBean.setGroups(java.util.List<GroupBean> groups)
          Set the groups
 

Uses of GroupBean in org.ow2.jasmine.jadort.service.implementation
 

Methods in org.ow2.jasmine.jadort.service.implementation that return types with arguments of type GroupBean
protected  java.util.List<GroupBean> ActionManager.fetchGroups(boolean checkConnectivity)
          Returns the list of groups obtained from the loaded topology in the current operation.
 

Methods in org.ow2.jasmine.jadort.service.implementation with parameters of type GroupBean
protected  void ActionManager.fillApplications(GroupBean groupBean)
          Fills the applications of a GroupBean and all ServerBeans it contains.
protected  void ActionManager.fillVMImages(GroupBean groupBean)
          Fills the vmImages fields of a GroupBean.
 void JadortServiceStatefulBean.selectGroup(GroupBean selectedGroup)
          Select the group that JaDOrT will be maintaining or migrating
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.