|
||||||||||
| 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.ExecuteCommandResult
public class ExecuteCommandResult
Result of executing a literal command on the server
| Constructor Summary | |
|---|---|
ExecuteCommandResult(java.lang.String command)
|
|
| Method Summary | |
|---|---|
java.lang.String |
endAsync()
This method is called to complete the asynchronous operation. |
java.lang.String |
getCommand()
Get the literal command executed |
java.lang.String |
getResult()
Get the result of applying the command |
void |
setResult(java.lang.String result)
Set the command result string |
| 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 ExecuteCommandResult(java.lang.String command)
| Method Detail |
|---|
public java.lang.String endAsync()
throws FTPException,
java.io.IOException
java.io.IOException
FTPExceptionpublic java.lang.String getResult()
public void setResult(java.lang.String result)
result - result returned by serverpublic java.lang.String getCommand()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||