|
Secure FTP Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
com.jscape.inet.ftp.FxpFailedEvent
Fired when a FXP transfer has failed to complete
| Constructor Summary | |
FxpFailedEvent(java.lang.Object src,
java.lang.Object destination,
java.lang.String filename,
java.lang.Exception ex)
Creates a new FxpFailedEvent instance |
|
| Method Summary | |
java.lang.Object |
getDestination()
Gets destination Ftp or Ftps instance causing FXP failure. |
java.lang.Exception |
getException()
Gets exception causing FXP failure. |
java.lang.String |
getFilename()
Gets filename that caused FXP failure |
java.lang.Object |
getSource()
Gets source Ftp or Ftps instance causing FXP failure. |
| Methods inherited from class java.util.EventObject |
toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FxpFailedEvent(java.lang.Object src,
java.lang.Object destination,
java.lang.String filename,
java.lang.Exception ex)
src - the source Ftp or Ftps instancedestination - the destination Ftp or Ftps instancefilename - the filename that failed transferex - the exception| Method Detail |
public java.lang.Exception getException()
public java.lang.Object getSource()
Ftp,
Ftpspublic java.lang.Object getDestination()
Ftp,
Ftpspublic java.lang.String getFilename()
|
Secure FTP Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||