Package org.netxms.client
Class ReceivedFile
java.lang.Object
org.netxms.client.ReceivedFile
Class that returns received file and
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
SUCCESSpublic static final int SUCCESS- See Also:
 
- 
CANCELEDpublic static final int CANCELED- See Also:
 
- 
FAILEDpublic static final int FAILED- See Also:
 
- 
TIMEOUTpublic static final int TIMEOUT- See Also:
 
 
- 
- 
Constructor Details- 
ReceivedFileCreate new received file handle- Parameters:
- f- TODO
- status- TODO
 
 
- 
- 
Method Details- 
getStatuspublic int getStatus()Get status of receive operation- Returns:
- the status
 
- 
getFileGet received file- Returns:
- the file
 
- 
isFailedpublic boolean isFailed()Method that checks if error should be generated- Returns:
- true if file transfer operation has failed
 
 
-