goldengate.ftp.core.data
Class FtpTransferExecutor

java.lang.Object
  extended by goldengate.ftp.core.data.FtpTransferExecutor
All Implemented Interfaces:
Runnable

public class FtpTransferExecutor
extends Object
implements Runnable

Class that implements the execution of the Transfer itself.

Author:
Frederic Bregier

Constructor Summary
FtpTransferExecutor(FtpSession session, FtpTransfer executeTransfer)
          Create an executor and launch it
 
Method Summary
 void run()
          Internal method, should not be called directly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpTransferExecutor

public FtpTransferExecutor(FtpSession session,
                           FtpTransfer executeTransfer)
Create an executor and launch it

Parameters:
session -
executeTransfer -
Method Detail

run

public void run()
Internal method, should not be called directly

Specified by:
run in interface Runnable


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