Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.team.ui.synchronize
Class SynchronizeModelOperation


java.lang.Object
  extended by 

org.eclipse.core.runtime.jobs.JobChangeAdapter
      extended by 

org.eclipse.team.ui.TeamOperation
          extended by 
org.eclipse.team.ui.synchronize.SynchronizeModelOperation
All Implemented Interfaces:
IJobChangeListener, IRunnableWithProgress

public abstract class SynchronizeModelOperation
extends TeamOperation

A specialized team operation that operates on ISynchronizeModelElementelements. If the operation is run in the background the elements the operation is created with will be updated to show that they are busy while the operation is running and will be marked un-busy after the operation completes.

Since:
3.0
See Also:
SyncInfoSet, SynchronizeModelAction

Constructor Summary
protected SynchronizeModelOperation ( ISynchronizePageConfiguration configuration, IDiffElement[] elements)
          Create an operation that will operate on the given diff elements.
 
Method Summary
 void done ( IJobChangeEvent event)
          Notification that a job has completed execution, either due to cancelation, successful completion, or failure.
protected   SyncInfoSet getSyncInfoSet ()
          Returns a sync info set that contains the SyncInfofor the elements of this operations.
 void scheduled ( IJobChangeEvent event)
          Notification that a job is being added to the queue of scheduled jobs.
 
Methods inherited from class org.eclipse.team.ui. TeamOperation
belongsTo, canRunAsJob, getGotoAction, getJobName, getKeepOperation, getOperationIcon, getPart, getSchedulingRule, getShell, isKeepOneProgressServiceEntry, isPostponeAutobuild, isSameFamilyAs, isUserInitiated, run, shouldRun
 
Methods inherited from class org.eclipse.core.runtime.jobs. JobChangeAdapter
aboutToRun, awake, running, sleeping
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.operation. IRunnableWithProgress
run
 

Constructor Detail

SynchronizeModelOperation

protected SynchronizeModelOperation(
ISynchronizePageConfiguration configuration,
                                    
IDiffElement[] elements)
Create an operation that will operate on the given diff elements.

Parameters:
configuration - the participant configuration in which this operation is run
elements - the model elements this operation will run with
Method Detail

getSyncInfoSet

protected 
SyncInfoSet getSyncInfoSet()
Returns a sync info set that contains the SyncInfofor the elements of this operations.

Returns:
the sync info set that contains the elements this operation is operating on.

scheduled

public void scheduled(
IJobChangeEvent event)
Description copied from interface: IJobChangeListener
Notification that a job is being added to the queue of scheduled jobs. The event details includes the scheduling delay before the job should start running.

Specified by:
scheduled in interface IJobChangeListener
Overrides:
scheduled in class JobChangeAdapter
Parameters:
event - the event details, including the job instance and the scheduling delay

done

public void done(
IJobChangeEvent event)
Description copied from interface: IJobChangeListener
Notification that a job has completed execution, either due to cancelation, successful completion, or failure. The event status object indicates how the job finished, and the reason for failure, if applicable.

Specified by:
done in interface IJobChangeListener
Overrides:
done in class JobChangeAdapter
Parameters:
event - the event details

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire