|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IGridContainer in eu.geclipse.batch |
|---|
| Subinterfaces of IGridContainer in eu.geclipse.batch | |
|---|---|
interface |
IGridBatchQueueDescription
A Grid element that describes configuration parameters for a Queue on Grid Site. |
| Classes in eu.geclipse.batch that implement IGridContainer | |
|---|---|
class |
BatchConnectionInfo
Holder object for the necessary information to connect to a batch service. |
class |
BatchQueueDescription
|
| Methods in eu.geclipse.batch with parameters of type IGridContainer | |
|---|---|
IGridElement |
BatchConnectionInfoCreator.create(IGridContainer parent)
|
IGridElement |
BatchQueueDescriptionCreator.create(IGridContainer parent)
|
| Uses of IGridContainer in eu.geclipse.core.filesystem |
|---|
| Methods in eu.geclipse.core.filesystem with parameters of type IGridContainer | |
|---|---|
IGridElement |
FileSystemCreator.create(IGridContainer parent)
|
| Uses of IGridContainer in eu.geclipse.core.jobs |
|---|
| Classes in eu.geclipse.core.jobs that implement IGridContainer | |
|---|---|
class |
GridJob
Class representing submitted job. |
class |
RemoteFilesContainer
This is container connected with local IFolder, which contains links
to remote files. |
| Methods in eu.geclipse.core.jobs that return IGridContainer | |
|---|---|
IGridContainer |
ParametricJobService.getParent()
|
| Methods in eu.geclipse.core.jobs with parameters of type IGridContainer | |
|---|---|
IGridElement |
RemoteFilesContainerCreator.create(IGridContainer parent)
|
IGridElement |
GridJobCreator.create(IGridContainer parent)
|
IGridJob |
GridJobCreator.create(IGridContainer parent,
IGridJobID id,
IGridJobService jobService,
java.lang.String jobName)
|
IGridJob |
ParametricJobService.createParamJobStructure(JSDLJobDescription jsdl,
IGridContainer parent,
java.lang.String jobName)
|
IGridJobID |
ParametricJobService.submitJob(IGridJobDescription description,
SubMonitor monitor,
IGridContainer parent,
java.lang.String jobName)
Specialized method to submit parametric job |
| Uses of IGridContainer in eu.geclipse.core.model |
|---|
| Subinterfaces of IGridContainer in eu.geclipse.core.model | |
|---|---|
interface |
IConnectionManager
First version of a connection manager. |
interface |
IDefaultGridElementManager
An IGridElementManager that supports the management of
a default element. |
interface |
IGridConnection
Base interface for filesystem mounts. |
interface |
IGridConnectionElement
Base interface for elements of a file system mount. |
interface |
IGridElementManager
Base interface for all element managers. |
interface |
IGridJob
Base interface for all middleware specific implementations of jobs for the Grid. |
interface |
IGridJobDescription
A grid element that describes a job on the Grid. |
interface |
IGridJobManager
A job manager is able to manage IGridJob. |
interface |
IGridProject
Grid element for projects in the grid model. |
interface |
IGridResourceContainer
IGridResourceContainers are IGridContainers that contain
IGridResources of a specific category. |
interface |
IGridRoot
This is the root element of the whole grid model. it is the parent of all currently contained projects. |
interface |
IGridSiteConfig
This is at the moment just a declarative interfaces for integrating site configuration into the Grid model. |
interface |
IGridVisualisation
An interfaces for integrating visualisation into the Grid model. |
interface |
IServiceJobManager
Interface class for manager of the service jobs. |
interface |
IStorableElementManager
An IGridElementManager that is able to save its
managed elements and to load them back. |
interface |
IVirtualOrganization
This is the base interface that all implementations of virtual organizations have to implement. |
interface |
IVoManager
This manager is dedicated to IVirtualOrganizations. |
| Methods in eu.geclipse.core.model that return IGridContainer | |
|---|---|
IGridContainer |
IGridElement.getParent()
Get the parent element of this element. |
IGridContainer |
IGridProject.getProjectFolder(java.lang.Class<? extends IGridElement> elementType)
Get the project folder that is used by default by this project to store elements of the specified type. |
IGridContainer |
IGridProject.getProjectFolder(IGridElement element)
Get the project folder that is used by default by this project to store elements of the specified type. |
| Methods in eu.geclipse.core.model with parameters of type IGridContainer | |
|---|---|
IGridElement |
IGridElementCreator.create(IGridContainer parent)
Create an element and set it to be a child of the specified IGridContainer. |
IGridElement |
IConfigurableElementCreator.create(IGridContainer parent,
IConfiguration configuration)
Create a model element from the specified IConfiguration. |
IGridJob |
IGridJobCreator.create(IGridContainer parent,
IGridJobID id,
IGridJobService jobService,
java.lang.String jobName)
Creates GridJob and add this to GridProjectView. |
IGridElement |
IGridElementCreator.create(IGridContainer parent,
java.lang.Object source)
Shortcut method for creating an element from the specified source object. |
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. |
java.lang.String |
IGridProject.getProjectFolderID(IGridContainer folder)
Get the project folder ID of the specified IGridContainer
or return null if the specified container is not a
project folder. |
| Uses of IGridContainer in eu.geclipse.core.model.impl |
|---|
| Classes in eu.geclipse.core.model.impl that implement IGridContainer | |
|---|---|
class |
AbstractGridContainer
Base implementation of the IGridContainer interface that
implements basic functionalities of a grid container. |
class |
AbstractGridVisualisationResource
|
class |
AbstractVirtualOrganization
Abstract implementation of the IVirtualOrganization interface. |
class |
GenericVirtualOrganization
This is the g-Eclipse default implementation for the IVirtualOrganization interface. |
class |
ResourceGridContainer
IResource based implementation of an IGridContainer. |
| Methods in eu.geclipse.core.model.impl that return IGridContainer | |
|---|---|
IGridContainer |
GenericVoProperties.getParent()
|
IGridContainer |
ContainerMarker.getParent()
|
IGridContainer |
AbstractApplicationManager.getParent()
|
IGridContainer |
ResourceGridElement.getParent()
|
IGridContainer |
ResourceGridContainer.getParent()
|
IGridContainer |
AbstractVirtualOrganization.getParent()
|
| Methods in eu.geclipse.core.model.impl with parameters of type IGridContainer | |
|---|---|
IGridElement |
GenericVoCreator.create(IGridContainer parent)
|
IGridElement |
AbstractVoCreator.create(IGridContainer parent,
IConfiguration configuration)
|
IGridElement |
AbstractGridElementCreator.create(IGridContainer parent,
java.lang.Object source)
|
IGridResource[] |
AbstractGridInfoService.fetchResources(IGridContainer parent,
IVirtualOrganization vo,
IGridResourceCategory category,
IProgressMonitor monitor)
|
static ContainerMarker |
ContainerMarker.getEmptyFolderMarker(IGridContainer container)
|
static ContainerMarker |
ContainerMarker.getErrorMarker(IGridContainer container,
java.lang.Throwable t)
|
| Constructors in eu.geclipse.core.model.impl with parameters of type IGridContainer | |
|---|---|
ContainerMarker(IGridContainer container,
ContainerMarker.MarkerType type,
java.lang.String message)
Create a new container marker of the specified type. |
|
| Uses of IGridContainer in eu.geclipse.info.model |
|---|
| Classes in eu.geclipse.info.model that implement IGridContainer | |
|---|---|
class |
GridGlueComputing
Implementation of the IGridElement
interface for a GlueCE. |
| Methods in eu.geclipse.info.model that return IGridContainer | |
|---|---|
IGridContainer |
GridGlueSite.getParent()
|
IGridContainer |
GridGlueComputing.getParent()
|
IGridContainer |
GridGlueElement.getParent()
|
| Constructors in eu.geclipse.info.model with parameters of type IGridContainer | |
|---|---|
GridApplication(IGridContainer parent,
GlueLocation software)
|
|
GridGlueComputing(IGridContainer parent,
GlueCE glueCE)
Construct a new GridGlueComputing for the specified
GlueCE. |
|
GridGlueElement(IGridContainer parent,
AbstractGlueTable glueTable)
Construct a new GridGlueElement with the specified
parent and associated glue table. |
|
GridGlueService(IGridContainer parent,
GlueService glueService)
Construct a new GridGlueService for the specified
GlueService. |
|
GridGlueServiceApplication(IGridContainer parent,
GlueService glueService)
|
|
GridGlueServiceComputing(IGridContainer parent,
GlueService glueService)
The constructor of a GriaComputing that symbolizes a gria application |
|
GridGlueSite(IGridContainer parent,
GlueSite glueSite)
Create a GridGlueSite |
|
GridGlueStorage(IGridContainer parent,
GlueSE glueSE)
Construct a new GridGlueStorage for the specified
GlueSE. |
|
| Uses of IGridContainer in eu.geclipse.jsdl |
|---|
| Classes in eu.geclipse.jsdl that implement IGridContainer | |
|---|---|
class |
JSDLJobDescription
Concrete implementation of an IGridJobDescription for the JSDL
language. |
class |
JSDLJobDescriptionModel
JSDLJobDescription object for use outside g-Eclipse model. |
| Methods in eu.geclipse.jsdl that return IGridContainer | |
|---|---|
IGridContainer |
JSDLJobDescriptionModel.getParent()
|
| Methods in eu.geclipse.jsdl with parameters of type IGridContainer | |
|---|---|
IGridElement |
JSDLJobDescriptionCreator.create(IGridContainer parent)
|
| Uses of IGridContainer in eu.geclipse.servicejob.model |
|---|
| Methods in eu.geclipse.servicejob.model that return IGridContainer | |
|---|---|
IGridContainer |
AbstractServiceJob.getParent()
|
| Uses of IGridContainer in eu.geclipse.ui.providers |
|---|
| Constructors in eu.geclipse.ui.providers with parameters of type IGridContainer | |
|---|---|
FetchChildrenJob(IGridContainer container,
Shell shell)
|
|
| Uses of IGridContainer in eu.geclipse.ui.widgets |
|---|
| Constructors in eu.geclipse.ui.widgets with parameters of type IGridContainer | |
|---|---|
GridConnectionDefinitionComposite(IGridContainer mountPoint,
Composite parent,
int style)
Create a new connection definition composite. |
|
| Uses of IGridContainer in eu.geclipse.ui.wizards |
|---|
| Methods in eu.geclipse.ui.wizards with parameters of type IGridContainer | |
|---|---|
java.net.URI |
IConnectionUriProcessor.processURI(IGridContainer parent,
java.net.URI uri)
|
| Constructors in eu.geclipse.ui.wizards with parameters of type IGridContainer | |
|---|---|
ConnectionDefinitionWizardPage(IGridContainer mountPoint,
java.net.URI uri)
|
|
| Uses of IGridContainer in eu.geclipse.workflow |
|---|
| Subinterfaces of IGridContainer in eu.geclipse.workflow | |
|---|---|
interface |
IGridWorkflowDescription
This is at the moment just a declarative interface for integrating workflows into the Grid model. |
| Uses of IGridContainer in eu.geclipse.workflow.resources |
|---|
| Classes in eu.geclipse.workflow.resources that implement IGridContainer | |
|---|---|
class |
GridWorkflow
Grid element for workflow description |
| Methods in eu.geclipse.workflow.resources with parameters of type IGridContainer | |
|---|---|
IGridElement |
GridWorkflowCreator.create(IGridContainer parent)
|
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||