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

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

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

Methods in org.ow2.jasmine.jadort.api that return ApplicationBean
 ApplicationBean IJadortService.getApplication()
          Get the current application
 

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

Methods in org.ow2.jasmine.jadort.api.entities.deployment that return ApplicationBean
 ApplicationBean OperationStateBean.getApplication()
          Get the application to deploy
 

Methods in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type ApplicationBean
 void OperationStateBean.setApplication(ApplicationBean application)
          Set the application to deploy
 

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

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

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



Copyright © 2009 OW2 Consortium. All Rights Reserved.