org.eclipse.mylar.tasks.ui
Class RepositorySynchronizationManager.MutexRule

java.lang.Object
  extended by org.eclipse.mylar.tasks.ui.RepositorySynchronizationManager.MutexRule
All Implemented Interfaces:
org.eclipse.core.runtime.jobs.ISchedulingRule
Enclosing class:
RepositorySynchronizationManager

private static class RepositorySynchronizationManager.MutexRule
extends java.lang.Object
implements org.eclipse.core.runtime.jobs.ISchedulingRule


Constructor Summary
private RepositorySynchronizationManager.MutexRule()
           
 
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

RepositorySynchronizationManager.MutexRule

private RepositorySynchronizationManager.MutexRule()
Method Detail

isConflicting

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

contains

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