org.eclipse.emf.emfstore.internal.client.model.filetransfer
Class FileTransferJob

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 org.eclipse.emf.emfstore.internal.client.model.filetransfer.FileTransferJob
All Implemented Interfaces:
Comparable, org.eclipse.core.runtime.IAdaptable
Direct Known Subclasses:
FileDownloadJob, FileUploadJob

public abstract class FileTransferJob
extends org.eclipse.core.runtime.jobs.Job

Abstract class for the file transfer job encapsulating methods used for downloads and uploads.

Author:
pfeifferc, jfinis

Field Summary
 
Fields inherited from class org.eclipse.core.runtime.jobs.Job
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING
 
Method Summary
 Exception getException()
           
 
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, toString, wakeUp, wakeUp, yieldRule
 
Methods inherited from class org.eclipse.core.internal.jobs.InternalJob
compareTo
 
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
 

Method Detail

getException

public Exception getException()
Returns:
the exception, if there has been any. Null otherwise.


Copyright © 2015. All Rights Reserved.