goldengate.ftp.filesystembased
Class FilesystemBasedFtpRestart

java.lang.Object
  extended by goldengate.common.file.Restart
      extended by goldengate.common.file.filesystembased.FilesystemBasedRestartImpl
          extended by goldengate.ftp.filesystembased.FilesystemBasedFtpRestart

public class FilesystemBasedFtpRestart
extends goldengate.common.file.filesystembased.FilesystemBasedRestartImpl

Filesystem implementation of a Restart.
Only FILE+STREAM is supported (byte position in file).

Author:
Frederic Bregier

Field Summary
 
Fields inherited from class goldengate.common.file.filesystembased.FilesystemBasedRestartImpl
position
 
Constructor Summary
FilesystemBasedFtpRestart(FtpSession session)
           
 
Method Summary
 boolean restartMarker(String marker)
           
 
Methods inherited from class goldengate.common.file.filesystembased.FilesystemBasedRestartImpl
getPosition
 
Methods inherited from class goldengate.common.file.Restart
getSession, isSet, setSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilesystemBasedFtpRestart

public FilesystemBasedFtpRestart(FtpSession session)
Parameters:
session -
Method Detail

restartMarker

public boolean restartMarker(String marker)
                      throws goldengate.common.command.exception.CommandAbstractException
Specified by:
restartMarker in class goldengate.common.file.Restart
Throws:
goldengate.common.command.exception.CommandAbstractException


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