|
||||||||||
| 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.ChangeDirectoryResult
public class ChangeDirectoryResult
Holds the result of changing the remote directory.
| Constructor Summary | |
|---|---|
ChangeDirectoryResult(java.lang.String name)
|
|
| Method Summary | |
|---|---|
void |
endAsync()
This method is called to complete the asynchronous operation. |
java.lang.String |
getDirectory()
Get the name of the directory that was requested. |
java.lang.String |
getRemoteDirectory()
Get current working directory on the server after the change in directory. |
void |
setRemoteDirectory(java.lang.String remoteDirectory)
Set the current working directory on the server |
| 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 ChangeDirectoryResult(java.lang.String name)
| Method Detail |
|---|
public void endAsync()
throws FTPException,
java.io.IOException
java.io.IOException
FTPExceptionpublic java.lang.String getDirectory()
public java.lang.String getRemoteDirectory()
public void setRemoteDirectory(java.lang.String remoteDirectory)
remoteDirectory - new working directory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||