goldengate.ftp.core.data
Class FtpTransferExecutor
java.lang.Object
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
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 |
FtpTransferExecutor
public FtpTransferExecutor(FtpSession session,
FtpTransfer executeTransfer)
- Create an executor and launch it
- Parameters:
session
- executeTransfer
-
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.