g-Eclipse
Release 1.0.0

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

Packages that use IGridResourceCategory
eu.geclipse.core.model   
eu.geclipse.core.model.impl   
eu.geclipse.servicejob.ui.wizard   
 

Uses of IGridResourceCategory in eu.geclipse.core.model
 

Methods in eu.geclipse.core.model that return IGridResourceCategory
 IGridResourceCategory IGridResourceContainer.getCategory()
          Get the IGridResourceCategory that corresponds to the resources contained in this container.
 IGridResourceCategory IGridResourceCategory.getParent()
          Get the parent category or null if this is a top-level category.
 IGridResourceCategory[] IVirtualOrganization.getSupportedCategories()
          Gets the resource categories that are supported by this VO.
 

Methods in eu.geclipse.core.model with parameters of type IGridResourceCategory
 IGridResource[] IGridInfoService.fetchResources(IGridContainer parent, IVirtualOrganization vo, IGridResourceCategory category, boolean exclusive, java.lang.Class<? extends IGridResource> typeFilter, IProgressMonitor monitor)
          This method fetches resources that are available for the specified VO.
 IGridResource[] IGridInfoService.fetchResources(IGridContainer parent, IVirtualOrganization vo, IGridResourceCategory category, IProgressMonitor monitor)
          Convenience method that fetches all resources for the specified VO and for the specified (inclusive) category without applying a type filter.
 IGridResource[] IVirtualOrganization.getAvailableResources(IGridResourceCategory category, boolean exclusive, IProgressMonitor monitor)
          Gets all available resources of the specified resource category.
 void IVirtualOrganization.refreshResources(IGridResourceCategory category, IProgressMonitor monitor)
          Reload the resources of the specified category without taking any caching into account.
 

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

Methods in eu.geclipse.core.model.impl that return IGridResourceCategory
static IGridResourceCategory GridResourceCategoryFactory.getCategory(java.lang.String id)
          Get the resource category with the specified ID or null if no such category could be found.
 IGridResourceCategory[] AbstractVirtualOrganization.getSupportedCategories()
           
 

Methods in eu.geclipse.core.model.impl with parameters of type IGridResourceCategory
 IGridResource[] AbstractGridInfoService.fetchResources(IGridContainer parent, IVirtualOrganization vo, IGridResourceCategory category, IProgressMonitor monitor)
           
 IGridResource[] AbstractVirtualOrganization.getAvailableResources(IGridResourceCategory category, boolean exclusive, IProgressMonitor monitor)
           
 void AbstractVirtualOrganization.refreshResources(IGridResourceCategory category, IProgressMonitor monitor)
           
 

Uses of IGridResourceCategory in eu.geclipse.servicejob.ui.wizard
 

Methods in eu.geclipse.servicejob.ui.wizard with parameters of type IGridResourceCategory
 void ResourcesSelectionPage.addVisibleCategory(IGridResourceCategory resourceCategory)
           
 void ResourcesSelectionPage.removeVisibleCategory(IGridResourceCategory resourceCategory)
           
 


g-Eclipse
Release 1.0.0