com.ibm.jdg2e.view.files.ui
Class SequenceRule

java.lang.Object
  extended bycom.ibm.jdg2e.view.files.ui.SequenceRule
All Implemented Interfaces:
org.eclipse.core.runtime.jobs.ISchedulingRule

public class SequenceRule
extends java.lang.Object
implements org.eclipse.core.runtime.jobs.ISchedulingRule

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

SequenceRule

public SequenceRule()
Method Detail

contains

public boolean contains(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
Return true if rule is of the same type as this rule

Specified by:
contains in interface org.eclipse.core.runtime.jobs.ISchedulingRule
See Also:
ISchedulingRule.contains(org.eclipse.core.runtime.jobs.ISchedulingRule)

isConflicting

public boolean isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
Return true if rule is of the same type as this rule

Specified by:
isConflicting in interface org.eclipse.core.runtime.jobs.ISchedulingRule
See Also:
ISchedulingRule.isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule)