|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGridJobCreator
Specialised interface for the creation of jobs for the grid. Offers also the possibility for submitting the job.
| Method Summary | |
|---|---|
boolean |
canCreate(IGridJobDescription description)
Test if this creator can create a job from the specified job description. |
IGridJob |
create(IGridContainer parent,
IGridJobID id,
IGridJobService jobService,
java.lang.String jobName)
Creates GridJob and add this to GridProjectView. |
| Methods inherited from interface eu.geclipse.core.model.IGridElementCreator |
|---|
create, create, getSource, setSource |
| Method Detail |
|---|
boolean canCreate(IGridJobDescription description)
description - The description from which to create the job.
IGridJob create(IGridContainer parent,
IGridJobID id,
IGridJobService jobService,
java.lang.String jobName)
throws ProblemException
parent - - The parent node in GridProjectViewid - - Identifier of jobjobService - jobName - - name under which job should be stored in the workspace
ProblemException
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||