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:

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?

Yes, I think we can change it. deleteJob accepts IGridJob now, but as I can see it can be easily modified to accept IGridJobID instead. It looks now that implementations of IGridService only use job parameter to get jobID. We will try to do changes tomorrow.

Regards,

Pawel



Back to the top