|
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.FxpStartEvent
Fired for each file that begins transfer in an FXP transfer.
| Constructor Summary | |
FxpStartEvent(java.lang.Object src,
java.lang.Object destination,
java.lang.String filename)
Creates a new FxpStartEvent instance |
|
| Method Summary | |
java.lang.Object |
getDestination()
Gets destination Ftp or Ftps instance |
java.lang.String |
getFilename()
Gets filename of file being transfered |
java.lang.Object |
getSource()
Gets source Ftp or Ftps instance |
| 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 FxpStartEvent(java.lang.Object src,
java.lang.Object destination,
java.lang.String filename)
src - the source Ftp or Ftps instancedestination - the destination Ftp or Ftps instancefilename - the filename being transferred| Method Detail |
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 | ||||||||||