com.ibm.carma.ui.job
Class DownloadRemoteJob

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.core.internal.jobs.InternalJob
          extended by org.eclipse.core.runtime.jobs.Job
              extended by com.ibm.carma.ui.job.AbstractCarmaJob
                  extended by com.ibm.carma.ui.job.DownloadJob
                      extended by com.ibm.carma.ui.job.DownloadRemoteJob
All Implemented Interfaces:
java.lang.Comparable, org.eclipse.core.runtime.IAdaptable

public class DownloadRemoteJob
extends DownloadJob

This User Job downloads remote files into IFiles.

This Class may be instantiated, but is not intended to be subclassed.

Since:
7.0

Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from class org.eclipse.core.runtime.jobs.Job
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING
 
Constructor Summary
DownloadRemoteJob(java.lang.String name, org.eclipse.core.resources.IFile file, CARMAMember member, boolean keepHistory)
           
 
Method Summary
 
Methods inherited from class com.ibm.carma.ui.job.DownloadJob
run
 
Methods inherited from class com.ibm.carma.ui.job.AbstractCarmaJob
displayCustomReturns, displayCustomReturns, displayCustomReturns, displayCustomReturns, getActionFromReturns, getActionName
 
Methods inherited from class org.eclipse.core.runtime.jobs.Job
addJobChangeListener, belongsTo, cancel, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, wakeUp, wakeUp
 
Methods inherited from class org.eclipse.core.internal.jobs.InternalJob
compareTo, toString
 
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

DownloadRemoteJob

public DownloadRemoteJob(java.lang.String name,
                         org.eclipse.core.resources.IFile file,
                         CARMAMember member,
                         boolean keepHistory)
Parameters:
name - name of the job
file - local file to update with the contents of
member - the CARMA member to download
keepHistory - flag to indicate if the history of the local file should be maintained