Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Kill a job from its ID




On Mon, 7 Jul 2008, Romain wrote:

Hi all,

I am still trying to be independent of the g-eclipse workspace while using g-eclipse :).

It means that I would like to be able to save running jobs (id and associated job services), delete the workspace, and be able to retrieve the states of the jobs afterwards using object saved outside of the eclipse workspace. (each time I initialize the CA certificates, and the tokens).

At this point, what prevents me from doing it, is that a I cannot cancel a job using its IGridJobID and the matching IGridJobService. Is it possible to add a method to kill a job from its id in the IGridJobService interface?

Hi,

The interface IGridService is changed.
Now the delete() method accepts IGridJobID instead of IGridJob.

New code is in HEAD versions in SVN/CVS.

Regards,

Pawel


Back to the top