[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Define how many jobs are allowed run at the same time
|
- From: alwin82@xxxxxxxxxxx (Alwin)
- Date: Sat, 12 Jan 2008 11:28:02 +0000 (UTC)
- Newsgroups: eclipse.platform.rcp
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hello together,
in need to define how many jobs are allowed to run at the same time.
I try to use the JobManager within the isConflicting() method of my
scheduling rule to find out how many jobs of a certain job family are
running at the moment and so on. But the result is an "Unhandled loop
exception".
So I think the isConflicting() method this is not the right place.
Can somebody help me with that problem?
(sorry my english is not so good)
Best regards