|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.enterprisedt.net.ftp.script.ScriptResult
public class ScriptResult
Holds the result of a script which has been run. Various statistics are supplied.
| Constructor Summary | |
|---|---|
ScriptResult()
|
|
| Method Summary | |
|---|---|
int |
getDeleteCount()
Get the number of files deleted during the script execution |
int |
getDownloadCount()
Get the number of files downloaded during the script execution |
java.lang.Exception |
getLastException()
What was the last exception? |
FTPReply |
getLastFTPReply()
Get the last reply sent back by the FTP server. |
java.lang.String[] |
getServerMessageLog()
Get the server message log for this script |
int |
getUploadCount()
Get the number of files uploaded during the script execution |
boolean |
isForceScriptExit()
Was the script forced to exit by an error? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptResult()
| Method Detail |
|---|
public FTPReply getLastFTPReply()
public java.lang.String[] getServerMessageLog()
public java.lang.Exception getLastException()
public boolean isForceScriptExit()
public int getDownloadCount()
public int getUploadCount()
public int getDeleteCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||