Secure iNet Factory

com.jscape.inet.ftp
Class FxpStartEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jscape.inet.ftp.FxpStartEvent
All Implemented Interfaces:
java.io.Serializable

public class FxpStartEvent
extends java.util.EventObject

Fired for each file that begins transfer in an FXP transfer.

See Also:
Serialized Form

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

FxpStartEvent

public FxpStartEvent(java.lang.Object src,
                     java.lang.Object destination,
                     java.lang.String filename)
Creates a new FxpStartEvent instance

Parameters:
src - the source Ftp or Ftps instance
destination - the destination Ftp or Ftps instance
filename - the filename being transferred
Method Detail

getSource

public java.lang.Object getSource()
Gets source Ftp or Ftps instance

Overrides:
getSource in class java.util.EventObject
Returns:
a Ftp or Ftps instance
See Also:
Ftp, Ftps

getDestination

public java.lang.Object getDestination()
Gets destination Ftp or Ftps instance

Returns:
a Ftp or Ftps instance
See Also:
Ftp, Ftps

getFilename

public java.lang.String getFilename()
Gets filename of file being transfered

Returns:
filename

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved