public class RemoteFileResult extends RemoteTransferResult
Modifier and Type | Field and Description |
---|---|
protected boolean |
cancelled |
protected java.lang.String |
remoteFileName |
DEFAULT_NOTIFY_INTERVAL
Constructor and Description |
---|
RemoteFileResult(java.lang.String remoteFileName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addProgressMonitor(AsyncEventListener monitor)
Add a progress monitor for this transfer
|
java.lang.String |
getRemoteFileName()
Get the remote file's name
|
boolean |
isCancelled() |
getMinTransferNotifyPeriod, getNotifyInterval, setMinTransferNotifyPeriod, setNotifyInterval
cancelTask, endAsyncCalled, endAsyncInternal, getClient, getLocalContext, getTag, getTask, getTaskDescription, getTaskId, getThrowable, isCompleted, isSuccessful, notifyComplete, setAsIfCompleted, setClient, setEndAsyncCalled, setLocalContext, setSuccessful, setTag, setTask, setThrowable, waitTillComplete
protected java.lang.String remoteFileName
protected boolean cancelled
public RemoteFileResult(java.lang.String remoteFileName)
remoteFileName
- the remote file's namepublic java.lang.String getRemoteFileName()
public boolean isCancelled()
public void addProgressMonitor(AsyncEventListener monitor)
monitor
- progress monitorCopyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.