Skip to main content

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

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?

Bye,
Romain.


Back to the top