| |
|
| java.lang.Object org.eclipse.ui.examples.jobs.TestJobRule
TestJobRule | public class TestJobRule implements ISchedulingRule(Code) | | TestJobRule is a scheduling rules that makes all jobs sequential.
|
Method Summary | |
public boolean | contains(ISchedulingRule rule) | public int | getJobOrder() Return the order of this rule. | public boolean | isConflicting(ISchedulingRule rule) |
TestJobRule | public TestJobRule(int order)(Code) | | |
contains | public boolean contains(ISchedulingRule rule)(Code) | | |
getJobOrder | public int getJobOrder()(Code) | | Return the order of this rule.
|
isConflicting | public boolean isConflicting(ISchedulingRule rule)(Code) | | |
|
|
|