com.ibm.jdg2e.concurrency.rules
Class TypeRule

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

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

This rule contains itself and does not conflict with any other rule.


Constructor Summary
TypeRule()
           
 
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

TypeRule

public TypeRule()
Method Detail

contains

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

isConflicting

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