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

Packages that use ServerProgressBean
org.ow2.jasmine.jadort.api.entities.deployment   
 

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

Methods in org.ow2.jasmine.jadort.api.entities.deployment that return types with arguments of type ServerProgressBean
 java.util.Set<ServerProgressBean> OperationStateBean.getAllServerProgressList()
           
 java.util.List<ServerProgressBean> OperationStateBean.getServerProgressList()
          Get the list of ServerProgressBean that compose the operation
 

Methods in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type ServerProgressBean
 void OperationStateBean.addAllServerProgressList(ServerProgressBean serverProgressToAdd)
           
 

Method parameters in org.ow2.jasmine.jadort.api.entities.deployment with type arguments of type ServerProgressBean
 void OperationStateBean.addAllServerProgressList(java.util.Collection<ServerProgressBean> serverProgressListToAdd)
           
 void OperationStateBean.setAllServerProgressList(java.util.Set<ServerProgressBean> allServerProgressList)
           
 void OperationStateBean.setServerProgressList(java.util.List<ServerProgressBean> serverProgressList)
          Set the list of ServerProgressBean that compose the operation
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.