public class SynchronizationJob
extends org.eclipse.core.runtime.jobs.Job
Constructor and Description |
---|
SynchronizationJob(org.eclipse.emf.transaction.TransactionalEditingDomain domain,
AutoTriggeredSynchronizationManager manager)
Constructor that takes in an editing domain and an
AutoTriggeredSynchronizationManager that will have its queued requests
executed.
|
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.core.runtime.IStatus |
run(org.eclipse.core.runtime.IProgressMonitor monitor) |
addJobChangeListener, belongsTo, cancel, canceling, create, done, getJobGroup, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, join, removeJobChangeListener, schedule, schedule, setJobGroup, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule
public SynchronizationJob(org.eclipse.emf.transaction.TransactionalEditingDomain domain, AutoTriggeredSynchronizationManager manager)
domain
- TransactionalEditingDomainmanager
- AutoTriggeredSynchronizationManager to have its queued
requests executed.