g-Eclipse
Release 1.0.0

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

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

Uses of IGridInfoService in eu.geclipse.core.model
 

Methods in eu.geclipse.core.model that return IGridInfoService
 IGridInfoService IVirtualOrganization.getInfoService()
          Gets the info service of this VO.
 

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

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

Methods in eu.geclipse.core.model.impl that return IGridInfoService
 IGridInfoService AbstractVirtualOrganization.getInfoService()
           
 

Uses of IGridInfoService in eu.geclipse.info
 

Methods in eu.geclipse.info that return types with arguments of type IGridInfoService
 java.util.ArrayList<IGridInfoService> InfoServiceFactory.getAllExistingInfoService()
          Returns existing information services.
 

Uses of IGridInfoService in eu.geclipse.info.model
 

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


g-Eclipse
Release 1.0.0