goldengate.common.file
Interface SessionInterface


public interface SessionInterface

Interface for SessionInterface

Author:
Frederic Bregier

Method Summary
 void clear()
          Clean the session
 AuthInterface getAuth()
           
 int getBlockSize()
           
 DirInterface getDir()
           
 FileParameterInterface getFileParameter()
           
 Restart getRestart()
           
 String getUniqueExtension()
           
 

Method Detail

getDir

DirInterface getDir()
Returns:
the DirInterface

getAuth

AuthInterface getAuth()
Returns:
the AuthInterface

clear

void clear()
Clean the session


getBlockSize

int getBlockSize()
Returns:
the BlockSize to use in FileInterface operations

getFileParameter

FileParameterInterface getFileParameter()
Returns:
the configuration

getRestart

Restart getRestart()
Returns:
the Restart

getUniqueExtension

String getUniqueExtension()
Returns:
the extension to give to Unique File (STOU)


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