java.lang.Objectcom.ibm.jdg2e.view.files.ui.SequenceRule
Forces jobs with rule to run in sequence scheduled.
| Constructor Summary | |
|---|---|
SequenceRule()
|
|
| Method Summary | |
|---|---|
boolean |
contains(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
Return true if rule is of the same type as this rule |
boolean |
isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
Return true if rule is of the same type as this rule |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SequenceRule()
| Method Detail |
public boolean contains(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
contains in interface org.eclipse.core.runtime.jobs.ISchedulingRuleISchedulingRule.contains(org.eclipse.core.runtime.jobs.ISchedulingRule)public boolean isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
isConflicting in interface org.eclipse.core.runtime.jobs.ISchedulingRuleISchedulingRule.isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule)