g-Eclipse
Release 1.0.0

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

Packages that use IGridResource
eu.geclipse.core.jobs   
eu.geclipse.core.model   
eu.geclipse.core.model.impl   
eu.geclipse.info.model   
eu.geclipse.servicejob.ui.interfaces   
eu.geclipse.servicejob.ui.wizard   
eu.geclipse.ui   
eu.geclipse.ui.dialogs   
eu.geclipse.ui.simpleTest   
 

Uses of IGridResource in eu.geclipse.core.jobs
 

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

Uses of IGridResource in eu.geclipse.core.model
 

Subinterfaces of IGridResource in eu.geclipse.core.model
 interface IGridApplication
          An IGridApplication represents VO- and Computing specific applications that are accessible to the user.
 interface IGridComputing
          An IGridResource that represents computing elements in the Grid.
 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.
 interface IGridService
          This is the base interface for every kind of grid service.
 interface IGridStorage
          An IGridResource that represents storage elements in the Grid.
 

Methods in eu.geclipse.core.model that return IGridResource
 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.
 

Method parameters in eu.geclipse.core.model with type arguments of type IGridResource
 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.
 

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

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

Methods in eu.geclipse.core.model.impl that return IGridResource
 IGridResource[] AbstractGridInfoService.fetchResources(IGridContainer parent, IVirtualOrganization vo, IGridResourceCategory category, IProgressMonitor monitor)
           
 IGridResource[] AbstractVirtualOrganization.getAvailableResources(IGridResourceCategory category, boolean exclusive, IProgressMonitor monitor)
           
 

Uses of IGridResource in eu.geclipse.info.model
 

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

Classes in eu.geclipse.info.model that implement IGridResource
 class GridApplication
           
 class GridGlueComputing
          Implementation of the IGridElement interface for a GlueCE.
 class GridGlueElement
          Wrapper class for AbstractGlueTable objects to be integrated in the GridModel.
 class GridGlueService
          Implementation of the IGridElement interface for a GlueService.
 class GridGlueServiceApplication
           
 class GridGlueServiceComputing
          The GriaComputing class is used to represent a gria application.
 class GridGlueSite
           
 class GridGlueStorage
          Implementation of the IGridElement interface for a GlueSE.
 

Uses of IGridResource in eu.geclipse.servicejob.ui.interfaces
 

Methods in eu.geclipse.servicejob.ui.interfaces that return types with arguments of type IGridResource
 java.util.List<IGridResource> IServiceJobWizardNode.getPreselectedResources()
          Method to access instances of IGridResources that were passed to wizard when launching it e.g. from context menu.
 

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

Methods in eu.geclipse.servicejob.ui.wizard that return types with arguments of type IGridResource
 java.util.List<IGridResource> ServiceJobWizard.getInitResources()
           
 java.util.List<IGridResource> AbstractServiceJobWizardNode.getPreselectedResources()
           
 java.util.List<IGridResource> ResourcesSelectionPage.getSelectedResources()
          Method to access list of selected resources.s
 

Constructor parameters in eu.geclipse.servicejob.ui.wizard with type arguments of type IGridResource
ServiceJobWizard(IGridProject project, java.util.List<IGridResource> resource)
          Constructor for wizard.
 

Uses of IGridResource in eu.geclipse.ui
 

Method parameters in eu.geclipse.ui with type arguments of type IGridResource
 AbstractSimpleTestDialog ISimpleTestUIFactory.getSimpleTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
          Get an dialog that is used to present the user with how to perform the simple test.
 

Uses of IGridResource in eu.geclipse.ui.dialogs
 

Constructor parameters in eu.geclipse.ui.dialogs with type arguments of type IGridResource
AbstractSimpleTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
          Construct a new dialog from the specified test.
 

Uses of IGridResource in eu.geclipse.ui.simpleTest
 

Method parameters in eu.geclipse.ui.simpleTest with type arguments of type IGridResource
 AbstractSimpleTestDialog DNSLookUpUIFactory.getSimpleTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
           
 AbstractSimpleTestDialog ReachabilityTestUIFactory.getSimpleTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
           
 AbstractSimpleTestDialog PortScanUIFactory.getSimpleTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
           
 

Constructor parameters in eu.geclipse.ui.simpleTest with type arguments of type IGridResource
DNSLookUpDialog(java.util.List<IGridResource> resources, Shell parentShell)
          Construct a new dialog from the specified test.
PortScanDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
          Construct a new dialog from the specified test.
ReachabilityTestDialog(ISimpleTest test, java.util.List<IGridResource> resources, Shell parentShell)
          Construct a new dialog from the specified test.
 


g-Eclipse
Release 1.0.0