openr66.context.filesystem
Class R66Restart

java.lang.Object
  extended by goldengate.common.file.Restart
      extended by goldengate.common.file.filesystembased.FilesystemBasedRestartImpl
          extended by openr66.context.filesystem.R66Restart

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

Restart implementation

Author:
frederic bregier

Field Summary
 
Fields inherited from class goldengate.common.file.filesystembased.FilesystemBasedRestartImpl
position
 
Constructor Summary
R66Restart(R66Session session)
           
 
Method Summary
 boolean restartMarker(long newposition)
          Same as restartMarker with String
 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

R66Restart

public R66Restart(R66Session 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

restartMarker

public boolean restartMarker(long newposition)
Same as restartMarker with String

Parameters:
newposition -
Returns:
True if OK


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