goldengate.ftp.core.file
Interface FtpFile

All Superinterfaces:
goldengate.common.file.FileInterface
All Known Implementing Classes:
FileBasedFile, FilesystemBasedFtpFile

public interface FtpFile
extends goldengate.common.file.FileInterface

Author:
Frederic Bregier

Method Summary
 void trueRetrieve()
          Launch retrieve operation (internal method, should not be called directly)
 
Methods inherited from interface goldengate.common.file.FileInterface
abortFile, canRead, canWrite, checkIdentify, clear, closeFile, delete, exists, getDir, getFile, getMarker, getSession, isDirectory, isFile, isInReading, isInWriting, length, readDataBlock, renameTo, restartMarker, retrieve, store, writeDataBlock
 

Method Detail

trueRetrieve

void trueRetrieve()
Launch retrieve operation (internal method, should not be called directly)



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