public class FxpFailedEvent
extends java.util.EventObject
| Constructor and Description |
|---|
FxpFailedEvent(java.lang.Object src,
java.lang.Object destination,
java.lang.String filename,
java.lang.Exception ex)
Creates a new FxpFailedEvent instance
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 exceptionpublic java.lang.Exception getException()
public java.lang.Object getSource()
public java.lang.Object getDestination()
public java.lang.String getFilename()
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved