g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.model.IGridComputing

Packages that use IGridComputing
eu.geclipse.core.model   
eu.geclipse.core.model.impl   
eu.geclipse.info.model   
 

Uses of IGridComputing in eu.geclipse.core.model
 

Methods in eu.geclipse.core.model that return IGridComputing
 IGridComputing[] IGridApplication.getComputing()
          The computings on which this application is installed.
 IGridComputing[] IGridInstallParameters.getTargets()
          Get the targets of the installation, i.e. the computings where the sources should be installed to.
 

Methods in eu.geclipse.core.model with parameters of type IGridComputing
 IGridApplication[] IGridApplicationManager.getApplications(IGridComputing computing, IProgressMonitor monitor)
          Get all known applications for the specified IGridComputing.
 

Uses of IGridComputing in eu.geclipse.core.model.impl
 

Methods in eu.geclipse.core.model.impl that return IGridComputing
 IGridComputing[] AbstractVirtualOrganization.getComputing(IProgressMonitor monitor)
           
 IGridComputing[] GenericGridInstallParameters.getTargets()
           
 

Methods in eu.geclipse.core.model.impl with parameters of type IGridComputing
 void GenericGridInstallParameters.addTarget(IGridComputing computing)
          Add a new target to the list of targets.
 void GenericGridInstallParameters.addTargets(IGridComputing[] computings)
          Add new targets to the list of targets.
 IGridApplication[] AbstractApplicationManager.getApplications(IGridComputing computing, IProgressMonitor monitor)
           
 void GenericGridInstallParameters.setTargets(IGridComputing[] targets)
          Sets the targets for this installation.
 

Uses of IGridComputing in eu.geclipse.info.model
 

Classes in eu.geclipse.info.model that implement IGridComputing
 class GridGlueComputing
          Implementation of the IGridElement interface for a GlueCE.
 class GridGlueServiceComputing
          The GriaComputing class is used to represent a gria application.
 

Methods in eu.geclipse.info.model that return IGridComputing
 IGridComputing[] GridApplication.getComputing()
           
 IGridComputing[] GridGlueServiceApplication.getComputing()
           
 

Methods in eu.geclipse.info.model with parameters of type IGridComputing
 void GridApplication.addComputing(IGridComputing myComputing)
          Add a computing resource
 void GridGlueServiceApplication.addComputing(IGridComputing myComputing)
          Add a computing resource
 


g-Eclipse
Release 1.0.0