Uses of Interface
goldengate.common.file.SessionInterface

Packages that use SessionInterface
goldengate.common.command Global classes that store all informations on implemented commands, arguments, reply codes. 
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 SessionInterface in goldengate.common.command
 

Methods in goldengate.common.command that return SessionInterface
 SessionInterface CommandInterface.getSession()
           
 

Methods in goldengate.common.command with parameters of type SessionInterface
 void CommandInterface.setArgs(SessionInterface session, String command, String arg, Enum code)
          Set the Command from the args
 

Uses of SessionInterface in goldengate.common.file
 

Fields in goldengate.common.file declared as SessionInterface
protected  SessionInterface AbstractDir.session
          SessionInterface
 

Methods in goldengate.common.file that return SessionInterface
protected  SessionInterface Restart.getSession()
           
 SessionInterface FileInterface.getSession()
           
 SessionInterface DirInterface.getSession()
           
 SessionInterface AuthInterface.getSession()
           
 SessionInterface AbstractDir.getSession()
           
 

Constructors in goldengate.common.file with parameters of type SessionInterface
Restart(SessionInterface session)
          Default constructor
 

Uses of SessionInterface in goldengate.common.file.filesystembased
 

Fields in goldengate.common.file.filesystembased declared as SessionInterface
protected  SessionInterface FilesystemBasedFileImpl.session
          SessionInterface
protected  SessionInterface FilesystemBasedAuthImpl.session
          SessionInterface
 

Methods in goldengate.common.file.filesystembased that return SessionInterface
 SessionInterface FilesystemBasedFileImpl.getSession()
           
 SessionInterface FilesystemBasedAuthImpl.getSession()
           
 

Constructors in goldengate.common.file.filesystembased with parameters of type SessionInterface
FilesystemBasedAuthImpl(SessionInterface session)
           
FilesystemBasedDirImpl(SessionInterface session, OptsMLSxInterface optsMLSx)
           
FilesystemBasedFileImpl(SessionInterface session, FilesystemBasedDirImpl dir, String path)
          Special constructor for possibly external file
FilesystemBasedFileImpl(SessionInterface session, FilesystemBasedDirImpl dir, String path, boolean append)
           
FilesystemBasedRestartImpl(SessionInterface session)
           
 

Uses of SessionInterface in goldengate.common.file.passthrough
 

Fields in goldengate.common.file.passthrough declared as SessionInterface
protected  SessionInterface PassthroughBasedFileImpl.session
          SessionInterface
 

Methods in goldengate.common.file.passthrough that return SessionInterface
 SessionInterface PassthroughBasedFileImpl.getSession()
           
 

Constructors in goldengate.common.file.passthrough with parameters of type SessionInterface
PassthroughBasedAuthImpl(SessionInterface session)
           
PassthroughBasedDirImpl(SessionInterface session, OptsMLSxInterface optsMLSx)
           
PassthroughBasedFileImpl(SessionInterface session, PassthroughBasedDirImpl dir, String path, boolean append)
           
PassthroughBasedRestartImpl(SessionInterface session)
           
 



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