|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.enterprisedt.net.ftp.async.AsyncResult
com.enterprisedt.net.ftp.async.RemoteFileResult
com.enterprisedt.net.ftp.async.TransferFileResult
com.enterprisedt.net.ftp.async.UploadFileResult
public class UploadFileResult
Holds the result of an upload file asynchronous operation.
| Field Summary |
|---|
| Fields inherited from class com.enterprisedt.net.ftp.async.RemoteFileResult |
|---|
cancelled, DEFAULT_NOTIFY_INTERVAL, remoteFileName |
| Constructor Summary | |
|---|---|
UploadFileResult(java.lang.String localFileName,
java.lang.String remoteFileName,
WriteMode writeMode)
Constructor |
|
| Method Summary | |
|---|---|
void |
setRemoteFileName(java.lang.String name)
Set a new remote file name |
| Methods inherited from class com.enterprisedt.net.ftp.async.TransferFileResult |
|---|
endAsync, getLocalFileName, getWriteMode |
| Methods inherited from class com.enterprisedt.net.ftp.async.RemoteFileResult |
|---|
addProgressMonitor, getMinTransferNotifyPeriod, getNotifyInterval, getRemoteFileName, isCancelled, setMinTransferNotifyPeriod, setNotifyInterval |
| Methods inherited from class com.enterprisedt.net.ftp.async.AsyncResult |
|---|
cancelTask, endAsyncCalled, endAsyncInternal, getClient, getLocalContext, getTag, getTask, getTaskDescription, getTaskId, getThrowable, isCompleted, isSuccessful, notifyComplete, setAsIfCompleted, setClient, setEndAsyncCalled, setLocalContext, setSuccessful, setTag, setTask, setThrowable, waitTillComplete |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UploadFileResult(java.lang.String localFileName,
java.lang.String remoteFileName,
WriteMode writeMode)
localFileName - local filenameremoteFileName - remote filenamewriteMode - mode in which the file was written| Method Detail |
|---|
public void setRemoteFileName(java.lang.String name)
name - new name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||