Uses of Class
goldengate.common.file.Restart

Packages that use Restart
goldengate.common.file Classes implementing File, Directory, Authentication and Session Interfaces 
goldengate.common.file.filesystembased Classes implementing FileInterface and Directory according to a filesystem implementation 
goldengate.common.file.passthrough Classes implementing FileInterface and Directory according to a pass through implementation (no storage since data are just pass through this interface) 
 

Uses of Restart in goldengate.common.file
 

Methods in goldengate.common.file that return Restart
 Restart SessionInterface.getRestart()
           
 

Methods in goldengate.common.file with parameters of type Restart
 boolean FileInterface.restartMarker(Restart restart)
          Restart from a Marker for the current FileInterface if any.
 

Uses of Restart in goldengate.common.file.filesystembased
 

Subclasses of Restart in goldengate.common.file.filesystembased
 class FilesystemBasedRestartImpl
          Restart implementation for Filesystem Based
 

Methods in goldengate.common.file.filesystembased with parameters of type Restart
 boolean FilesystemBasedFileImpl.restartMarker(Restart restart)
           
 

Uses of Restart in goldengate.common.file.passthrough
 

Subclasses of Restart in goldengate.common.file.passthrough
 class PassthroughBasedRestartImpl
          Restart implementation for Passthrough Based
 

Methods in goldengate.common.file.passthrough with parameters of type Restart
 boolean PassthroughBasedFileImpl.restartMarker(Restart restart)
           
 



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