Uses of Class
goldengate.ftp.core.data.FtpTransfer

Packages that use FtpTransfer
goldengate.ftp.core.control Classes implementing Control connections. 
goldengate.ftp.core.data Classes implementing Data and Transfer status

When a transfer should occur, here are the steps:
The connection is prepared through a PORT or PASV command. 
goldengate.ftp.simpleimpl.control Simple FTP server example of control business. 
 

Uses of FtpTransfer in goldengate.ftp.core.control
 

Methods in goldengate.ftp.core.control with parameters of type FtpTransfer
abstract  void BusinessHandler.afterTransferDoneBeforeAnswer(FtpTransfer transfer)
          Run when a transfer is finished (eventually in error) but before answering.
 

Uses of FtpTransfer in goldengate.ftp.core.data
 

Methods in goldengate.ftp.core.data that return FtpTransfer
 FtpTransfer FtpTransferControl.getExecutingFtpTransfer()
           
 

Constructors in goldengate.ftp.core.data with parameters of type FtpTransfer
FtpTransferExecutor(FtpSession session, FtpTransfer executeTransfer)
          Create an executor and launch it
 

Uses of FtpTransfer in goldengate.ftp.simpleimpl.control
 

Methods in goldengate.ftp.simpleimpl.control with parameters of type FtpTransfer
 void SimpleBusinessHandler.afterTransferDoneBeforeAnswer(FtpTransfer transfer)
           
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.