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

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

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> ServerBean.getApplications()
          Get the applications list for this server.
 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 ServerBean.setApplications(java.util.List<ApplicationBean> applications)
          Set the applications list for this server.
 void GroupBean.setApplications(java.util.List<ApplicationBean> applications)
          Set the applications list for this group.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.