g-Eclipse
Release 1.0.0

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

Packages that use IGridService
eu.geclipse.core.jobs   
eu.geclipse.core.model   
eu.geclipse.core.model.impl   
eu.geclipse.info.model   
eu.geclipse.ui.properties   
 

Uses of IGridService in eu.geclipse.core.jobs
 

Classes in eu.geclipse.core.jobs that implement IGridService
 class ParametricJobService
          Job service, which handles parametric jobs.
 

Uses of IGridService in eu.geclipse.core.model
 

Subinterfaces of IGridService in eu.geclipse.core.model
 interface IGridInfoService
          An info service is an IGridService that provides access to a grid-related information database.
 interface IGridJobService
          A job service is an IGridService that provides job submission and status querying functionality.
 

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

Classes in eu.geclipse.core.model.impl that implement IGridService
 class AbstractGridInfoService
          Abstract core implementation of IGridInfoService.
 

Methods in eu.geclipse.core.model.impl that return IGridService
 IGridService[] AbstractVirtualOrganization.getServices(IProgressMonitor monitor)
           
 

Methods in eu.geclipse.core.model.impl with parameters of type IGridService
 void GenericVoCreator.maintainService(IGridService service)
           
 

Uses of IGridService in eu.geclipse.info.model
 

Subinterfaces of IGridService in eu.geclipse.info.model
 interface IExtendedGridInfoService
          This interface defines an information service.
 

Classes in eu.geclipse.info.model that implement IGridService
 class GridGlueService
          Implementation of the IGridElement interface for a GlueService.
 

Uses of IGridService in eu.geclipse.ui.properties
 

Constructors in eu.geclipse.ui.properties with parameters of type IGridService
IGridServiceSource(IGridService sourceObject)
           
 


g-Eclipse
Release 1.0.0