com.ibm.jdg2e.concurrency.rules
Class TypeBRule

java.lang.Object
  extended bycom.ibm.jdg2e.concurrency.rules.TypeABRule
      extended bycom.ibm.jdg2e.concurrency.rules.TypeBRule
All Implemented Interfaces:
org.eclipse.core.runtime.jobs.ISchedulingRule

public class TypeBRule
extends TypeABRule
implements org.eclipse.core.runtime.jobs.ISchedulingRule

This rule contains itself and conflicts with the general TypeRule rule and the TypeARule rule.


Constructor Summary
TypeBRule()
           
 
Method Summary
 boolean contains(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
           
 boolean isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeBRule

public TypeBRule()
Method Detail

contains

public boolean contains(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
Specified by:
contains in interface org.eclipse.core.runtime.jobs.ISchedulingRule
Overrides:
contains in class TypeABRule

isConflicting

public boolean isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
Specified by:
isConflicting in interface org.eclipse.core.runtime.jobs.ISchedulingRule
Overrides:
isConflicting in class TypeABRule