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   
 

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
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.