org.eclipse.mylar.internal.tasks.ui
Class TaskListSynchronizationScheduler.MutexRule

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

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


Constructor Summary
TaskListSynchronizationScheduler.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

TaskListSynchronizationScheduler.MutexRule

TaskListSynchronizationScheduler.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