|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
org.eclipse.emf.emfstore.internal.client.model.filetransfer.FileTransferJob
org.eclipse.emf.emfstore.internal.client.model.filetransfer.FileUploadJob
public class FileUploadJob
File Upload Job class is responsible for uploading files to the server in the Eclipse Worker thread.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.core.runtime.jobs.Job |
|---|
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING |
| Constructor Summary | |
|---|---|
FileUploadJob(FileTransferManager transferManager,
FileIdentifier fileId,
boolean transferVisibleToUser)
Default constructor. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.emf.emfstore.internal.client.model.filetransfer.FileTransferJob |
|---|
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 |
| Constructor Detail |
|---|
public FileUploadJob(FileTransferManager transferManager,
FileIdentifier fileId,
boolean transferVisibleToUser)
throws FileTransferException
transferManager - the transfer manager which created the jobfileId - the identifier of the file to be uploadedtransferVisibleToUser - progress bar yes/no
FileTransferException - any error occurring during a file transfer is wrapped in a file transfer exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||