org.eclipse.rse.subsystems.files.dstore.old
Class FileTransferStatusListener
java.lang.Object
org.eclipse.rse.subsystems.files.dstore.old.StatusChangeListener
org.eclipse.rse.subsystems.files.dstore.old.FileTransferStatusListener
- All Implemented Interfaces:
- ICommunicationsListener, org.eclipse.dstore.extra.internal.extra.IDomainListener
- public class FileTransferStatusListener
- extends StatusChangeListener
| Methods inherited from class org.eclipse.rse.subsystems.files.dstore.old.StatusChangeListener |
communicationsStateChange, domainChanged, getShell, getStatus, isNetworkDown, isPassiveCommunicationsListener, listeningTo, setDone, setStatus, waitForUpdate, waitForUpdate, waitForUpdate, wasCancelled, whatIsGoingOn |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_remotePath
protected String _remotePath
_log
protected org.eclipse.dstore.core.model.DataElement _log
_statusElement
protected org.eclipse.dstore.core.model.DataElement _statusElement
FileTransferStatusListener
public FileTransferStatusListener(String remotePath,
Shell shell,
IProgressMonitor monitor,
IConnectorService system,
org.eclipse.dstore.core.model.DataStore ds,
org.eclipse.dstore.core.model.DataElement uploadLog)
throws Exception
findOrCreateUploadStatus
protected org.eclipse.dstore.core.model.DataElement findOrCreateUploadStatus(org.eclipse.dstore.core.model.DataStore ds)
determineStatusDone
protected boolean determineStatusDone()
- Description copied from class:
StatusChangeListener
- Determines whether the status is done.
- Overrides:
determineStatusDone in class StatusChangeListener
- Returns:
true if status done, false otherwise.
uploadHasFailed
public boolean uploadHasFailed()
getErrorMessage
public String getErrorMessage()
getRemotePath
public String getRemotePath()
setRemotePath
public void setRemotePath(String remotePath)
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.