Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Executable in jsdl description

Mariusz Wojtysiak a écrit :
Please look at eu.geclipse.ui.wizards.jobsubmission.JobCreatorSelectionWizard.JobSubmissionJob.run(IProgressMonitor)
Ok, thank you for the pointer I am looking into it.

I have another question: is there a reason why this method of the class GridJob doesn't takes a IGridJobID instead of a GridJobID?

 public void create( final IFolder jobFolder,
                     final GridJobID id,
final IGridJobService jobSrvce, final IGridJobDescription description, final String uniqueJobName )

I ask this question because to use this method I should make a dirty cast like:

GridJob.createJobStructure(jobsFolder, (GridJobID) id, js, jsdl, "test");


May be I use it the wrong way, do I?

Romain.


Back to the top