g-Eclipse
Release 1.0.0

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

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

Uses of IGridApplication in eu.geclipse.core.model
 

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

Methods in eu.geclipse.core.model with parameters of type IGridApplication
 void IGridApplicationManager.uninstall(IGridApplication application, IProgressMonitor monitor)
          Uninstall the specified application.
 void IGridApplicationManager.validate(IGridApplication application, IProgressMonitor monitor)
          Validate the installed software.
 

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

Methods in eu.geclipse.core.model.impl that return IGridApplication
 IGridApplication[] AbstractApplicationManager.getApplications(IGridComputing computing, IProgressMonitor monitor)
           
 

Uses of IGridApplication in eu.geclipse.info.model
 

Classes in eu.geclipse.info.model that implement IGridApplication
 class GridApplication
           
 class GridGlueServiceApplication
           
 


g-Eclipse
Release 1.0.0