Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Job scheduling
Job scheduling [message #333465] Fri, 12 December 2008 09:15
Markus Schindler is currently offline Markus SchindlerFriend
Messages: 30
Registered: July 2009
Member
Hi there,

I use the eclipse job api for executing soap requests. These jobs should
only run, if some pre conditions are true (i.e. a session was created). If
the pre condition are false, they should wait till these pre conditions
are true. (check every x seconds or by a event trigger for example)
How to do this?

Is that possible with ISchedulingRule, or override shouldSchedule or
shouldRun methods?
Or should I do this inside the jobs run method?

Any hints are welcome!

regards,
Markus
Previous Topic:[Databinding, General UI] UI brainstorming, (nearly) all stolen ideas
Next Topic:List of active plugins from cmd-line?
Goto Forum:
  


Current Time: Sun Dec 22 06:15:21 GMT 2024

Powered by FUDForum. Page generated in 0.02531 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top