A B C D E F G H I K L M N O P Q R S T U V W X Z

A

abortFile() - Method in interface goldengate.common.file.FileInterface
Try to abort the current transfer if any
abortFile() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
abortFile() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
AbstractDbData - Class in goldengate.common.database.data
Abstract database table implementation without explicit COMMIT.
AbstractDbData(DbSession) - Constructor for class goldengate.common.database.data.AbstractDbData
Abstract constructor to set the DbSession to use
AbstractDbData.UpdatedInfo - Enum in goldengate.common.database.data
UpdatedInfo status
AbstractDbDataWithCommit - Class in goldengate.common.database.data
Abstract database table implementation with explicit COMMIT.
AbstractDbDataWithCommit(DbSession) - Constructor for class goldengate.common.database.data.AbstractDbDataWithCommit
Abstract constructor to set the DbSession to use
AbstractDir - Class in goldengate.common.file
Abstract Main Implementation of Directory
AbstractDir() - Constructor for class goldengate.common.file.AbstractDir
 
AbstractLruCache<K,V> - Class in goldengate.common.lru
Base class for concrete implementations
AbstractLruCache(long) - Constructor for class goldengate.common.lru.AbstractLruCache
Constructs BaseLruCache
addAndGetElementMultiple(Element, String) - Static method in class goldengate.common.xml.XmlUtil
Add an element given by the path relative to the referent element
addAndGetElementMultiple(Document, String) - Static method in class goldengate.common.xml.XmlUtil
Add an element given by the path relative to the document
addAndSetElementMultiple(Element, String, String) - Static method in class goldengate.common.xml.XmlUtil
Add an element given by the path relative to the referent element and set the value
addAndSetElementMultiple(Document, String, String) - Static method in class goldengate.common.xml.XmlUtil
Add an element given by the path relative to the document and set the value
addConnection(long, DbSession) - Static method in class goldengate.common.database.DbAdmin
Add a Connection into the list
addFromString(String) - Method in class goldengate.common.xml.XmlValue
Add a value into the Multiple values from the String (not compatible with subXml)
addLongTermPreparedStatement(DbPreparedStatement) - Method in class goldengate.common.database.DbSession
Add a Long Term PreparedStatement
addNewAssociation(EnumState, EnumSet<?>) - Method in class goldengate.common.state.MachineState
Add a new association from one state to a set of acceptable following states (can replace an existing association)
addNewAssociation(Transition<EnumState>) - Method in class goldengate.common.state.MachineState
Add a new association from one state to a set of acceptable following states (can replace an existing association)
addOrGetElement(Element, String) - Static method in class goldengate.common.xml.XmlUtil
Add or Get (if already existing) an element given by the path relative to the referent element
addOrGetElement(Document, String) - Static method in class goldengate.common.xml.XmlUtil
Add or Get (if already existing) an element given by the path relative to the document
addOrSetElement(Element, String, String) - Static method in class goldengate.common.xml.XmlUtil
Add or Get (if already existing) an element given by the path relative to the referent element and set the value
addOrSetElement(Document, String, String) - Static method in class goldengate.common.xml.XmlUtil
Add or Get (if already existing) an element given by the path relative to the document and set the value
addRole(byte) - Method in class goldengate.common.role.RoleDefault
 
addValue(Object) - Method in class goldengate.common.xml.XmlValue
Add a value into the Multiple values from the Object
admin - Static variable in class goldengate.common.database.DbConstant
The current DbAdmin object
admin - Variable in class goldengate.common.database.DbSession
DbAdmin referent object
Aes - Class in goldengate.common.crypto
This class handles methods to crypt and decrypt messages with AES algorithm (very efficient: 11000/s).
Aes() - Constructor for class goldengate.common.crypto.Aes
 
AesManager - Class in goldengate.common.crypto
This class implements a simple Key Manager for AES class from name
AesManager() - Constructor for class goldengate.common.crypto.AesManager
 
aesManager - Static variable in class goldengate.common.crypto.AesManager
 
ALGO - Static variable in class goldengate.common.crypto.Aes
 
ALGO - Static variable in class goldengate.common.crypto.Blowfish
 
ALGO - Static variable in class goldengate.common.crypto.Des
 
ALGO - Variable in class goldengate.common.crypto.DynamicKeyObject
Short name for the algorithm
allFields - Variable in class goldengate.common.database.data.AbstractDbData
 
AuthInterface - Interface in goldengate.common.file
Interface for Authentication
autoCommit - Variable in class goldengate.common.database.DbSession
Is this session using AutoCommit (true by default)
await() - Method in class goldengate.common.future.GgCompletedFuture
 
await(long, TimeUnit) - Method in class goldengate.common.future.GgCompletedFuture
 
await(long) - Method in class goldengate.common.future.GgCompletedFuture
 
await() - Method in class goldengate.common.future.GgFuture
Waits for this future to be completed.
await(long, TimeUnit) - Method in class goldengate.common.future.GgFuture
Waits for this future to be completed within the specified time limit.
await(long) - Method in class goldengate.common.future.GgFuture
Waits for this future to be completed within the specified time limit.
awaitUninterruptibly() - Method in class goldengate.common.future.GgCompletedFuture
 
awaitUninterruptibly(long, TimeUnit) - Method in class goldengate.common.future.GgCompletedFuture
 
awaitUninterruptibly(long) - Method in class goldengate.common.future.GgCompletedFuture
 
awaitUninterruptibly() - Method in class goldengate.common.future.GgFuture
Waits for this future to be completed without interruption.
awaitUninterruptibly(long, TimeUnit) - Method in class goldengate.common.future.GgFuture
Waits for this future to be completed within the specified time limit without interruption.
awaitUninterruptibly(long) - Method in class goldengate.common.future.GgFuture
Waits for this future to be completed within the specified time limit without interruption.

B

Blowfish - Class in goldengate.common.crypto
This class handles methods to crypt and decrypt messages with Blowfish (efficient: 4000/s both at 56 and 128 keysize).
Blowfish() - Constructor for class goldengate.common.crypto.Blowfish
 
BlowfishManager - Class in goldengate.common.crypto
This class implements a simple Key Manager for Blowfish class from name
BlowfishManager() - Constructor for class goldengate.common.crypto.BlowfishManager
 
blowfishManager - Static variable in class goldengate.common.crypto.BlowfishManager
 
businessClean() - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
Business implementation of clean

C

cancel() - Method in class goldengate.common.future.GgCompletedFuture
 
cancel() - Method in class goldengate.common.future.GgFuture
Cancels the operation associated with this future and notifies all listeners if canceled successfully.
canExecute(File) - Method in class goldengate.common.file.filesystembased.specific.FilesystemBasedDirJdk5
 
canExecute(File) - Method in class goldengate.common.file.filesystembased.specific.FilesystemBasedDirJdk6
 
canExecute(File) - Method in class goldengate.common.file.filesystembased.specific.FilesystemBasedDirJdkAbstract
Result of ls on FileInterface
canRead() - Method in interface goldengate.common.file.DirInterface
 
canRead() - Method in interface goldengate.common.file.FileInterface
 
canRead() - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
canRead() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
canRead() - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
canRead() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
canRead() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
canWrite() - Method in interface goldengate.common.file.DirInterface
 
canWrite() - Method in interface goldengate.common.file.FileInterface
 
canWrite() - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
canWrite() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
canWrite() - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
canWrite() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
canWrite() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
changeDirectory(String) - Method in interface goldengate.common.file.DirInterface
Change directory with the one given as argument
changeDirectory(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
changeDirectory(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
changeDirectory(String) - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
changeDirectoryNotChecked(String) - Method in interface goldengate.common.file.DirInterface
Change directory with the one given as argument without checking existence
changeDirectoryNotChecked(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
changeParentDirectory() - Method in class goldengate.common.file.AbstractDir
 
changeParentDirectory() - Method in interface goldengate.common.file.DirInterface
Change for parent directory
changeUpdatedInfo(AbstractDbData.UpdatedInfo) - Method in class goldengate.common.database.data.AbstractDbData
Change UpdatedInfo status
changeUpdatedInfo(AbstractDbData.UpdatedInfo) - Method in class goldengate.common.database.data.DbDataModel
 
checkAllConnections() - Static method in class goldengate.common.database.DbAdmin
Check all database connections and try to reopen them if disconnected
checkClientTrusted(X509Certificate[], String) - Method in class goldengate.common.crypto.ssl.GgX509TrustManager
 
checkConnection() - Method in class goldengate.common.database.DbSession
Check the connection to the Database and try to reopen it if possible
checkConnectionNoException() - Method in class goldengate.common.database.DbSession
 
checkConstraints() - Method in class goldengate.common.cpu.GgConstraintLimitHandler
 
checkConstraintsSleep(int) - Method in class goldengate.common.cpu.GgConstraintLimitHandler
Same as checkConstraints except that the thread will sleep some time proportionally to the current Load (if CPU related)
checkIdentify() - Method in class goldengate.common.file.AbstractDir
 
checkIdentify() - Method in interface goldengate.common.file.DirInterface
Check if the authentication is correct
checkIdentify() - Method in interface goldengate.common.file.FileInterface
Check if the authentication is correct
checkIdentify() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
checkIdentify() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
checkServerTrusted(X509Certificate[], String) - Method in class goldengate.common.crypto.ssl.GgX509TrustManager
 
classLoaded - Static variable in class goldengate.common.database.model.DbModelFactory
Info on JDBC Class is already loaded or not
classType - Variable in enum goldengate.common.xml.XmlType
 
clear() - Method in class goldengate.common.file.AbstractDir
 
clear() - Method in interface goldengate.common.file.AuthInterface
Clean object
clear() - Method in class goldengate.common.file.DataBlock
Clear the object
clear() - Method in interface goldengate.common.file.DirInterface
Set empty this FtpDir, mark it unReady.
clear() - Method in interface goldengate.common.file.FileInterface
Set empty this FtpFile, mark it unReady.
clear() - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
Clean object
clear() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
clear() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
clear() - Method in interface goldengate.common.file.SessionInterface
Clean the session
clear() - Method in interface goldengate.common.lru.InterfaceLruCache
Removes all entries from cache
clear() - Method in class goldengate.common.lru.SynchronizedLruCache
 
clear() - Method in class goldengate.common.role.RoleDefault
 
clear() - Method in class goldengate.common.xml.XmlHash
 
close() - Method in class goldengate.common.database.DbAdmin
Close the underlying session.
close() - Method in class goldengate.common.database.DbPreparedStatement
Close the resultSet if any
close() - Method in class goldengate.common.database.DbRequest
Finished a Request (ready for a new one)
close() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
closeAllConnection() - Static method in class goldengate.common.database.DbAdmin
Close all database connections
closeFile() - Method in interface goldengate.common.file.FileInterface
Close the current FileInterface
closeFile() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
closeFile() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
closeInternalConnection(DbSession) - Method in class goldengate.common.database.model.DbModelAbstract
Internal use for closing connection while validating it
code - Variable in exception goldengate.common.command.exception.CommandAbstractException
Associated code
column - Variable in class goldengate.common.database.data.DbValue
Column name
command - Variable in class goldengate.common.command.NextCommandReply
Command to be accepted next time
CommandAbstractException - Exception in goldengate.common.command.exception
Abstract class for exception in commands
CommandAbstractException(ReplyCode, String) - Constructor for exception goldengate.common.command.exception.CommandAbstractException
Unique constructor
CommandInterface - Interface in goldengate.common.command
Interface for Command
commit() - Method in class goldengate.common.database.DbAdmin
Commit on connection (since in autocommit, should not be used)
commit() - Method in class goldengate.common.database.DbSession
Commit everything
conn - Variable in class goldengate.common.database.DbSession
The internal connection
consolidatePath(String) - Method in class goldengate.common.file.AbstractDir
Consolidate Path as relative or absolute path to an absolute path
constructor - Variable in enum goldengate.common.database.model.DbModelH2.DBType
 
constructor - Variable in enum goldengate.common.database.model.DbModelMysql.DBType
 
constructor - Variable in enum goldengate.common.database.model.DbModelOracle.DBType
 
constructor - Variable in enum goldengate.common.database.model.DbModelPostgresql.DBType
 
contains(K) - Method in class goldengate.common.lru.AbstractLruCache
 
contains(K) - Method in interface goldengate.common.lru.InterfaceLruCache
Checks whether cache contains valid entry for key
contains(XmlValue) - Method in class goldengate.common.xml.XmlHash
 
containsKey(String) - Method in class goldengate.common.xml.XmlHash
 
containsValue(XmlValue) - Method in class goldengate.common.xml.XmlHash
 
convert(Class<?>, String) - Static method in class goldengate.common.xml.XmlValue
Convert String value to the specified type.
CpuManagement - Class in goldengate.common.cpu
 
CpuManagement() - Constructor for class goldengate.common.cpu.CpuManagement
 
CpuManagementInterface - Interface in goldengate.common.cpu
Interface to get LoadAverage
CpuManagementNoInfo - Class in goldengate.common.cpu
CpuManagement with no Information on Load Average
CpuManagementNoInfo() - Constructor for class goldengate.common.cpu.CpuManagementNoInfo
 
CpuManagementSysmon - Class in goldengate.common.cpu
 
CpuManagementSysmon() - Constructor for class goldengate.common.cpu.CpuManagementSysmon
 
create(PassthroughBasedFileImpl) - Method in interface goldengate.common.file.passthrough.PassthroughFileFactory
 
create(PassthroughFile, String) - Method in interface goldengate.common.file.passthrough.PassthroughFileFactory
 
createEmptyDocument() - Static method in class goldengate.common.xml.XmlUtil
 
createEntry(V, long) - Method in class goldengate.common.lru.AbstractLruCache
Creates new LruCacheEntry.
createEntry(V, long) - Method in class goldengate.common.lru.SoftReferenceSynchronizedLruCache
 
createKeyObject() - Method in class goldengate.common.crypto.AesManager
 
createKeyObject() - Method in class goldengate.common.crypto.BlowfishManager
 
createKeyObject() - Method in class goldengate.common.crypto.DesManager
 
createKeyObject() - Method in class goldengate.common.crypto.DynamicKeyManager
 
createKeyObject() - Method in class goldengate.common.crypto.KeyManager
 
createPrepareStatement(String) - Method in class goldengate.common.database.DbPreparedStatement
Create a preparedStatement from request
createTables(DbSession) - Method in interface goldengate.common.database.model.DbModel
Create all necessary tables into the database
createTables(DbSession) - Method in class goldengate.common.database.model.DbModelH2
 
createTables(DbSession) - Method in class goldengate.common.database.model.DbModelMysql
 
createTables(DbSession) - Method in class goldengate.common.database.model.DbModelOracle
 
createTables(DbSession) - Method in class goldengate.common.database.model.DbModelPostgresql
 
createTarFromDirectory(String, String, boolean) - Static method in class goldengate.common.tar.TarUtility
Create a new Tar from a root directory
createTarFromFiles(List<File>, String) - Static method in class goldengate.common.tar.TarUtility
Create a new Tar from a list of Files (only name of files will be used)
createTarFromFiles(File[], String) - Static method in class goldengate.common.tar.TarUtility
Create a new Tar from an array of Files (only name of files will be used)
createZipFromDirectory(String, String, boolean) - Static method in class goldengate.common.tar.ZipUtility
Create a new Zip from a root directory
createZipFromFiles(List<File>, String) - Static method in class goldengate.common.tar.ZipUtility
Create a new Zip from a list of Files (only name of files will be used)
createZipFromFiles(File[], String) - Static method in class goldengate.common.tar.ZipUtility
Create a new Zip from an array of Files (only name of files will be used)
CRLF - Static variable in enum goldengate.common.command.ReplyCode
CR LF
A User Telnet MUST be able to send any of the forms: CR LF, CR NUL, and LF.
CRNUL - Static variable in enum goldengate.common.command.ReplyCode
CR NUL
crypt(String, String) - Method in class goldengate.common.crypto.KeyManager
One method to get the crypted String from the given string and key
crypt(byte[]) - Method in class goldengate.common.crypto.KeyObject
Crypt one array of bytes and returns the crypted array of bytes
crypt(String) - Method in class goldengate.common.crypto.KeyObject
Crypt one String and returns the crypted array of bytes
CryptoException - Exception in goldengate.common.exception
Crypto exception
CryptoException(String) - Constructor for exception goldengate.common.exception.CryptoException
 
CryptoException(String, Throwable) - Constructor for exception goldengate.common.exception.CryptoException
 
cryptToHex(byte[]) - Method in class goldengate.common.crypto.KeyObject
Crypt one array of bytes and returns the crypted String as HEX format
cryptToHex(String) - Method in class goldengate.common.crypto.KeyObject
Crypt one String and returns the crypted String as HEX format
currentDir - Variable in class goldengate.common.file.AbstractDir
Current Directory
currentFile - Variable in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
Current file if any
currentFile - Variable in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
Current file if any
currentNumberOfPooledConnections() - Method in interface goldengate.common.database.model.DbModel
 
currentNumberOfPooledConnections() - Method in class goldengate.common.database.model.DbModelAbstract
 
currentNumberOfPooledConnections() - Method in class goldengate.common.database.model.DbModelH2
 
currentNumberOfPooledConnections() - Method in class goldengate.common.database.model.DbModelMysql
 
currentNumberOfPooledConnections() - Method in class goldengate.common.database.model.DbModelOracle
 

D

DataBlock - Class in goldengate.common.file
Main object implementing Data Block whaveter the mode, type, structure used.
DataBlock() - Constructor for class goldengate.common.file.DataBlock
Create a simple and empty DataBlock
DataBlockSizeEstimator - Class in goldengate.common.file
DataBlock size estimator
DataBlockSizeEstimator() - Constructor for class goldengate.common.file.DataBlockSizeEstimator
 
dateFormat - Static variable in class goldengate.common.xml.XmlStaticShared
parser for SQL Date
DbAdmin - Class in goldengate.common.database
Class for access to Database
DbAdmin(DbType, String, String, String) - Constructor for class goldengate.common.database.DbAdmin
Use a default server for basic connection.
DbAdmin(DbType, String, String, String, boolean) - Constructor for class goldengate.common.database.DbAdmin
Use a default server for basic connection.
DbAdmin(Connection, boolean) - Constructor for class goldengate.common.database.DbAdmin
Use a default server for basic connection.
DbAdmin() - Constructor for class goldengate.common.database.DbAdmin
Empty constructor for no Database support (very thin client)
DbConnectionPool - Class in goldengate.common.database
A simple standalone JDBC connection pool manager.
DbConnectionPool(ConnectionPoolDataSource) - Constructor for class goldengate.common.database.DbConnectionPool
Constructs a MiniConnectionPoolManager object with no timeout and no limit.
DbConnectionPool(ConnectionPoolDataSource, Timer, long) - Constructor for class goldengate.common.database.DbConnectionPool
Constructs a MiniConnectionPoolManager object with no timeout and no limit.
DbConnectionPool(ConnectionPoolDataSource, int) - Constructor for class goldengate.common.database.DbConnectionPool
Constructs a MiniConnectionPoolManager object with a timeout of DbConstant.DELAYMAXCONNECTION seconds.
DbConnectionPool(ConnectionPoolDataSource, int, int) - Constructor for class goldengate.common.database.DbConnectionPool
Constructs a ConnectionPool object.
DbConnectionPool.TimeoutException - Exception in goldengate.common.database
Thrown in when no free connection becomes available within timeout seconds.
DbConnectionPool.TimeoutException() - Constructor for exception goldengate.common.database.DbConnectionPool.TimeoutException
 
DbConstant - Class in goldengate.common.database
Constants value for database
DbConstant() - Constructor for class goldengate.common.database.DbConstant
 
DbDataModel - Class in goldengate.common.database.data
Example of Table object
DbDataModel(DbSession, String, long, long, long, long, long) - Constructor for class goldengate.common.database.data.DbDataModel
 
DbDataModel(DbSession, String) - Constructor for class goldengate.common.database.data.DbDataModel
 
DbDataModel.Columns - Enum in goldengate.common.database.data
 
DbModel - Interface in goldengate.common.database.model
Interface for Database Model This class is an interface for special functions that needs special implementations according to the database model used.
dbModel - Static variable in class goldengate.common.database.model.DbModelFactory
Database Model Object
DbModelAbstract - Class in goldengate.common.database.model
This Abstract class regroups common methods for all implementation classes.
DbModelAbstract() - Constructor for class goldengate.common.database.model.DbModelAbstract
 
DbModelFactory - Class in goldengate.common.database.model
Factory to store the Database Model object
DbModelFactory() - Constructor for class goldengate.common.database.model.DbModelFactory
 
DbModelH2 - Class in goldengate.common.database.model
H2 Database Model implementation
DbModelH2(String, String, String) - Constructor for class goldengate.common.database.model.DbModelH2
Create the object and initialize if necessary the driver
DbModelH2() - Constructor for class goldengate.common.database.model.DbModelH2
Create the object and initialize if necessary the driver
DbModelH2.DBType - Enum in goldengate.common.database.model
 
DbModelMysql - Class in goldengate.common.database.model
MySQL Database Model implementation
DbModelMysql(String, String, String, Timer, long) - Constructor for class goldengate.common.database.model.DbModelMysql
Create the object and initialize if necessary the driver
DbModelMysql(String, String, String) - Constructor for class goldengate.common.database.model.DbModelMysql
Create the object and initialize if necessary the driver
DbModelMysql() - Constructor for class goldengate.common.database.model.DbModelMysql
Create the object and initialize if necessary the driver
DbModelMysql.DBType - Enum in goldengate.common.database.model
 
DbModelOracle - Class in goldengate.common.database.model
Oracle Database Model implementation
DbModelOracle(String, String, String, Timer, long) - Constructor for class goldengate.common.database.model.DbModelOracle
Create the object and initialize if necessary the driver
DbModelOracle(String, String, String) - Constructor for class goldengate.common.database.model.DbModelOracle
Create the object and initialize if necessary the driver
DbModelOracle() - Constructor for class goldengate.common.database.model.DbModelOracle
Create the object and initialize if necessary the driver
DbModelOracle.DBType - Enum in goldengate.common.database.model
 
DbModelPostgresql - Class in goldengate.common.database.model
PostGreSQL Database Model implementation
DbModelPostgresql() - Constructor for class goldengate.common.database.model.DbModelPostgresql
Create the object and initialize if necessary the driver
DbModelPostgresql.DBType - Enum in goldengate.common.database.model
 
DbPreparedStatement - Class in goldengate.common.database
Class to handle PrepareStatement
DbPreparedStatement(DbSession) - Constructor for class goldengate.common.database.DbPreparedStatement
Create a DbPreparedStatement from DbSession object
DbPreparedStatement(DbSession, String) - Constructor for class goldengate.common.database.DbPreparedStatement
Create a DbPreparedStatement from DbSession object and a request
DbPreparedStatement(DbSession, String, int) - Constructor for class goldengate.common.database.DbPreparedStatement
Create a DbPreparedStatement from DbSession object and a request
DbRequest - Class in goldengate.common.database
Class to handle request
DbRequest(DbSession) - Constructor for class goldengate.common.database.DbRequest
Create a new request from the DbSession
dbSession - Variable in class goldengate.common.database.data.AbstractDbData
The DbSession to use
DbSession - Class in goldengate.common.database
Class to handle session with the SGBD
DbSession(Connection, boolean) - Constructor for class goldengate.common.database.DbSession
Create a session and connect the current object to the connect object given as parameter.
DbSession(String, String, String, boolean) - Constructor for class goldengate.common.database.DbSession
Create a session and connect the current object to the server using the string with the form for mysql for instance jdbc:type://[host:port],[failoverhost:port] ...
DbSession(DbAdmin, boolean) - Constructor for class goldengate.common.database.DbSession
Create a session and connect the current object to the server using the DbAdmin object.
DbSession(String, String, String, boolean, boolean) - Constructor for class goldengate.common.database.DbSession
Create a session and connect the current object to the server using the string with the form for mysql for instance jdbc:type://[host:port],[failoverhost:port] ...
DbSession(DbAdmin, boolean, boolean) - Constructor for class goldengate.common.database.DbSession
Create a session and connect the current object to the server using the DbAdmin object.
DbType - Enum in goldengate.common.database.model
Type of Database supported
dbTypes - Static variable in class goldengate.common.database.data.DbDataModel
 
DbValue - Class in goldengate.common.database.data
Database Value to help getting and setting value from and to database
DbValue(String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(String, boolean) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(boolean) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(byte) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(short) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(int) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(long) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(float) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(double) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(byte[]) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(Date) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(Timestamp) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(Date) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(String, String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(String, String, boolean) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(boolean, String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(byte, String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(short, String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(int, String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(long, String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(float, String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(double, String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(byte[], String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(Date, String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(Timestamp, String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(Date, String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(Reader, String) - Constructor for class goldengate.common.database.data.DbValue
 
DbValue(InputStream, String) - Constructor for class goldengate.common.database.data.DbValue
 
debug(String, String) - Method in class goldengate.common.logging.GgInternalLogger
 
debug(String, String, String) - Method in class goldengate.common.logging.GgInternalLogger
 
debug(String, Object, Object) - Method in class goldengate.common.logging.GgInternalLogger
 
debug(String, Object) - Method in class goldengate.common.logging.GgInternalLogger
 
debug(String) - Method in class goldengate.common.logging.GgJdkLogger
 
debug(String, Throwable) - Method in class goldengate.common.logging.GgJdkLogger
 
debug(String, String) - Method in class goldengate.common.logging.GgJdkLogger
 
debug(String, String, String) - Method in class goldengate.common.logging.GgJdkLogger
 
debug(String, Object, Object) - Method in class goldengate.common.logging.GgJdkLogger
 
debug(String, Object) - Method in class goldengate.common.logging.GgJdkLogger
 
debug(String, String, String) - Method in class goldengate.common.logging.GgSlf4JLogger
 
debug(String, String) - Method in class goldengate.common.logging.GgSlf4JLogger
 
debug(String) - Method in class goldengate.common.logging.GgSlf4JLogger
 
debug(String, Throwable) - Method in class goldengate.common.logging.GgSlf4JLogger
 
debug(String, Object, Object) - Method in class goldengate.common.logging.GgSlf4JLogger
 
debug(String, Object) - Method in class goldengate.common.logging.GgSlf4JLogger
 
decodeHex(String) - Method in class goldengate.common.crypto.KeyObject
 
decrypt(String, String) - Method in class goldengate.common.crypto.KeyManager
One method to get the uncrypted String from the given crypted string and key
decrypt(byte[]) - Method in class goldengate.common.crypto.KeyObject
Decrypt an array of bytes and returns the uncrypted array of bytes
decryptHexFile(File) - Method in class goldengate.common.crypto.KeyObject
Decode from a file containing a HEX crypted string
decryptHexInBytes(String) - Method in class goldengate.common.crypto.KeyObject
Decrypt a String as HEX format representing a crypted array of bytes and returns the uncrypted array of bytes
decryptHexInBytes(byte[]) - Method in class goldengate.common.crypto.KeyObject
Decrypt an array of bytes as HEX format representing a crypted array of bytes and returns the uncrypted array of bytes
decryptHexInString(String) - Method in class goldengate.common.crypto.KeyObject
Decrypt a String as HEX format representing a crypted array of bytes and returns the uncrypted String
decryptInString(byte[]) - Method in class goldengate.common.crypto.KeyObject
Decrypt an array of bytes and returns the uncrypted String
DEFAULT_INITIAL_CAPACITY - Static variable in class goldengate.common.lru.SynchronizedLruCache
 
DEFAULT_LOAD_FACTOR - Static variable in class goldengate.common.lru.SynchronizedLruCache
 
delay - Static variable in class goldengate.common.cpu.CpuManagementSysmon
 
DELAYMAXCONNECTION - Static variable in class goldengate.common.database.DbConstant
Delay in second to try to connect
delete() - Method in class goldengate.common.database.data.AbstractDbData
Delete object from table
delete() - Method in class goldengate.common.database.data.AbstractDbDataWithCommit
Delete object from table
delete() - Method in class goldengate.common.database.data.DbDataModel
 
delete() - Method in interface goldengate.common.file.FileInterface
Delete the current FileInterface.
delete() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
delete() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
delete() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
deleteKeyFromKeyStore(String) - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
Delete a Key from the KeyStore based on its alias
deleteKeyFromTrustStore(String) - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
Delete a Key from the TrustStore based on its alias
deleteOnAbort - Variable in class goldengate.common.file.filesystembased.FilesystemBasedFileParameterImpl
Should the file be deleted when the transfer is aborted on STOR like commands
Des - Class in goldengate.common.crypto
This class handles methods to crypt and decrypt messages with DES algorithm (very efficient: 8600/s).
Des() - Constructor for class goldengate.common.crypto.Des
 
DesManager - Class in goldengate.common.crypto
This class implements a simple Key Manager for DES class from name
DesManager() - Constructor for class goldengate.common.crypto.DesManager
 
desManager - Static variable in class goldengate.common.crypto.DesManager
 
DirInterface - Interface in goldengate.common.file
Interface for Directory support
disconnect() - Method in class goldengate.common.database.DbSession
Close the connection
dispose() - Method in class goldengate.common.database.DbConnectionPool
Closes all unused pooled connections.
DynamicKeyManager - Class in goldengate.common.crypto
Can implements AES, ARCFOUR, Blowfish, DES, DESede, RC2, RC4

The time ratio are: RC4,ARCFOUR=1; AES,RC2=1,5; DES=2; Blowfish,DESede=4
AES is the best compromise in term of security and efficiency.
DynamicKeyManager() - Constructor for class goldengate.common.crypto.DynamicKeyManager
 
dynamicKeyManager - Static variable in class goldengate.common.crypto.DynamicKeyManager
Manager of Dynamic Key
DynamicKeyObject - Class in goldengate.common.crypto
This class handles methods to encrypt and unencrypt messages with any available algorithms in the JVM.
DynamicKeyObject(int, String, String, String) - Constructor for class goldengate.common.crypto.DynamicKeyObject
 
DynamicKeyObject(DynamicKeyObject.INSTANCES, String) - Constructor for class goldengate.common.crypto.DynamicKeyObject
 
DynamicKeyObject(DynamicKeyObject.INSTANCESMAX, String) - Constructor for class goldengate.common.crypto.DynamicKeyObject
 
DynamicKeyObject.INSTANCES - Enum in goldengate.common.crypto
Minimal key size
DynamicKeyObject.INSTANCESMAX - Enum in goldengate.common.crypto
Recommended key size when normal JVM installed (no extension on encrypt support)

E

elements() - Method in class goldengate.common.xml.XmlHash
 
elt - Variable in enum goldengate.common.state.example.ExampleEnumState.ExampleTransition
 
encodeHex(byte[]) - Method in class goldengate.common.crypto.KeyObject
 
endUseConnection() - Method in class goldengate.common.database.DbSession
To be called when a client will stop to use this DbSession (once by client)
engineGetTrustManagers() - Method in class goldengate.common.crypto.ssl.GgSecureTrustManagerFactory
 
engineInit(KeyStore) - Method in class goldengate.common.crypto.ssl.GgSecureTrustManagerFactory
 
engineInit(ManagerFactoryParameters) - Method in class goldengate.common.crypto.ssl.GgSecureTrustManagerFactory
 
error(SQLException) - Static method in class goldengate.common.database.DbSession
Print the error from SQLException
error(String, String) - Method in class goldengate.common.logging.GgInternalLogger
 
error(String, String, String) - Method in class goldengate.common.logging.GgInternalLogger
 
error(String, Object, Object) - Method in class goldengate.common.logging.GgInternalLogger
 
error(String, Object) - Method in class goldengate.common.logging.GgInternalLogger
 
error(String) - Method in class goldengate.common.logging.GgJdkLogger
 
error(String, Throwable) - Method in class goldengate.common.logging.GgJdkLogger
 
error(String, String) - Method in class goldengate.common.logging.GgJdkLogger
 
error(String, String, String) - Method in class goldengate.common.logging.GgJdkLogger
 
error(String, Object, Object) - Method in class goldengate.common.logging.GgJdkLogger
 
error(String, Object) - Method in class goldengate.common.logging.GgJdkLogger
 
error(String, String, String) - Method in class goldengate.common.logging.GgSlf4JLogger
 
error(String, String) - Method in class goldengate.common.logging.GgSlf4JLogger
 
error(String) - Method in class goldengate.common.logging.GgSlf4JLogger
 
error(String, Throwable) - Method in class goldengate.common.logging.GgSlf4JLogger
 
error(String, Object, Object) - Method in class goldengate.common.logging.GgSlf4JLogger
 
error(String, Object) - Method in class goldengate.common.logging.GgSlf4JLogger
 
estimateSize(Object) - Method in class goldengate.common.file.DataBlockSizeEstimator
 
ExampleEnumState - Enum in goldengate.common.state.example
Example of EnumState enum class
ExampleEnumState.ExampleTransition - Enum in goldengate.common.state.example
 
ExampleUsageMachineState - Class in goldengate.common.state.example
Example of usage for MachineState based on ExampleEnumState enum class
ExampleUsageMachineState() - Constructor for class goldengate.common.state.example.ExampleUsageMachineState
 
exec() - Method in interface goldengate.common.command.CommandInterface
Execute the command.
executeQuery() - Method in class goldengate.common.database.DbPreparedStatement
Execute a Select preparedStatement
executeUpdate() - Method in class goldengate.common.database.DbPreparedStatement
Execute the Update/Insert/Delete preparedStatement
exist() - Method in class goldengate.common.database.data.AbstractDbData
Test the existence of the current object
exist() - Method in class goldengate.common.database.data.DbDataModel
 
exists() - Method in interface goldengate.common.file.DirInterface
 
exists() - Method in interface goldengate.common.file.FileInterface
 
exists() - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
exists() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
exists() - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
exists() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
exists() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
EXTENSION - Static variable in class goldengate.common.crypto.Aes
 
EXTENSION - Static variable in class goldengate.common.crypto.Blowfish
 
EXTENSION - Static variable in class goldengate.common.crypto.Des
 
EXTENSION - Variable in class goldengate.common.crypto.DynamicKeyObject
The extension for the file to use when saving the key (note that an extra file as extension.inf will be also saved for the extra information)

F

factory - Static variable in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
Factory for PassthroughFile
factory - Static variable in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
Factory for PassthroughFile
fieldseq - Static variable in class goldengate.common.database.data.DbDataModel
 
FileEndOfTransferException - Exception in goldengate.common.exception
File End Of Transfer exception: the end of the transfer is reached from file point of view
FileEndOfTransferException(String) - Constructor for exception goldengate.common.exception.FileEndOfTransferException
 
FileEndOfTransferException(String, Throwable) - Constructor for exception goldengate.common.exception.FileEndOfTransferException
 
fileFull(String, boolean) - Method in interface goldengate.common.file.DirInterface
Give for 1 file all informations from the given path (could be a file or a directory)
fileFull(String, boolean) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
fileFull(String, boolean) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
fileFull(boolean) - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
FileInterface - Interface in goldengate.common.file
Interface for File support
FileParameterInterface - Interface in goldengate.common.file
Interface for FileParameter
FilesystemBasedAuthImpl - Class in goldengate.common.file.filesystembased
Authentication implementation for Filesystem Based
FilesystemBasedAuthImpl(SessionInterface) - Constructor for class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
 
FilesystemBasedCommonsIo - Class in goldengate.common.file.filesystembased.specific
This class enables to not set a dependencies on Apache Commons IO if wanted, but loosing freespace and wildcard support.
FilesystemBasedCommonsIo() - Constructor for class goldengate.common.file.filesystembased.specific.FilesystemBasedCommonsIo
 
FilesystemBasedDirImpl - Class in goldengate.common.file.filesystembased
Directory implementation for Filesystem Based
FilesystemBasedDirImpl(SessionInterface, OptsMLSxInterface) - Constructor for class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
FilesystemBasedDirJdk5 - Class in goldengate.common.file.filesystembased.specific
JDK5 version of specific functions for Filesystem.
FilesystemBasedDirJdk5() - Constructor for class goldengate.common.file.filesystembased.specific.FilesystemBasedDirJdk5
 
FilesystemBasedDirJdk6 - Class in goldengate.common.file.filesystembased.specific
JDK6 version of specific functions for Filesystem.
FilesystemBasedDirJdk6() - Constructor for class goldengate.common.file.filesystembased.specific.FilesystemBasedDirJdk6
 
FilesystemBasedDirJdkAbstract - Class in goldengate.common.file.filesystembased.specific
Abstract class to allow specific function depending on the underlying JDK to used.
FilesystemBasedDirJdkAbstract() - Constructor for class goldengate.common.file.filesystembased.specific.FilesystemBasedDirJdkAbstract
 
FilesystemBasedFileImpl - Class in goldengate.common.file.filesystembased
File implementation for Filesystem Based
FilesystemBasedFileImpl(SessionInterface, FilesystemBasedDirImpl, String, boolean) - Constructor for class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
FilesystemBasedFileImpl(SessionInterface, FilesystemBasedDirImpl, String) - Constructor for class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
Special constructor for possibly external file
FilesystemBasedFileParameterImpl - Class in goldengate.common.file.filesystembased
FileParameter implementation for Filesystem Based
FilesystemBasedFileParameterImpl() - Constructor for class goldengate.common.file.filesystembased.FilesystemBasedFileParameterImpl
 
filesystemBasedFtpDirJdk - Static variable in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
Class that handles specifity of one Jdk or another
FilesystemBasedOptsMLSxImpl - Class in goldengate.common.file.filesystembased
Class that implements Opts command for MLSx operations. (-1) means not supported, 0 supported but not active, 1 supported and active
FilesystemBasedOptsMLSxImpl() - Constructor for class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
Default empty constructor: no support at all of MLSx function
FilesystemBasedOptsMLSxImpl(byte, byte, byte, byte, byte, byte, byte, byte, byte) - Constructor for class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
(-1) means not supported, 0 supported but not active, 1 supported and active
FilesystemBasedRestartImpl - Class in goldengate.common.file.filesystembased
Restart implementation for Filesystem Based
FilesystemBasedRestartImpl(SessionInterface) - Constructor for class goldengate.common.file.filesystembased.FilesystemBasedRestartImpl
 
FileTransferException - Exception in goldengate.common.exception
File Transfer exception (error during transfer from file point of view)
FileTransferException(String) - Constructor for exception goldengate.common.exception.FileTransferException
 
FileTransferException(String, Throwable) - Constructor for exception goldengate.common.exception.FileTransferException
 
fillString(char, int) - Static method in class goldengate.common.utility.GgStringUtils
Build a String with count chars using fillChar
fixDate(String) - Static method in class goldengate.common.utility.GgStringUtils
Get a date in String and return the corresponding Timestamp
fixDate(String, Timestamp) - Static method in class goldengate.common.utility.GgStringUtils
From a date in String format and a Timestamp, return the Timestamp as :
if before = null as date
if before !
flush() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
Try to flush written data if possible
flush() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
forceClearOldest() - Method in interface goldengate.common.lru.InterfaceLruCache
Removes all oldest entries from cache (ttl based)
forceClearOldest() - Method in class goldengate.common.lru.SynchronizedLruCache
 
freeIdleConnections() - Method in class goldengate.common.database.DbConnectionPool
Release all idle connections
freeSpace(String) - Static method in class goldengate.common.file.filesystembased.specific.FilesystemBasedCommonsIo
 

G

generateKey() - Method in class goldengate.common.crypto.KeyObject
Generate a key from nothing
get(DbPreparedStatement) - Method in class goldengate.common.database.data.AbstractDbData
Get Values from PreparedStatement
get(FileChannel) - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
Write the FileInterface to the fileChannelOut, thus bypassing the limitation of the file size to 2^32 bytes.
get(FileChannel) - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
Write the FileInterface to the fileChannelOut, thus bypassing the limitation of the file size to 2^32 bytes.
get(K) - Method in class goldengate.common.lru.AbstractLruCache
 
get(K, Callable<V>) - Method in class goldengate.common.lru.AbstractLruCache
 
get(K, Callable<V>, long) - Method in class goldengate.common.lru.AbstractLruCache
 
get(K) - Method in interface goldengate.common.lru.InterfaceLruCache
Returns value cached with key.
get(K, Callable<V>) - Method in interface goldengate.common.lru.InterfaceLruCache
Tries to get element from cache.
get(K, Callable<V>, long) - Method in interface goldengate.common.lru.InterfaceLruCache
Tries to get element from cache.
get(K) - Method in class goldengate.common.lru.SynchronizedLruCache
 
get(String) - Method in class goldengate.common.xml.XmlHash
 
getAbsolutePath(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
Return the full path as a String (with mount point).
getAcceptedIssuers() - Method in class goldengate.common.crypto.ssl.GgX509TrustManager
 
getActiveConnections() - Method in class goldengate.common.database.DbConnectionPool
Returns the number of active (open) connections of this pool.
getAdmin() - Method in class goldengate.common.database.DbSession
 
getAlgorithm() - Method in class goldengate.common.crypto.Aes
 
getAlgorithm() - Method in class goldengate.common.crypto.Blowfish
 
getAlgorithm() - Method in class goldengate.common.crypto.Des
 
getAlgorithm() - Method in class goldengate.common.crypto.DynamicKeyObject
 
getAlgorithm() - Method in class goldengate.common.crypto.KeyObject
 
getArg() - Method in interface goldengate.common.command.CommandInterface
 
getArgs() - Method in interface goldengate.common.command.CommandInterface
 
getAuth() - Method in interface goldengate.common.file.SessionInterface
 
getBaseDirectory() - Method in interface goldengate.common.file.AuthInterface
Return the mount point
getBlock() - Method in class goldengate.common.file.DataBlock
 
getBlockSize() - Method in interface goldengate.common.file.SessionInterface
 
getBoolean(Node) - Static method in class goldengate.common.utility.GgStringUtils
Read a boolean value (0,1,true,false) from a node
getBoolean() - Method in class goldengate.common.xml.XmlValue
 
getBusinessPath() - Method in interface goldengate.common.file.AuthInterface
Return the relative path for this account according to the Business (without true root of mount).
getBusinessPath() - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
 
getByte() - Method in class goldengate.common.xml.XmlValue
 
getByteCount() - Method in class goldengate.common.file.DataBlock
 
getByteCountLower() - Method in class goldengate.common.file.DataBlock
 
getByteCountUpper() - Method in class goldengate.common.file.DataBlock
 
getByteMarkers() - Method in class goldengate.common.file.DataBlock
 
getCanonicalPath(File) - Method in class goldengate.common.file.AbstractDir
Construct the CanonicalPath without taking into account symbolic link
getCapacity() - Method in interface goldengate.common.lru.InterfaceLruCache
Returns cache capacity
getCapacity() - Method in class goldengate.common.lru.SynchronizedLruCache
 
getCause() - Method in class goldengate.common.future.GgFailedFuture
 
getCause() - Method in class goldengate.common.future.GgFuture
Returns the cause of the failed operation if the operation has failed.
getCause() - Method in class goldengate.common.future.GgSucceededFuture
 
getCertificatePassword() - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
 
getChannel() - Method in class goldengate.common.future.GgChannelFuture
 
getChannelLimit() - Method in class goldengate.common.cpu.GgConstraintLimitHandler
 
getCharacter() - Method in class goldengate.common.xml.XmlValue
 
getClassType() - Method in class goldengate.common.xml.XmlDecl
 
getClassType() - Method in enum goldengate.common.xml.XmlType
 
getClassType() - Method in class goldengate.common.xml.XmlValue
 
getClientContext() - Method in class goldengate.common.crypto.ssl.GgSslContextFactory
 
getCloneValue(XmlType, Object) - Static method in class goldengate.common.xml.XmlValue
Utility function to get a clone of a value
getCloneValue() - Method in class goldengate.common.xml.XmlValue
 
getCode() - Method in interface goldengate.common.command.CommandInterface
 
getCode() - Method in enum goldengate.common.command.ReplyCode
 
getCommand() - Method in interface goldengate.common.command.CommandInterface
 
getConnection() - Method in class goldengate.common.database.DbConnectionPool
Retrieves a connection from the connection pool.
getCorrespondingRoot(File) - Method in class goldengate.common.file.AbstractDir
 
getCpuLimit() - Method in class goldengate.common.cpu.GgConstraintLimitHandler
 
getCRC(String) - Method in interface goldengate.common.file.DirInterface
Get the CRC of the given FileInterface
getCRC(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
getCRC(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
getCRC() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
getCurrent() - Method in class goldengate.common.state.MachineState
Return the current application state.
getDate() - Method in class goldengate.common.xml.XmlValue
 
getDbConnection(String, String, String) - Method in interface goldengate.common.database.model.DbModel
 
getDbConnection(String, String, String) - Method in class goldengate.common.database.model.DbModelAbstract
 
getDbConnection(String, String, String) - Method in class goldengate.common.database.model.DbModelH2
 
getDbConnection(String, String, String) - Method in class goldengate.common.database.model.DbModelMysql
 
getDbConnection(String, String, String) - Method in class goldengate.common.database.model.DbModelOracle
 
getDbSession() - Method in class goldengate.common.database.DbPreparedStatement
 
getDbType() - Method in interface goldengate.common.database.model.DbModel
 
getDbType() - Method in class goldengate.common.database.model.DbModelH2
 
getDbType() - Method in class goldengate.common.database.model.DbModelMysql
 
getDbType() - Method in class goldengate.common.database.model.DbModelOracle
 
getDbType() - Method in class goldengate.common.database.model.DbModelPostgresql
 
getDecl() - Method in class goldengate.common.xml.XmlValue
 
getDescriptor() - Method in class goldengate.common.file.DataBlock
 
getDir() - Method in interface goldengate.common.file.FileInterface
 
getDir() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
getDir() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
getDir() - Method in interface goldengate.common.file.SessionInterface
 
getDocument(String) - Static method in class goldengate.common.xml.XmlUtil
 
getDocument(File) - Static method in class goldengate.common.xml.XmlUtil
 
getDouble() - Method in class goldengate.common.xml.XmlValue
 
getElement(Element, String) - Static method in class goldengate.common.xml.XmlUtil
 
getElement(Document, String) - Static method in class goldengate.common.xml.XmlUtil
 
getElementMultiple(Element, String) - Static method in class goldengate.common.xml.XmlUtil
 
getElementMultiple(Document, String) - Static method in class goldengate.common.xml.XmlUtil
 
getEntry(K) - Method in class goldengate.common.lru.AbstractLruCache
Returns LruCacheEntry mapped by key or null if it does not exist
getEntry(K) - Method in class goldengate.common.lru.SynchronizedLruCache
 
getFeat() - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
getFeat() - Method in interface goldengate.common.file.OptsMLSxInterface
 
getFile() - Method in interface goldengate.common.file.FileInterface
 
getFile() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
getFile() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
getFileChannel() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
Returns the FileChannel in In mode associated with the current file.
getFileFromPath(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
Get the FileInterface from this path, checking first its validity
getFileFromPath(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
Get the File from this path, checking first its validity
getFileFromPath(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
Get the File from this path, checking first its validity
getFileFromPath(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
Get the File from this path, checking first its validity
getFileOutputStream(boolean) - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
Returns the FileOutputStream in Out mode associated with the current file.
getFileParameter() - Method in interface goldengate.common.file.SessionInterface
 
getFinalMsg(int, String) - Static method in enum goldengate.common.command.ReplyCode
Return the final message formatted as needed from the code and the message
getFloat() - Method in class goldengate.common.xml.XmlValue
 
getFreeSpace() - Method in interface goldengate.common.file.DirInterface
 
getFreeSpace() - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
getFreeSpace(File) - Method in class goldengate.common.file.filesystembased.specific.FilesystemBasedDirJdk5
 
getFreeSpace(File) - Method in class goldengate.common.file.filesystembased.specific.FilesystemBasedDirJdk6
 
getFreeSpace(File) - Method in class goldengate.common.file.filesystembased.specific.FilesystemBasedDirJdkAbstract
 
getFreeSpace() - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
getFreeSpace() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
getFromDriver(String) - Static method in enum goldengate.common.database.model.DbType
 
getFromStatement(DbPreparedStatement) - Static method in class goldengate.common.database.data.DbDataModel
For instance from Commander when getting updated information
getImmediateMethodAndLine() - Static method in class goldengate.common.logging.GgInternalLogger
To be used in message for logger (rank 2) like logger.warn(code,"message:"+getImmediateMethodAndLine(),null);
getInsertAllValues() - Method in class goldengate.common.database.data.AbstractDbData
 
getInsertAllValues() - Method in class goldengate.common.database.data.DbDataModel
 
getInstance() - Method in class goldengate.common.crypto.Aes
 
getInstance() - Method in class goldengate.common.crypto.Blowfish
 
getInstance() - Method in class goldengate.common.crypto.Des
 
getInstance() - Method in class goldengate.common.crypto.DynamicKeyObject
 
getInstance() - Method in class goldengate.common.crypto.KeyObject
 
getInteger(Node) - Static method in class goldengate.common.utility.GgStringUtils
Read an integer value from a node
getInteger() - Method in class goldengate.common.xml.XmlValue
 
getIntoString() - Method in class goldengate.common.xml.XmlValue
Get a value into a String
getIsNull(String) - Static method in class goldengate.common.database.DbRequest
Test if value is null and create the string for insert/update
getKey(String) - Method in class goldengate.common.crypto.KeyManager
 
getKeyManagerFactory() - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
 
getKeySize() - Method in class goldengate.common.crypto.Aes
 
getKeySize() - Method in class goldengate.common.crypto.Blowfish
 
getKeySize() - Method in class goldengate.common.crypto.Des
 
getKeySize() - Method in class goldengate.common.crypto.DynamicKeyObject
 
getKeySize() - Method in class goldengate.common.crypto.KeyObject
 
getKeyStorePassword() - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
 
getKeyTrustStorePassword() - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
 
getLastId() - Method in class goldengate.common.database.DbRequest
Get the last ID autoincrement from the last request
getList() - Method in class goldengate.common.xml.XmlValue
 
getLoadAverage() - Method in class goldengate.common.cpu.CpuManagement
 
getLoadAverage() - Method in interface goldengate.common.cpu.CpuManagementInterface
 
getLoadAverage() - Method in class goldengate.common.cpu.CpuManagementNoInfo
 
getLoadAverage() - Method in class goldengate.common.cpu.CpuManagementSysmon
 
getLogger(Class<?>) - Static method in class goldengate.common.logging.GgInternalLoggerFactory
 
getLoggerMethodAndLine() - Static method in class goldengate.common.logging.GgInternalLogger
To be used only by Logger (rank 5)
getLoginTimeout() - Method in class goldengate.common.database.DbConnectionPool
 
getLong() - Method in class goldengate.common.xml.XmlValue
 
getMarker() - Method in interface goldengate.common.file.FileInterface
Create a restart from context for the current FileInterface
getMarker() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
getMarker() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
getMarkers() - Method in class goldengate.common.file.DataBlock
 
getMaxConnections() - Method in class goldengate.common.database.DbConnectionPool
 
getMD5(String) - Method in interface goldengate.common.file.DirInterface
Get the MD5 of the given FileInterface
getMD5(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
getMD5(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
getMD5() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
getMesg() - Method in enum goldengate.common.command.ReplyCode
 
getMessage() - Method in exception goldengate.common.command.exception.CommandAbstractException
 
getModificationTime(String) - Method in interface goldengate.common.file.DirInterface
Return the Modification time for the path
getModificationTime(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
getModificationTime(File) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
Return the Modification time for the File
getModificationTime(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
getModificationTime() - Method in interface goldengate.common.file.passthrough.PassthroughFile
Return the Modification time
getName() - Method in class goldengate.common.xml.XmlDecl
Get Java field name
getName() - Method in class goldengate.common.xml.XmlValue
Get Java field name
getNbConnection() - Static method in class goldengate.common.database.DbAdmin
 
getNext() - Method in class goldengate.common.database.DbPreparedStatement
Move the cursor to the next result
getNext() - Method in class goldengate.common.database.DbRequest
Move the cursor to the next result
getNumberLocalChannel() - Method in class goldengate.common.cpu.GgConstraintLimitHandler
 
getObject() - Method in interface goldengate.common.command.CommandInterface
 
getOptsCharset() - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
getOptsCharset() - Method in interface goldengate.common.file.OptsMLSxInterface
 
getOptsCreate() - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
getOptsCreate() - Method in interface goldengate.common.file.OptsMLSxInterface
 
getOptsLang() - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
getOptsLang() - Method in interface goldengate.common.file.OptsMLSxInterface
 
getOptsMediaType() - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
getOptsMediaType() - Method in interface goldengate.common.file.OptsMLSxInterface
 
getOptsMLSx() - Method in class goldengate.common.file.AbstractDir
 
getOptsMLSx() - Method in interface goldengate.common.file.DirInterface
 
getOptsModify() - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
getOptsModify() - Method in interface goldengate.common.file.OptsMLSxInterface
 
getOptsPerm() - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
getOptsPerm() - Method in interface goldengate.common.file.OptsMLSxInterface
 
getOptsSize() - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
getOptsSize() - Method in interface goldengate.common.file.OptsMLSxInterface
 
getOptsType() - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
getOptsType() - Method in interface goldengate.common.file.OptsMLSxInterface
 
getOptsUnique() - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
getOptsUnique() - Method in interface goldengate.common.file.OptsMLSxInterface
 
getParentElement(Element, String) - Static method in class goldengate.common.xml.XmlUtil
 
getParentElement(Document, String) - Static method in class goldengate.common.xml.XmlUtil
 
getPasswd() - Method in class goldengate.common.database.DbAdmin
 
getPosition() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
Return the current position in the FileInterface.
getPosition() - Method in class goldengate.common.file.filesystembased.FilesystemBasedRestartImpl
 
getPosition() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
Return the current position in the FileInterface.
getPosition() - Method in class goldengate.common.file.Restart
 
getPreparedStatement() - Method in class goldengate.common.database.DbPreparedStatement
 
getPwd() - Method in class goldengate.common.file.AbstractDir
 
getPwd() - Method in interface goldengate.common.file.DirInterface
 
getRandomFile() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
Returns the RandomAccessFile in Out mode associated with the current file.
getRankMethodAndLine(int) - Static method in class goldengate.common.logging.GgInternalLogger
 
getReadLimit() - Method in class goldengate.common.cpu.GgConstraintLimitHandler
Get the current setting on Read Limit (supposed to be not the value in the handler but in the configuration)
getRelativePath(String) - Method in interface goldengate.common.file.AuthInterface
Return the relative path from a file (without mount point)
getRelativePath(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
Return the relative path from a file (without mount point)
getRelativePath(File) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
Get the relative path (without mount point)
getRelativePath(File) - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
Get the relative path (without mount point)
getRelativePath(File) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
Get the relative path (without mount point)
getRelativePath(File) - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
Get the relative path (without mount point)
getReplyCode(int) - Static method in enum goldengate.common.command.ReplyCode
 
getRestart() - Method in interface goldengate.common.file.SessionInterface
 
getResultSet() - Method in class goldengate.common.database.DbPreparedStatement
 
getResultSet() - Method in class goldengate.common.database.DbRequest
 
getRole() - Method in class goldengate.common.role.RoleDefault
 
getRootElement(Document) - Static method in class goldengate.common.xml.XmlUtil
 
getSecretKey() - Method in class goldengate.common.crypto.KeyObject
 
getSecretKeyInBytes() - Method in class goldengate.common.crypto.KeyObject
Returns the key as an array of bytes in order to be stored somewhere else and retrieved using the setSecretKey(byte[] keyData) method.
getSecureTrustManagerFactory() - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
 
getSelectAllFields() - Method in class goldengate.common.database.data.AbstractDbData
 
getSelectAllFields() - Method in class goldengate.common.database.data.DbDataModel
 
getServer() - Method in class goldengate.common.database.DbAdmin
 
getServerContext() - Method in class goldengate.common.crypto.ssl.GgSslContextFactory
 
getSession() - Method in interface goldengate.common.command.CommandInterface
 
getSession() - Method in class goldengate.common.file.AbstractDir
 
getSession() - Method in interface goldengate.common.file.AuthInterface
 
getSession() - Method in interface goldengate.common.file.DirInterface
 
getSession() - Method in interface goldengate.common.file.FileInterface
 
getSession() - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
 
getSession() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
getSession() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
getSession() - Method in class goldengate.common.file.Restart
 
getSHA1(String) - Method in interface goldengate.common.file.DirInterface
Get the SHA-1 of the given FileInterface
getSHA1(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
getSHA1(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
getSHA1() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
getShort() - Method in class goldengate.common.xml.XmlValue
 
getSize() - Method in interface goldengate.common.lru.InterfaceLruCache
Returns number of entries stored in cache (including invalid ones)
getSize() - Method in class goldengate.common.lru.SynchronizedLruCache
 
getSleepTime() - Method in class goldengate.common.cpu.GgConstraintLimitHandler
 
getString() - Method in class goldengate.common.xml.XmlValue
 
getSubXml() - Method in class goldengate.common.xml.XmlDecl
 
getSubXml() - Method in class goldengate.common.xml.XmlValue
 
getSubXmlSize() - Method in class goldengate.common.xml.XmlDecl
 
getTable() - Method in class goldengate.common.database.data.AbstractDbData
 
getTable() - Method in class goldengate.common.database.data.DbDataModel
 
getTimeoutForceClose() - Method in class goldengate.common.database.DbConnectionPool
 
getTimestamp() - Method in class goldengate.common.xml.XmlValue
 
getTrueFile(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
Get the true file from the path
getTrueFile(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
Get the true file from the path
getTrueValue(ResultSet, DbValue) - Static method in class goldengate.common.database.data.AbstractDbData
Get one value into DbValue from ResultSet
getTrustManagers() - Method in class goldengate.common.crypto.ssl.GgSecureTrustManagerFactory
 
getTtl() - Method in class goldengate.common.lru.AbstractLruCache
 
getTtl() - Method in interface goldengate.common.lru.InterfaceLruCache
Returns cache TTL
getType(int) - Static method in enum goldengate.common.database.model.DbModelH2.DBType
 
getType(int) - Static method in enum goldengate.common.database.model.DbModelMysql.DBType
 
getType(int) - Static method in enum goldengate.common.database.model.DbModelOracle.DBType
 
getType(int) - Static method in enum goldengate.common.database.model.DbModelPostgresql.DBType
 
getType() - Method in class goldengate.common.xml.XmlDecl
 
getType() - Method in class goldengate.common.xml.XmlValue
 
getUniqueExtension() - Method in interface goldengate.common.file.SessionInterface
 
getUpdateAllFields() - Method in class goldengate.common.database.data.AbstractDbData
 
getUpdateAllFields() - Method in class goldengate.common.database.data.DbDataModel
 
getUpdatedPrepareStament(DbSession) - Static method in class goldengate.common.database.data.DbDataModel
 
getUser() - Method in class goldengate.common.database.DbAdmin
 
getUser() - Method in interface goldengate.common.file.AuthInterface
 
getUser() - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
 
getValue(String) - Method in interface goldengate.common.command.CommandInterface
Get an integer value from argument
getValue(DbPreparedStatement, DbValue) - Method in class goldengate.common.database.data.AbstractDbData
Get one value into DbValue from DbPreparedStatement
getValue() - Method in class goldengate.common.database.data.DbValue
 
getValue(K) - Method in class goldengate.common.lru.AbstractLruCache
Tries to retrieve value by it's key.
getValue() - Method in interface goldengate.common.lru.InterfaceLruCacheEntry
Returns value stored in entry or null if entry is not valid
getValue() - Method in class goldengate.common.xml.XmlValue
 
getValueAsString() - Method in class goldengate.common.database.data.DbValue
 
getValues(DbPreparedStatement, DbValue[]) - Method in class goldengate.common.database.data.AbstractDbData
Get several values into DbValue from DbPreparedStatement
getWherePrimaryKey() - Method in class goldengate.common.database.data.AbstractDbData
 
getWherePrimaryKey() - Method in class goldengate.common.database.data.DbDataModel
 
getWildcardFileFilter(String) - Static method in class goldengate.common.file.filesystembased.specific.FilesystemBasedCommonsIo
 
getWriteLimit() - Method in class goldengate.common.cpu.GgConstraintLimitHandler
Get the current setting on Write Limit (supposed to be not the value in the handler but in the configuration)
getXmlPath() - Method in class goldengate.common.xml.XmlDecl
 
getXmlPath() - Method in class goldengate.common.xml.XmlValue
 
GgChannelFuture - Class in goldengate.common.future
Future that hold a channel as result
GgChannelFuture() - Constructor for class goldengate.common.future.GgChannelFuture
 
GgChannelFuture(boolean) - Constructor for class goldengate.common.future.GgChannelFuture
 
GgCompletedFuture - Class in goldengate.common.future
Future completed
GgCompletedFuture() - Constructor for class goldengate.common.future.GgCompletedFuture
 
GgConstraintLimitHandler - Class in goldengate.common.cpu
Abstract class for Constraint Limit Handler for GoldenGate project
GgConstraintLimitHandler() - Constructor for class goldengate.common.cpu.GgConstraintLimitHandler
Empty constructor
GgConstraintLimitHandler(long, long, boolean, double, double, double, GlobalTrafficShapingHandler, long, long) - Constructor for class goldengate.common.cpu.GgConstraintLimitHandler
This constructor enables only throttling bandwidth with cpu usage
GgConstraintLimitHandler(long, long, boolean, boolean, double, int) - Constructor for class goldengate.common.cpu.GgConstraintLimitHandler
This constructor enables only Connection check ability
GgConstraintLimitHandler(long, long, boolean, boolean, double, int, double, double, double, GlobalTrafficShapingHandler, long, long) - Constructor for class goldengate.common.cpu.GgConstraintLimitHandler
This constructor enables both Connection check ability and throttling bandwidth with cpu usage
GgFailedFuture - Class in goldengate.common.future
Future in failure
GgFailedFuture(Throwable) - Constructor for class goldengate.common.future.GgFailedFuture
Creates a new instance.
GgFuture - Class in goldengate.common.future
Ftp Future operation
Completely inspired from the excellent ChannelFuture of Netty, but without any channel inside.
GgFuture() - Constructor for class goldengate.common.future.GgFuture
Creates a new instance.
GgFuture(boolean) - Constructor for class goldengate.common.future.GgFuture
Creates a new instance.
GgInternalLogger - Class in goldengate.common.logging
Logger inspired from Netty implementation, adding some extra commands that allow to limit the overhead of some ignored logger calls (toString or string construction is called only if necessary).
GgInternalLogger() - Constructor for class goldengate.common.logging.GgInternalLogger
 
GgInternalLoggerFactory - Class in goldengate.common.logging
Based on the Netty InternalLoggerFactory Based on The Netty Project (netty-dev@lists.jboss.org)
GgInternalLoggerFactory() - Constructor for class goldengate.common.logging.GgInternalLoggerFactory
 
GgInternalLoggerInterface - Interface in goldengate.common.logging
To enable detection of internal logger from Gg Common
GgJdkLogger - Class in goldengate.common.logging
java.util.logging logger.
GgJdkLoggerFactory - Class in goldengate.common.logging
Logger factory which creates a java.util.logging logger.
GgJdkLoggerFactory(Level) - Constructor for class goldengate.common.logging.GgJdkLoggerFactory
 
GgSecureKeyStore - Class in goldengate.common.crypto.ssl
SecureKeyStore for SLL
GgSecureKeyStore(String, String) - Constructor for class goldengate.common.crypto.ssl.GgSecureKeyStore
Initialize empty KeyStore.
GgSecureKeyStore(String, String, String) - Constructor for class goldengate.common.crypto.ssl.GgSecureKeyStore
Initialize the SecureKeyStore with no TrustStore from file
GgSecureKeyStore(String, String, String, String, String, boolean) - Constructor for class goldengate.common.crypto.ssl.GgSecureKeyStore
Initialize the SecureKeyStore and TrustStore from files
GgSecureTrustManagerFactory - Class in goldengate.common.crypto.ssl
A SecureTrustManagerFactory
GgSecureTrustManagerFactory() - Constructor for class goldengate.common.crypto.ssl.GgSecureTrustManagerFactory
Accept all connections
GgSecureTrustManagerFactory(TrustManagerFactory, boolean) - Constructor for class goldengate.common.crypto.ssl.GgSecureTrustManagerFactory
 
GgSlf4JLogger - Class in goldengate.common.logging
Example of logger using SLF4J from LOGBACK
GgSlf4JLogger(Logger) - Constructor for class goldengate.common.logging.GgSlf4JLogger
 
GgSlf4JLoggerFactory - Class in goldengate.common.logging
Example of logger factory using SLF4J from LOGBACK
GgSlf4JLoggerFactory(Level) - Constructor for class goldengate.common.logging.GgSlf4JLoggerFactory
 
GgSslContextFactory - Class in goldengate.common.crypto.ssl
SSL ContextFactory for Netty.
GgSslContextFactory(GgSecureKeyStore) - Constructor for class goldengate.common.crypto.ssl.GgSslContextFactory
Create both CONTEXT
GgSslContextFactory(GgSecureKeyStore, boolean) - Constructor for class goldengate.common.crypto.ssl.GgSslContextFactory
Create only one of the CONTEXT
GgStringUtils - Class in goldengate.common.utility
Various utilities for reading files, transforming dates, ...
GgStringUtils() - Constructor for class goldengate.common.utility.GgStringUtils
 
GgSucceededFuture - Class in goldengate.common.future
Future in success
GgSucceededFuture() - Constructor for class goldengate.common.future.GgSucceededFuture
 
GgThreadFactory - Class in goldengate.common.utility
 
GgThreadFactory(String) - Constructor for class goldengate.common.utility.GgThreadFactory
 
GgX509TrustManager - Class in goldengate.common.crypto.ssl
GoldenGate X509 Trust Manager implementation
GgX509TrustManager() - Constructor for class goldengate.common.crypto.ssl.GgX509TrustManager
Create an "always-valid" X509TrustManager
GgX509TrustManager(TrustManagerFactory) - Constructor for class goldengate.common.crypto.ssl.GgX509TrustManager
Create a "default" X509TrustManager
goldengate.common.command - package goldengate.common.command
Global classes that store all informations on implemented commands, arguments, reply codes.
goldengate.common.command.exception - package goldengate.common.command.exception
FTP like Exception related to commands
goldengate.common.cpu - package goldengate.common.cpu
Classes implementing CPU Management
goldengate.common.crypto - package goldengate.common.crypto
Classes implementing Encryption for Password support or for File Encryption AES is the best compromise in term of security and efficiency.
goldengate.common.crypto.ssl - package goldengate.common.crypto.ssl
Classes implementing SSL support for Netty To generate the stores for GoldenGate for instance, you need to create 2 JKS keyStore.
goldengate.common.database - package goldengate.common.database
Classes implementing Database access
goldengate.common.database.data - package goldengate.common.database.data
Classes implementing Database Data model
goldengate.common.database.exception - package goldengate.common.database.exception
Classes implementing Database Exceptions
goldengate.common.database.model - package goldengate.common.database.model
Classes implementing Database Model (H2, Oracle, PostgreSQL, MySQL)
goldengate.common.exception - package goldengate.common.exception
Classes implementing internal exceptions
goldengate.common.file - package goldengate.common.file
Classes implementing File, Directory, Authentication and Session Interfaces
goldengate.common.file.filesystembased - package goldengate.common.file.filesystembased
Classes implementing FileInterface and Directory according to a filesystem implementation
goldengate.common.file.filesystembased.specific - package goldengate.common.file.filesystembased.specific
Classes implementing specificity of JDK or Apache Commons IO related for Filesystem implementation
goldengate.common.file.passthrough - package 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)
goldengate.common.future - package goldengate.common.future
Classes implementing Future
goldengate.common.logging - package goldengate.common.logging
Classes implementing logging facility
goldengate.common.lru - package goldengate.common.lru
Classes implementing LRU Utilities Based on work from Damian Momot at http://code.google.com/p/simplelrucache/
goldengate.common.role - package goldengate.common.role
 
goldengate.common.state - package goldengate.common.state
Classes implementing basic Finite State Machine
goldengate.common.state.example - package goldengate.common.state.example
Classes implementing example of usage of Finite State Machine
goldengate.common.tar - package goldengate.common.tar
Classes implementing Tar and Zip facility
goldengate.common.utility - package goldengate.common.utility
Classes implementing Some String and File facility
goldengate.common.xml - package goldengate.common.xml
Classes implementing XML facility
GoldenGateDatabaseException - Exception in goldengate.common.database.exception
Database exception
GoldenGateDatabaseException() - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseException
 
GoldenGateDatabaseException(String, Throwable) - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseException
 
GoldenGateDatabaseException(String) - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseException
 
GoldenGateDatabaseException(Throwable) - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseException
 
GoldenGateDatabaseNoConnectionException - Exception in goldengate.common.database.exception
Database No connection error
GoldenGateDatabaseNoConnectionException() - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseNoConnectionException
 
GoldenGateDatabaseNoConnectionException(String, Throwable) - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseNoConnectionException
 
GoldenGateDatabaseNoConnectionException(String) - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseNoConnectionException
 
GoldenGateDatabaseNoConnectionException(Throwable) - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseNoConnectionException
 
GoldenGateDatabaseNoDataException - Exception in goldengate.common.database.exception
Database no data exception
GoldenGateDatabaseNoDataException() - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseNoDataException
 
GoldenGateDatabaseNoDataException(String, Throwable) - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseNoDataException
 
GoldenGateDatabaseNoDataException(String) - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseNoDataException
 
GoldenGateDatabaseNoDataException(Throwable) - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseNoDataException
 
GoldenGateDatabaseSqlException - Exception in goldengate.common.database.exception
Database Sql Error
GoldenGateDatabaseSqlException() - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseSqlException
 
GoldenGateDatabaseSqlException(String, Throwable) - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseSqlException
 
GoldenGateDatabaseSqlException(String) - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseSqlException
 
GoldenGateDatabaseSqlException(Throwable) - Constructor for exception goldengate.common.database.exception.GoldenGateDatabaseSqlException
 

H

hasArg() - Method in interface goldengate.common.command.CommandInterface
Does this command has an argument
hasHost() - Method in class goldengate.common.role.RoleDefault
 
HasHost(byte) - Static method in class goldengate.common.role.RoleDefault
 
hasLimit() - Method in class goldengate.common.role.RoleDefault
 
HasLimit(byte) - Static method in class goldengate.common.role.RoleDefault
 
hasReadOnly() - Method in class goldengate.common.role.RoleDefault
 
HasReadOnly(byte) - Static method in class goldengate.common.role.RoleDefault
 
hasRule() - Method in class goldengate.common.role.RoleDefault
 
HasRule(byte) - Static method in class goldengate.common.role.RoleDefault
 
hasSystem() - Method in class goldengate.common.role.RoleDefault
 
HasSystem(byte) - Static method in class goldengate.common.role.RoleDefault
 
hasTransfer() - Method in class goldengate.common.role.RoleDefault
 
HasTransfer(byte) - Static method in class goldengate.common.role.RoleDefault
 
hasTrustStore() - Method in class goldengate.common.crypto.ssl.GgSecureTrustManagerFactory
 
hasUnused1() - Method in class goldengate.common.role.RoleDefault
 
HasUnused1(byte) - Static method in class goldengate.common.role.RoleDefault
 
hasUnused2() - Method in class goldengate.common.role.RoleDefault
 
HasUnused2(byte) - Static method in class goldengate.common.role.RoleDefault
 
HOST - Static variable in class goldengate.common.role.RoleDefault
 

I

IllegalFiniteStateException - Exception in goldengate.common.exception
Exception for Finite State Machine support
IllegalFiniteStateException() - Constructor for exception goldengate.common.exception.IllegalFiniteStateException
 
IllegalFiniteStateException(String, Throwable) - Constructor for exception goldengate.common.exception.IllegalFiniteStateException
 
IllegalFiniteStateException(String) - Constructor for exception goldengate.common.exception.IllegalFiniteStateException
 
IllegalFiniteStateException(Throwable) - Constructor for exception goldengate.common.exception.IllegalFiniteStateException
 
ILLEGALVALUE - Static variable in class goldengate.common.database.DbConstant
Illegal value as SpecialId of transfer (any value above is valid)
indexes - Static variable in class goldengate.common.database.data.DbDataModel
 
INFEXTENSION - Static variable in class goldengate.common.crypto.DynamicKeyManager
Extra information file extension
info(String, String) - Method in class goldengate.common.logging.GgInternalLogger
 
info(String, String, String) - Method in class goldengate.common.logging.GgInternalLogger
 
info(String, Object, Object) - Method in class goldengate.common.logging.GgInternalLogger
 
info(String, Object) - Method in class goldengate.common.logging.GgInternalLogger
 
info(String) - Method in class goldengate.common.logging.GgJdkLogger
 
info(String, Throwable) - Method in class goldengate.common.logging.GgJdkLogger
 
info(String, String) - Method in class goldengate.common.logging.GgJdkLogger
 
info(String, String, String) - Method in class goldengate.common.logging.GgJdkLogger
 
info(String, Object, Object) - Method in class goldengate.common.logging.GgJdkLogger
 
info(String, Object) - Method in class goldengate.common.logging.GgJdkLogger
 
info(String, String, String) - Method in class goldengate.common.logging.GgSlf4JLogger
 
info(String, String) - Method in class goldengate.common.logging.GgSlf4JLogger
 
info(String) - Method in class goldengate.common.logging.GgSlf4JLogger
 
info(String, Throwable) - Method in class goldengate.common.logging.GgSlf4JLogger
 
info(String, Object, Object) - Method in class goldengate.common.logging.GgSlf4JLogger
 
info(String, Object) - Method in class goldengate.common.logging.GgSlf4JLogger
 
initAfterIdentification() - Method in class goldengate.common.file.AbstractDir
 
initAfterIdentification() - Method in interface goldengate.common.file.DirInterface
Init DirInterface after authentication is done
initEmptyTrustStore() - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
Initialize an empty TrustStore
initFromList(List<String>, String) - Method in class goldengate.common.crypto.DynamicKeyManager
 
initFromList(List<String>, String) - Method in class goldengate.common.crypto.KeyManager
Init the Manager from a list of filename Key, the key name is the basename minus the extension
initialize(String, String, String, String, boolean) - Static method in class goldengate.common.database.model.DbModelFactory
Initialize the Database Model according to arguments.
initJdkDependent(FilesystemBasedDirJdkAbstract) - Static method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
Init the dependant object according to internals of JDK
initKeyStore(String, String, String) - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
Initialize the SecureKeyStore with no TrustStore from file
initObject() - Method in class goldengate.common.database.data.AbstractDbData
To setup primaryKey, otherFields, allFields.
initObject() - Method in class goldengate.common.database.data.DbDataModel
 
initPipelineFactory(boolean, boolean, boolean, ExecutorService) - Method in class goldengate.common.crypto.ssl.GgSslContextFactory
To be called before adding as first entry in the PipelineFactory as
pipeline.addLast("ssl", sslhandler);
initTrustStore(String, String, boolean) - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
Initialize the TrustStore from a filename and its password
initWindowsSupport() - Static method in class goldengate.common.file.AbstractDir
Init Windows Support
insert() - Method in class goldengate.common.database.data.AbstractDbData
Insert object into table
insert() - Method in class goldengate.common.database.data.AbstractDbDataWithCommit
Insert object into table
insert() - Method in class goldengate.common.database.data.DbDataModel
 
insertAllValues - Static variable in class goldengate.common.database.data.DbDataModel
 
INSTANCE - Static variable in class goldengate.common.crypto.Aes
 
INSTANCE - Static variable in class goldengate.common.crypto.Blowfish
 
INSTANCE - Static variable in class goldengate.common.crypto.Des
 
INSTANCE - Variable in class goldengate.common.crypto.DynamicKeyObject
Could be the shortname again (default implementation in JVM) or the full name as DES/ECB/PKCS5Padding
InterfaceLruCache<K,V> - Interface in goldengate.common.lru
LRU cache interface.
InterfaceLruCacheEntry<V> - Interface in goldengate.common.lru
Cache Entry interface
internalId - Variable in class goldengate.common.database.DbSession
Internal Id
InvalidArgumentException - Exception in goldengate.common.exception
Argument invalid exception
InvalidArgumentException(String) - Constructor for exception goldengate.common.exception.InvalidArgumentException
 
InvalidArgumentException(String, Throwable) - Constructor for exception goldengate.common.exception.InvalidArgumentException
 
invalidCurrentCommand() - Method in interface goldengate.common.command.CommandInterface
Set the previous command as the new current command (used after a incorrect sequence of commands or unknown command).
isAbsoluteWindows(String) - Method in class goldengate.common.file.AbstractDir
 
isAdmin() - Method in interface goldengate.common.file.AuthInterface
 
isAppend - Variable in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
Is this file in append mode
isAppend - Variable in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
Is this file in append mode
isBoolean() - Method in enum goldengate.common.xml.XmlType
 
isBusinessPathValid(String) - Method in interface goldengate.common.file.AuthInterface
Is the given complete relative Path valid from Authentication/Business point of view.
isByte() - Method in enum goldengate.common.xml.XmlType
 
isCancelled() - Method in class goldengate.common.future.GgCompletedFuture
 
isCancelled() - Method in class goldengate.common.future.GgFuture
Returns true if and only if this future was canceled by a GgFuture.cancel() method.
isCharacter() - Method in enum goldengate.common.xml.XmlType
 
isCleared() - Method in class goldengate.common.file.DataBlock
Is this Block cleared
isCompatible(XmlDecl) - Method in class goldengate.common.xml.XmlDecl
Check if two XmlDecl are compatible
isConnected - Variable in class goldengate.common.database.DbAdmin
Is this DB Admin connected
isDate() - Method in enum goldengate.common.xml.XmlType
 
isDebugEnabled() - Method in class goldengate.common.logging.GgJdkLogger
 
isDebugEnabled() - Method in class goldengate.common.logging.GgSlf4JLogger
 
isDirectory(String) - Method in interface goldengate.common.file.DirInterface
Is the given path a directory and exists
isDirectory() - Method in interface goldengate.common.file.FileInterface
Is the current FileInterface a directory and exists
isDirectory(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
isDirectory() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
isDirectory(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
isDirectory() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
isDirectory() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
isDisconnected - Variable in class goldengate.common.database.DbSession
To be used when a local Channel is over
isDone() - Method in class goldengate.common.future.GgCompletedFuture
 
isDone() - Method in class goldengate.common.future.GgFuture
Returns true if and only if this future is complete, regardless of whether the operation was successful, failed, or canceled.
isDouble() - Method in enum goldengate.common.xml.XmlType
 
isEmpty() - Method in class goldengate.common.lru.AbstractLruCache
 
isEmpty() - Method in interface goldengate.common.lru.InterfaceLruCache
Checks whether cache is empty.
isEmpty() - Method in class goldengate.common.xml.XmlHash
 
isEmpty() - Method in enum goldengate.common.xml.XmlType
 
isEmpty() - Method in class goldengate.common.xml.XmlValue
Test if the Value is empty.
isEnabled(InternalLogLevel) - Method in class goldengate.common.logging.GgInternalLogger
 
isEOF() - Method in class goldengate.common.file.DataBlock
 
isEOR() - Method in class goldengate.common.file.DataBlock
 
isERROR() - Method in class goldengate.common.file.DataBlock
 
isErrorEnabled() - Method in class goldengate.common.logging.GgJdkLogger
 
isErrorEnabled() - Method in class goldengate.common.logging.GgSlf4JLogger
 
isFailed() - Method in class goldengate.common.future.GgFuture
Returns true if and only if the operation was completed but unsuccessfully.
isFile(String) - Method in interface goldengate.common.file.DirInterface
Is the given path a file and exists
isFile() - Method in interface goldengate.common.file.FileInterface
Is the current FileInterface a file and exists
isFile(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
isFile() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
isFile(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
isFile() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
isFile() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
isFloat() - Method in enum goldengate.common.xml.XmlType
 
isFullTime() - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
Decide if Full time or partial time as in 'ls' command
isFullTime() - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
Decide if Full time or partial time as in 'ls' command
isIdentified() - Method in interface goldengate.common.file.AuthInterface
Is the current Authentication OK for full identification.
isIdentified - Variable in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
Is Identified
isIdentified() - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
Is the current Authentication OK for full identification.
isInfoEnabled() - Method in class goldengate.common.logging.GgJdkLogger
 
isInfoEnabled() - Method in class goldengate.common.logging.GgSlf4JLogger
 
isInReading() - Method in interface goldengate.common.file.FileInterface
 
isInReading() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
isInReading() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
isInReading() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
isInteger() - Method in enum goldengate.common.xml.XmlType
 
isInWriting() - Method in interface goldengate.common.file.FileInterface
 
isInWriting() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
isInWriting() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
isInWriting() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
isLong() - Method in enum goldengate.common.xml.XmlType
 
isMultiple() - Method in class goldengate.common.xml.XmlDecl
 
isMultiple() - Method in class goldengate.common.xml.XmlValue
 
isMultipleDBAccess - Variable in class goldengate.common.database.DbAdmin
Is this DB Admin accessed by only one thread at a time (no concurrency and no lock/unlock problem)
isNativelyCompatible(Object) - Method in enum goldengate.common.xml.XmlType
 
isNextCommandValid(CommandInterface) - Method in interface goldengate.common.command.CommandInterface
This function is called when a new command is received to check if this new command is positive according to the previous command and status.
isReadOnly - Variable in class goldengate.common.database.DbAdmin
Is this DB Admin Read Only
isReadOnly - Variable in class goldengate.common.database.DbSession
Is this connection Read Only
isReady - Variable in class goldengate.common.database.DbPreparedStatement
Is this PreparedStatement ready
isReady - Variable in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
Is this Document ready to be accessed
isReady - Variable in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
Is this Document ready to be accessed
isRESTART() - Method in class goldengate.common.file.DataBlock
 
isSaved - Variable in class goldengate.common.database.data.AbstractDbData
 
isSet() - Method in class goldengate.common.file.Restart
 
isShort() - Method in enum goldengate.common.xml.XmlType
 
isStillValid(long) - Method in interface goldengate.common.lru.InterfaceLruCacheEntry
 
isString() - Method in enum goldengate.common.xml.XmlType
 
isSubXml() - Method in class goldengate.common.xml.XmlDecl
 
isSubXml() - Method in class goldengate.common.xml.XmlValue
 
isSuccess() - Method in class goldengate.common.future.GgFailedFuture
 
isSuccess() - Method in class goldengate.common.future.GgFuture
Returns true if and only if the operation was completed successfully.
isSuccess() - Method in class goldengate.common.future.GgSucceededFuture
 
isTimestamp() - Method in enum goldengate.common.xml.XmlType
 
ISUNIX - Static variable in class goldengate.common.file.AbstractDir
Hack to say Windows or Unix (root like X:\ or /)
isWarnEnabled() - Method in class goldengate.common.logging.GgJdkLogger
 
isWarnEnabled() - Method in class goldengate.common.logging.GgSlf4JLogger
 
isXmlValue() - Method in enum goldengate.common.xml.XmlType
 

K

KEY_SIZE - Static variable in class goldengate.common.crypto.Aes
This value could be between 32 and 128 due to license limitation.
KEY_SIZE - Static variable in class goldengate.common.crypto.Blowfish
This value could be between 32 and 448.
KEY_SIZE - Static variable in class goldengate.common.crypto.Des
This value could be between 32 and 128 due to license limitation.
KEY_SIZE - Variable in class goldengate.common.crypto.DynamicKeyObject
This value could be between 32 and 128 due to license limitation.
KeyManager - Class in goldengate.common.crypto
This class implements a simple Key Manager from name
KeyManager() - Constructor for class goldengate.common.crypto.KeyManager
 
KeyObject - Class in goldengate.common.crypto
This class handles method to crypt and decrypt using the chosen algorithm.
KeyObject() - Constructor for class goldengate.common.crypto.KeyObject
Empty constructor
keyReady() - Method in class goldengate.common.crypto.KeyObject
 
keys() - Method in class goldengate.common.xml.XmlHash
 
keySet() - Method in class goldengate.common.xml.XmlHash
 

L

lastAlert - Variable in class goldengate.common.cpu.GgConstraintLimitHandler
 
length() - Method in interface goldengate.common.file.FileInterface
 
length() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
length() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
length() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
LF - Static variable in enum goldengate.common.command.ReplyCode
LF
LIMIT - Static variable in class goldengate.common.role.RoleDefault
 
limitRequest(String, String, int) - Method in interface goldengate.common.database.model.DbModel
Add a limit on the request to get the "limit" first rows.
limitRequest(String, String, int) - Method in class goldengate.common.database.model.DbModelH2
 
limitRequest(String, String, int) - Method in class goldengate.common.database.model.DbModelMysql
 
limitRequest(String, String, int) - Method in class goldengate.common.database.model.DbModelOracle
 
limitRequest(String, String, int) - Method in class goldengate.common.database.model.DbModelPostgresql
 
list(String) - Method in interface goldengate.common.file.DirInterface
List all files from the given path (could be a file or a directory)
list(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
list(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
list() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
listFull(String, boolean) - Method in interface goldengate.common.file.DirInterface
List all files with other informations from the given path (could be a file or a directory)
listFull(String, boolean) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
listFull(String, boolean) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
listFull(boolean) - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
loadX509Certificate(String) - Static method in class goldengate.common.crypto.ssl.GgSecureKeyStore
Load a certificate from a filename
log(InternalLogLevel, String, Throwable) - Method in class goldengate.common.logging.GgInternalLogger
 
log(InternalLogLevel, String) - Method in class goldengate.common.logging.GgInternalLogger
 
lsInfo(File) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 

M

MachineState<EnumState> - Class in goldengate.common.state
This is the base class for the basic support of Finite State Machine in GoldenGate.
MachineState(EnumState, ConcurrentHashMap<EnumState, EnumSet<?>>) - Constructor for class goldengate.common.state.MachineState
Initialize with an initialState
MachineState(EnumState) - Constructor for class goldengate.common.state.MachineState
Initialize with an initialState but no association (Machine State is empty)
main(String[]) - Static method in class goldengate.common.cpu.CpuManagement
 
main(String[]) - Static method in class goldengate.common.cpu.CpuManagementSysmon
 
main(String[]) - Static method in class goldengate.common.crypto.Aes
This method allows to test the correctness of this class
main(String[]) - Static method in class goldengate.common.crypto.Blowfish
This method allows to test the correctness of this class
main(String[]) - Static method in class goldengate.common.crypto.Des
This method allows to test the correctness of this class
main(String[]) - Static method in class goldengate.common.crypto.DynamicKeyObject
This method allows to test the correctness of this class
main(String[]) - Static method in class goldengate.common.state.example.ExampleUsageMachineState
An example of usage.
main(String[]) - Static method in class goldengate.common.tar.TarUtility
 
main(String[]) - Static method in class goldengate.common.tar.ZipUtility
 
main(String[]) - Static method in class goldengate.common.xml.XmlUtil
Example (run test)
MAXCONNECTION - Static variable in class goldengate.common.database.DbConstant
Number of Database max connection (if pooled)
message - Variable in exception goldengate.common.command.exception.CommandAbstractException
Associated Message if any
message - Variable in class goldengate.common.command.NextCommandReply
Message
mkdir(String) - Method in interface goldengate.common.file.DirInterface
Create the directory associated with the String as path
mkdir(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
mkdir(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
mkdir() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
mlsxInfo(File) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
mysqlConnectionPoolDataSource - Static variable in class goldengate.common.database.model.DbModelMysql
 

N

nbHttpSession - Static variable in class goldengate.common.database.DbAdmin
Number of HttpSession
NBPRKEY - Static variable in class goldengate.common.database.data.DbDataModel
 
nbThread - Variable in class goldengate.common.database.DbSession
Number of threads using this connection
needAuthentication() - Method in class goldengate.common.crypto.ssl.GgSecureTrustManagerFactory
 
needClientAuthentication() - Method in class goldengate.common.crypto.ssl.GgSslContextFactory
 
newFile(String, boolean) - Method in interface goldengate.common.file.DirInterface
Create a new File
newInstance(String) - Method in class goldengate.common.logging.GgJdkLoggerFactory
 
newInstance(String) - Method in class goldengate.common.logging.GgSlf4JLoggerFactory
 
newThread(Runnable) - Method in class goldengate.common.utility.GgThreadFactory
 
NextCommandReply - Class in goldengate.common.command
Used by Authentication step in order to allow a specific command to be accepted after the current command.
NextCommandReply(Enum<?>, ReplyCode, String) - Constructor for class goldengate.common.command.NextCommandReply
 
nextSequence(DbSession) - Method in interface goldengate.common.database.model.DbModel
 
nextSequence(DbSession) - Method in class goldengate.common.database.model.DbModelH2
 
nextSequence(DbSession) - Method in class goldengate.common.database.model.DbModelMysql
 
nextSequence(DbSession) - Method in class goldengate.common.database.model.DbModelOracle
 
nextSequence(DbSession) - Method in class goldengate.common.database.model.DbModelPostgresql
 
NOACCESS - Static variable in class goldengate.common.role.RoleDefault
 
noCommitAdmin - Static variable in class goldengate.common.database.DbConstant
The no-commit DbAdmin object
NoRestartException - Exception in goldengate.common.exception
No restart exception
NoRestartException(String) - Constructor for exception goldengate.common.exception.NoRestartException
 
NoRestartException(String, Throwable) - Constructor for exception goldengate.common.exception.NoRestartException
 
normalizePath(String) - Static method in class goldengate.common.file.AbstractDir
Normalize Path to Internal unique representation

O

optsMLSx - Variable in class goldengate.common.file.AbstractDir
Opts command for MLSx. (-1) means not supported, 0 supported but not active, 1 supported and active
OptsMLSxInterface - Interface in goldengate.common.file
Interface for Option support (mainly inspired for MLSx FTP command)
oracleConnectionPoolDataSource - Static variable in class goldengate.common.database.model.DbModelOracle
 
otherFields - Variable in class goldengate.common.database.data.AbstractDbData
 

P

PassthroughBasedAuthImpl - Class in goldengate.common.file.passthrough
Authentication implementation for Passthrough Based
PassthroughBasedAuthImpl(SessionInterface) - Constructor for class goldengate.common.file.passthrough.PassthroughBasedAuthImpl
 
PassthroughBasedDirImpl - Class in goldengate.common.file.passthrough
Directory implementation for Passthrough Based.
PassthroughBasedDirImpl(SessionInterface, OptsMLSxInterface) - Constructor for class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
PassthroughBasedFileImpl - Class in goldengate.common.file.passthrough
File implementation for Passthrough Based.
PassthroughBasedFileImpl(SessionInterface, PassthroughBasedDirImpl, String, boolean) - Constructor for class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
PassthroughBasedFileParameterImpl - Class in goldengate.common.file.passthrough
FileParameter implementation for Passthrough Based
PassthroughBasedFileParameterImpl() - Constructor for class goldengate.common.file.passthrough.PassthroughBasedFileParameterImpl
 
PassthroughBasedOptsMLSxImpl - Class in goldengate.common.file.passthrough
Class that implements Opts command for MLSx operations. (-1) means not supported, 0 supported but not active, 1 supported and active
PassthroughBasedOptsMLSxImpl() - Constructor for class goldengate.common.file.passthrough.PassthroughBasedOptsMLSxImpl
Default empty constructor: no support at all of MLSx function
PassthroughBasedOptsMLSxImpl(byte, byte, byte, byte, byte, byte, byte, byte, byte) - Constructor for class goldengate.common.file.passthrough.PassthroughBasedOptsMLSxImpl
(-1) means not supported, 0 supported but not active, 1 supported and active
PassthroughBasedRestartImpl - Class in goldengate.common.file.passthrough
Restart implementation for Passthrough Based
PassthroughBasedRestartImpl(SessionInterface) - Constructor for class goldengate.common.file.passthrough.PassthroughBasedRestartImpl
 
PassthroughException - Exception in goldengate.common.file.passthrough
Passthrough exception
PassthroughException(String) - Constructor for exception goldengate.common.file.passthrough.PassthroughException
 
PassthroughException(String, Throwable) - Constructor for exception goldengate.common.file.passthrough.PassthroughException
 
PassthroughFile - Interface in goldengate.common.file.passthrough
This interface is for Object used in Passthrough mode.
PassthroughFileFactory - Interface in goldengate.common.file.passthrough
This interface is a factory for PassthroughFile.
password - Variable in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
Password
pdir - Variable in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
Passthrough object
pfile - Variable in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
Passthrough object
pool - Static variable in class goldengate.common.database.model.DbModelH2
 
pool - Static variable in class goldengate.common.database.model.DbModelMysql
 
pool - Static variable in class goldengate.common.database.model.DbModelOracle
 
position - Variable in class goldengate.common.file.filesystembased.FilesystemBasedRestartImpl
Valid Position for the next current file
position(long) - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
primaryKey - Variable in class goldengate.common.database.data.AbstractDbData
To be implemented
put(K, V) - Method in class goldengate.common.lru.AbstractLruCache
 
put(K, V, long) - Method in class goldengate.common.lru.AbstractLruCache
 
put(K, V) - Method in interface goldengate.common.lru.InterfaceLruCache
Puts value under key into cache.
put(K, V, long) - Method in interface goldengate.common.lru.InterfaceLruCache
Puts value under key into cache with desired TTL
put(K, V, long) - Method in class goldengate.common.lru.SynchronizedLruCache
 
put(XmlValue) - Method in class goldengate.common.xml.XmlHash
 
putEntry(K, InterfaceLruCacheEntry<V>) - Method in class goldengate.common.lru.AbstractLruCache
Puts entry into cache
putEntry(K, InterfaceLruCacheEntry<V>) - Method in class goldengate.common.lru.SynchronizedLruCache
 

Q

query(String) - Method in class goldengate.common.database.DbRequest
Execute a UPDATE/INSERT/DELETE statement and returns the number of row.

R

read(int) - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
read(Document, XmlDecl[]) - Static method in class goldengate.common.xml.XmlUtil
Create the XmlValues from the XmlDevls and the Document
read(Element, XmlDecl[]) - Static method in class goldengate.common.xml.XmlUtil
Create the XmlValues from the XmlDevls and the reference Element
readDataBlock() - Method in interface goldengate.common.file.FileInterface
Read a new block for FileInterface
readDataBlock() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
readDataBlock() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
readDocument(String) - Static method in class goldengate.common.xml.XmlUtil
Read the document from the string
readFile(String) - Static method in class goldengate.common.utility.GgStringUtils
Read file and return "" if an error occurs
readFileException(String) - Static method in class goldengate.common.utility.GgStringUtils
Read a file and return its content in String format
READONLY - Static variable in class goldengate.common.role.RoleDefault
 
realClose() - Method in class goldengate.common.database.DbPreparedStatement
Really close the preparedStatement and the resultSet if any
recreateLongTermPreparedStatements() - Method in class goldengate.common.database.DbSession
Due to a reconnection, recreate all associated long term PreparedStatements
recreatePreparedStatement() - Method in class goldengate.common.database.DbPreparedStatement
In case of closing database connection, it is possible to reopen a long term preparedStatement as it was at creation.
release() - Method in class goldengate.common.cpu.GgConstraintLimitHandler
Release the resources
release() - Method in class goldengate.common.state.MachineState
Release the Machine State
releaseResources() - Method in interface goldengate.common.database.model.DbModel
Release any internal resources if needed
releaseResources() - Method in class goldengate.common.database.model.DbModelAbstract
 
releaseResources() - Method in class goldengate.common.database.model.DbModelH2
 
releaseResources() - Method in class goldengate.common.database.model.DbModelMysql
 
releaseResources() - Method in class goldengate.common.database.model.DbModelOracle
 
releaseSavepoint(Savepoint) - Method in class goldengate.common.database.DbSession
Release the savepoint
remove(K) - Method in interface goldengate.common.lru.InterfaceLruCache
Removes entry from cache (if exists)
remove(K) - Method in class goldengate.common.lru.SynchronizedLruCache
 
remove(String) - Method in class goldengate.common.xml.XmlHash
 
removeAssociation(EnumState) - Method in class goldengate.common.state.MachineState
Remove an association from one state to any acceptable following states
removeConnection(long) - Static method in class goldengate.common.database.DbAdmin
Remove a Connection from the list
removeLongTermPreparedStatements() - Method in class goldengate.common.database.DbSession
Remove all Long Term PreparedStatements (closing connection)
removeLongTermPreparedStatements(DbPreparedStatement) - Method in class goldengate.common.database.DbSession
Remove one Long Term PreparedStatement
renameTo(String) - Method in interface goldengate.common.file.FileInterface
Rename the current FileInterface into a new filename from argument
renameTo(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
renameTo(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
renameTo(String) - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
replace(StringBuilder, String, String) - Static method in class goldengate.common.utility.GgStringUtils
Make a replacement of first "find" string by "replace" string into the StringBuilder
replaceAll(StringBuilder, String, String) - Static method in class goldengate.common.utility.GgStringUtils
Make replacement of all "find" string by "replace" string into the StringBuilder
reply - Variable in class goldengate.common.command.NextCommandReply
Reply to do to the Ftp client
Reply421Exception - Exception in goldengate.common.command.exception
421 Service not available, closing control connection.
Reply421Exception(String) - Constructor for exception goldengate.common.command.exception.Reply421Exception
421 Service not available, closing control connection.
Reply425Exception - Exception in goldengate.common.command.exception
425 Can't open data connection.
Reply425Exception(String) - Constructor for exception goldengate.common.command.exception.Reply425Exception
425 Can't open data connection.
Reply426Exception - Exception in goldengate.common.command.exception
426 Connection closed, transfer aborted.
Reply426Exception(String) - Constructor for exception goldengate.common.command.exception.Reply426Exception
426 Connection closed), transfer aborted.
Reply450Exception - Exception in goldengate.common.command.exception
450 Requested file action not taken.
Reply450Exception(String) - Constructor for exception goldengate.common.command.exception.Reply450Exception
450 Requested file action not taken.
Reply451Exception - Exception in goldengate.common.command.exception
451 Requested action aborted: local error in processing.
Reply451Exception(String) - Constructor for exception goldengate.common.command.exception.Reply451Exception
451 Requested action aborted: local error in processing.
Reply452Exception - Exception in goldengate.common.command.exception
452 Requested action not taken.
Reply452Exception(String) - Constructor for exception goldengate.common.command.exception.Reply452Exception
452 Requested action not taken.
Reply500Exception - Exception in goldengate.common.command.exception
500 Syntax error, command unrecognized.
Reply500Exception(String) - Constructor for exception goldengate.common.command.exception.Reply500Exception
500 Syntax error, command unrecognized.
Reply501Exception - Exception in goldengate.common.command.exception
501 Syntax error in parameters or arguments.
Reply501Exception(String) - Constructor for exception goldengate.common.command.exception.Reply501Exception
501 Syntax error in parameters or arguments.
Reply502Exception - Exception in goldengate.common.command.exception
502 Command not implemented.
Reply502Exception(String) - Constructor for exception goldengate.common.command.exception.Reply502Exception
502 Command not implemented.
Reply503Exception - Exception in goldengate.common.command.exception
503 Bad sequence of commands.
Reply503Exception(String) - Constructor for exception goldengate.common.command.exception.Reply503Exception
503 Bad sequence of commands.
Reply504Exception - Exception in goldengate.common.command.exception
504 Command not implemented for that parameter.
Reply504Exception(String) - Constructor for exception goldengate.common.command.exception.Reply504Exception
504 Command not implemented for that parameter.
Reply522Exception - Exception in goldengate.common.command.exception
522 Extended Port Failure - unknown network protocol.
Reply522Exception(String) - Constructor for exception goldengate.common.command.exception.Reply522Exception
504 Command not implemented for that parameter.
Reply530Exception - Exception in goldengate.common.command.exception
530 Not logged in.
Reply530Exception(String) - Constructor for exception goldengate.common.command.exception.Reply530Exception
530 Not logged in.
Reply550Exception - Exception in goldengate.common.command.exception
550 Requested action not taken.
Reply550Exception(String) - Constructor for exception goldengate.common.command.exception.Reply550Exception
550 Requested action not taken.
Reply552Exception - Exception in goldengate.common.command.exception
552 Requested file action aborted.
Reply552Exception(String) - Constructor for exception goldengate.common.command.exception.Reply552Exception
552 Requested file action aborted.
Reply553Exception - Exception in goldengate.common.command.exception
553 Requested action not taken.
Reply553Exception(String) - Constructor for exception goldengate.common.command.exception.Reply553Exception
553 Requested action not taken.
ReplyCode - Enum in goldengate.common.command
Reply code references by different RFC.
resetSequence(DbSession, long) - Method in interface goldengate.common.database.model.DbModel
Reset the sequence (example)
resetSequence(DbSession, long) - Method in class goldengate.common.database.model.DbModelH2
 
resetSequence(DbSession, long) - Method in class goldengate.common.database.model.DbModelMysql
 
resetSequence(DbSession, long) - Method in class goldengate.common.database.model.DbModelOracle
 
resetSequence(DbSession, long) - Method in class goldengate.common.database.model.DbModelPostgresql
 
Restart - Class in goldengate.common.file
Restart object that implements the REST command.
Restart(SessionInterface) - Constructor for class goldengate.common.file.Restart
Default constructor
restartMarker(Restart) - Method in interface goldengate.common.file.FileInterface
Restart from a Marker for the current FileInterface if any.
restartMarker(Restart) - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
restartMarker(Restart) - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
restartMarker(String) - Method in class goldengate.common.file.Restart
Restart from a Marker for the next FileInterface
rethrowIfFailed() - Method in class goldengate.common.future.GgFailedFuture
 
rethrowIfFailed() - Method in class goldengate.common.future.GgFuture
Rethrows the exception that caused this future fail if this future is complete and failed.
rethrowIfFailed() - Method in class goldengate.common.future.GgSucceededFuture
 
retrieve() - Method in interface goldengate.common.file.FileInterface
Ask to retrieve the current FileInterface.
retrieve() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
retrieve() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
RETRYNB - Static variable in class goldengate.common.database.DbAdmin
 
rmdir(String) - Method in interface goldengate.common.file.DirInterface
Delete the directory associated with the String as path
rmdir(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
rmdir(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
rmdir() - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
RoleDefault - Class in goldengate.common.role
Role to be used in GoldenGate projects FIXME not functional for the moment: early stage development
RoleDefault() - Constructor for class goldengate.common.role.RoleDefault
 
rollback(Savepoint) - Method in class goldengate.common.database.DbSession
Rollback from the savepoint or the last set if null
rootFromAuth - Variable in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
Relative Path after Authentication
roots - Static variable in class goldengate.common.file.AbstractDir
Roots for Windows system
RULE - Static variable in class goldengate.common.role.RoleDefault
 
run() - Method in class goldengate.common.cpu.GgConstraintLimitHandler
Check every delay if the current cpu usage needs to relax or to constraint the bandwidth

S

saveDocument(String, Document) - Static method in class goldengate.common.xml.XmlUtil
Save the document into the file
saveDocument(File, Document) - Static method in class goldengate.common.xml.XmlUtil
Save the document into the file
saveElement(String, Element) - Static method in class goldengate.common.xml.XmlUtil
Save the branch from element into the file
saveElement(File, Element) - Static method in class goldengate.common.xml.XmlUtil
Save the branch from element into the file
saveKeyStore(String) - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
Save a KeyStore to a file
savepoint() - Method in class goldengate.common.database.DbSession
Make a savepoint
saveSecretKey(File) - Method in class goldengate.common.crypto.KeyObject
Save a Key to a File
saveToFiles(String) - Method in class goldengate.common.crypto.DynamicKeyManager
 
saveToFiles(String) - Method in class goldengate.common.crypto.KeyManager
 
saveTrustStore(String) - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
Save the TrustStore to a file
select() - Method in class goldengate.common.database.data.AbstractDbData
Select object from table
select() - Method in class goldengate.common.database.data.DbDataModel
 
select(String) - Method in class goldengate.common.database.DbRequest
Execute a SELECT statement and set of Result.
selectAllFields - Static variable in class goldengate.common.database.data.DbDataModel
 
SEPARATOR - Static variable in interface goldengate.common.file.DirInterface
FileInterface separator for external
SEPARATORCHAR - Static variable in interface goldengate.common.file.DirInterface
FileInterface separator for external
session - Variable in class goldengate.common.database.DbAdmin
session is the Session object for all type of requests
session - Variable in class goldengate.common.file.AbstractDir
SessionInterface
session - Variable in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
SessionInterface
session - Variable in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
SessionInterface
session - Variable in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
SessionInterface
SessionInterface - Interface in goldengate.common.file
Interface for SessionInterface
set - Variable in class goldengate.common.state.Transition
 
setAdmin(DbAdmin) - Method in class goldengate.common.database.DbSession
 
setArgs(SessionInterface, String, String, Enum) - Method in interface goldengate.common.command.CommandInterface
Set the Command from the args
setAutoCommit(boolean) - Method in class goldengate.common.database.DbSession
Change the autocommit feature
setBlock(ChannelBuffer) - Method in class goldengate.common.file.DataBlock
Set the block and the byte count according to the block
setBusinessPassword(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
Set the password according to any implementation and could set the rootFromAuth.
setBusinessRootFromAuth() - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
 
setBusinessUser(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
Set the user according to any implementation and could set the rootFromAuth.
setByteCount(int) - Method in class goldengate.common.file.DataBlock
 
setByteCount(byte, byte) - Method in class goldengate.common.file.DataBlock
 
setChannel(Channel) - Method in class goldengate.common.future.GgChannelFuture
 
setChannelLimit(int) - Method in class goldengate.common.cpu.GgConstraintLimitHandler
 
setCpuLimit(double) - Method in class goldengate.common.cpu.GgConstraintLimitHandler
 
setCurrent(EnumState) - Method in class goldengate.common.state.MachineState
Sets the current application state.
setDescriptor(int) - Method in class goldengate.common.file.DataBlock
 
setDryCurrent(EnumState) - Method in class goldengate.common.state.MachineState
Sets the current application state, but no exception if not compatible.
setEOF(boolean) - Method in class goldengate.common.file.DataBlock
 
setEOR(boolean) - Method in class goldengate.common.file.DataBlock
 
setERROR(boolean) - Method in class goldengate.common.file.DataBlock
 
setExtraNextCommand(Enum) - Method in interface goldengate.common.command.CommandInterface
This function is intend to allow to force USER->PASS->ACCT->CDW for instance
setFailure(Throwable) - Method in class goldengate.common.future.GgCompletedFuture
 
setFailure(Throwable) - Method in class goldengate.common.future.GgFuture
Marks this future as a failure and notifies all listeners.
setFile(String, boolean) - Method in class goldengate.common.file.AbstractDir
 
setFile(String, boolean) - Method in interface goldengate.common.file.DirInterface
Set a path as the current FileInterface
setFromArray() - Method in class goldengate.common.database.data.AbstractDbData
Internal function to retrieve data from Array to pull data from database
setFromArray() - Method in class goldengate.common.database.data.DbDataModel
 
setFromString(String) - Method in class goldengate.common.xml.XmlValue
Set a value from String
setHandler(GlobalTrafficShapingHandler) - Method in class goldengate.common.cpu.GgConstraintLimitHandler
Set the handler
setIsIdentified(boolean) - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
Set the Authentication to Identified or Not
setKey(String, KeyObject) - Method in class goldengate.common.crypto.KeyManager
Add or set a new key associated to the given name
setKeytoKeyStore(String, Key, Certificate[]) - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
Add a Key and its certificates into the KeyStore based on its alias
setKeytoTrustStore(String, Certificate) - Method in class goldengate.common.crypto.ssl.GgSecureKeyStore
Add a Certificate into the TrustStore based on its alias
setMarkers(int[]) - Method in class goldengate.common.file.DataBlock
Set the markers and the byte count
setObject(Object) - Method in interface goldengate.common.command.CommandInterface
 
setOptsCharset(byte) - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
setOptsCharset(byte) - Method in interface goldengate.common.file.OptsMLSxInterface
 
setOptsCreate(byte) - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
setOptsCreate(byte) - Method in interface goldengate.common.file.OptsMLSxInterface
 
setOptsLang(byte) - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
setOptsLang(byte) - Method in interface goldengate.common.file.OptsMLSxInterface
 
setOptsMediaType(byte) - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
setOptsMediaType(byte) - Method in interface goldengate.common.file.OptsMLSxInterface
 
setOptsModify(byte) - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
setOptsModify(byte) - Method in interface goldengate.common.file.OptsMLSxInterface
 
setOptsPerm(byte) - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
setOptsPerm(byte) - Method in interface goldengate.common.file.OptsMLSxInterface
 
setOptsSize(byte) - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
setOptsSize(byte) - Method in interface goldengate.common.file.OptsMLSxInterface
 
setOptsType(byte) - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
setOptsType(byte) - Method in interface goldengate.common.file.OptsMLSxInterface
 
setOptsUnique(byte) - Method in class goldengate.common.file.filesystembased.FilesystemBasedOptsMLSxImpl
 
setOptsUnique(byte) - Method in interface goldengate.common.file.OptsMLSxInterface
 
setPassword(String) - Method in interface goldengate.common.file.AuthInterface
 
setPassword(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
 
setPosition(long) - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
Change the position in the file.
setPosition(long) - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
Change the position in the file.
setPrimaryKey() - Method in class goldengate.common.database.data.AbstractDbData
Set the primary Key as current value
setPrimaryKey() - Method in class goldengate.common.database.data.DbDataModel
Set the primary Key as current value
setRESTART(boolean) - Method in class goldengate.common.file.DataBlock
 
setRole(byte) - Method in class goldengate.common.role.RoleDefault
 
setSecretKey(Key) - Method in class goldengate.common.crypto.KeyObject
Set the secretKey
setSecretKey(byte[]) - Method in class goldengate.common.crypto.KeyObject
Reconstruct a key from an array of bytes
setSecretKey(File) - Method in class goldengate.common.crypto.KeyObject
Create a Key from a File
setServer(boolean) - Method in class goldengate.common.cpu.GgConstraintLimitHandler
To explicitly set this handler as server mode
setSet(boolean) - Method in class goldengate.common.file.Restart
 
setSuccess() - Method in class goldengate.common.future.GgCompletedFuture
 
setSuccess() - Method in class goldengate.common.future.GgFuture
Marks this future as a success and notifies all listeners.
setToArray() - Method in class goldengate.common.database.data.AbstractDbData
Internal function to set to Array used to push data to database
setToArray() - Method in class goldengate.common.database.data.DbDataModel
 
setTrueValue(PreparedStatement, DbValue, int) - Static method in class goldengate.common.database.data.AbstractDbData
Set Value into PreparedStatement
setUniqueFile() - Method in interface goldengate.common.file.DirInterface
Set a new unique path as the current FileInterface from the current Directory (STOU)
setUniqueFile() - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
 
setUniqueFile() - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
 
setUser(String) - Method in interface goldengate.common.file.AuthInterface
 
setUser(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
 
setValue(DbPreparedStatement, DbValue) - Method in class goldengate.common.database.data.AbstractDbData
Set one value to a DbPreparedStatement
setValue(String) - Method in class goldengate.common.database.data.DbValue
 
setValue(boolean) - Method in class goldengate.common.database.data.DbValue
 
setValue(byte) - Method in class goldengate.common.database.data.DbValue
 
setValue(short) - Method in class goldengate.common.database.data.DbValue
 
setValue(int) - Method in class goldengate.common.database.data.DbValue
 
setValue(long) - Method in class goldengate.common.database.data.DbValue
 
setValue(float) - Method in class goldengate.common.database.data.DbValue
 
setValue(double) - Method in class goldengate.common.database.data.DbValue
 
setValue(byte[]) - Method in class goldengate.common.database.data.DbValue
 
setValue(Date) - Method in class goldengate.common.database.data.DbValue
 
setValue(Timestamp) - Method in class goldengate.common.database.data.DbValue
 
setValue(Date) - Method in class goldengate.common.database.data.DbValue
 
setValue(Reader) - Method in class goldengate.common.database.data.DbValue
 
setValue(InputStream) - Method in class goldengate.common.database.data.DbValue
 
setValue(Object) - Method in class goldengate.common.xml.XmlValue
 
setValueFromString(String) - Method in class goldengate.common.database.data.DbValue
 
setValues(DbPreparedStatement, DbValue[]) - Method in class goldengate.common.database.data.AbstractDbData
Set several values to a DbPreparedStatement
size() - Method in class goldengate.common.xml.XmlHash
 
SoftReferenceSynchronizedLruCache<K,V> - Class in goldengate.common.lru
Modification of SynchronizedLruCache which uses SoftReference to store values
SoftReferenceSynchronizedLruCache(int, long, int, float) - Constructor for class goldengate.common.lru.SoftReferenceSynchronizedLruCache
 
SoftReferenceSynchronizedLruCache(int, long, int) - Constructor for class goldengate.common.lru.SoftReferenceSynchronizedLruCache
 
SoftReferenceSynchronizedLruCache(int, long) - Constructor for class goldengate.common.lru.SoftReferenceSynchronizedLruCache
 
state - Variable in class goldengate.common.state.Transition
 
store() - Method in interface goldengate.common.file.FileInterface
Ask to store the current FileInterface.
store() - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
store() - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
SynchronizedLruCache<K,V> - Class in goldengate.common.lru
Threadsafe synchronized implementation of LruCache based on LinkedHashMap.
SynchronizedLruCache(int, long, int, float) - Constructor for class goldengate.common.lru.SynchronizedLruCache
Creates new SynchronizedLruCache
SynchronizedLruCache(int, long, int) - Constructor for class goldengate.common.lru.SynchronizedLruCache
Creates new SynchronizedLruCache with DEFAULT_LOAD_FACTOR
SynchronizedLruCache(int, long) - Constructor for class goldengate.common.lru.SynchronizedLruCache
Creates new SynchronizedLruCache with DEFAULT_LOAD_FACTOR and DEFAULT_INITIAL_CAPACITY
SYSTEM - Static variable in class goldengate.common.role.RoleDefault
 

T

table - Static variable in class goldengate.common.database.data.DbDataModel
 
TarUtility - Class in goldengate.common.tar
TAR support
TarUtility() - Constructor for class goldengate.common.tar.TarUtility
 
timeFormat - Static variable in class goldengate.common.xml.XmlStaticShared
parser for Date
timestampFormat - Static variable in class goldengate.common.xml.XmlStaticShared
parser for Timestamp
toBinaryString(byte[], boolean) - Static method in class goldengate.common.file.DataBlock
Translate the given array of byte into a string in binary format
toCrypt() - Method in class goldengate.common.crypto.KeyObject
Returns a cipher for encryption associated with the key
toDecrypt() - Method in class goldengate.common.crypto.KeyObject
Returns a cipher for decryption associated with the key
toString() - Method in exception goldengate.common.command.exception.CommandAbstractException
 
toString() - Method in class goldengate.common.database.DbAdmin
 
toString() - Method in class goldengate.common.logging.GgJdkLogger
 
toString() - Method in class goldengate.common.logging.GgSlf4JLogger
 
toString() - Method in class goldengate.common.xml.XmlDecl
 
toString() - Method in class goldengate.common.xml.XmlValue
 
TRANSFER - Static variable in class goldengate.common.role.RoleDefault
 
transferTo(FileChannel) - Method in interface goldengate.common.file.passthrough.PassthroughFile
Note: be aware to not directly use transferTo or transferFrom at once but to use them by chunk to prevent memory usage (mmap used under the wood by the JVM)
Transition<EnumState> - Class in goldengate.common.state
Transition object that joins one state and one set of acceptable following states

Note: the type EnumSet< ?
Transition(EnumState, EnumSet<?>) - Constructor for class goldengate.common.state.Transition
 
type - Variable in class goldengate.common.database.data.DbValue
Data Type
type - Variable in enum goldengate.common.database.model.DbModelH2.DBType
 
type - Static variable in class goldengate.common.database.model.DbModelH2
 
type - Variable in enum goldengate.common.database.model.DbModelMysql.DBType
 
type - Static variable in class goldengate.common.database.model.DbModelMysql
 
type - Variable in enum goldengate.common.database.model.DbModelOracle.DBType
 
type - Static variable in class goldengate.common.database.model.DbModelOracle
 
type - Variable in enum goldengate.common.database.model.DbModelPostgresql.DBType
 
type - Static variable in class goldengate.common.database.model.DbModelPostgresql
 
typeDriver - Variable in class goldengate.common.database.DbAdmin
Database type

U

ueApacheCommonsIo - Static variable in class goldengate.common.file.filesystembased.specific.FilesystemBasedDirJdkAbstract
Should the Ftp Server use the Apache Commons Io or not: if not wildcard and freespace (ALLO) will not be supported.
unTar(File, File) - Static method in class goldengate.common.tar.TarUtility
Extract all files from Tar into the specified directory
UNUSED1 - Static variable in class goldengate.common.role.RoleDefault
 
UNUSED2 - Static variable in class goldengate.common.role.RoleDefault
 
unZip(File, File) - Static method in class goldengate.common.tar.ZipUtility
Extract all files from Tar into the specified directory
update() - Method in class goldengate.common.database.data.AbstractDbData
Update object to table
update() - Method in class goldengate.common.database.data.AbstractDbDataWithCommit
Update object to table
update() - Method in class goldengate.common.database.data.DbDataModel
 
updateAllFields - Static variable in class goldengate.common.database.data.DbDataModel
 
useConnection() - Method in class goldengate.common.database.DbSession
To be called when a client will start to use this DbSession (once by client)
useNio - Static variable in class goldengate.common.file.filesystembased.FilesystemBasedFileParameterImpl
Should a file MD5 SHA1 be computed using NIO.
user - Variable in class goldengate.common.file.filesystembased.FilesystemBasedAuthImpl
User name
UTF8 - Static variable in class goldengate.common.utility.GgStringUtils
Format used for Files

V

validatePath(String) - Method in class goldengate.common.file.AbstractDir
 
validatePath(File) - Method in class goldengate.common.file.AbstractDir
Same as validatePath but from a FileInterface
validatePath(String) - Method in interface goldengate.common.file.DirInterface
Construct and Check if the given path is valid from business point of view (see AuthInterface)
validConnection() - Method in class goldengate.common.database.DbAdmin
Validate connection
validConnection(DbSession) - Method in interface goldengate.common.database.model.DbModel
Validate connection
validConnection(DbSession) - Method in class goldengate.common.database.model.DbModelAbstract
 
validConnection(DbSession) - Method in class goldengate.common.database.model.DbModelPostgresql
 
validConnectionSelect(DbSession) - Method in class goldengate.common.database.model.DbModelAbstract
 
validConnectionString() - Method in class goldengate.common.database.model.DbModelAbstract
 
validConnectionString() - Method in class goldengate.common.database.model.DbModelH2
 
validConnectionString() - Method in class goldengate.common.database.model.DbModelMysql
 
validConnectionString() - Method in class goldengate.common.database.model.DbModelOracle
 
validConnectionString() - Method in class goldengate.common.database.model.DbModelPostgresql
 
VALIDTESTDURATION - Static variable in class goldengate.common.database.DbConstant
How long to wait in second for a validation of connection (isValid(time))
value - Variable in class goldengate.common.database.data.DbValue
Real value
valueOf(String) - Static method in enum goldengate.common.command.ReplyCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.common.crypto.DynamicKeyObject.INSTANCES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.common.crypto.DynamicKeyObject.INSTANCESMAX
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.common.database.data.AbstractDbData.UpdatedInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.common.database.data.DbDataModel.Columns
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.common.database.model.DbModelH2.DBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.common.database.model.DbModelMysql.DBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.common.database.model.DbModelOracle.DBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.common.database.model.DbModelPostgresql.DBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.common.database.model.DbType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.common.state.example.ExampleEnumState.ExampleTransition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.common.state.example.ExampleEnumState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.common.xml.XmlType
Returns the enum constant of this type with the specified name.
values() - Static method in enum goldengate.common.command.ReplyCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.common.crypto.DynamicKeyObject.INSTANCES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.common.crypto.DynamicKeyObject.INSTANCESMAX
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.common.database.data.AbstractDbData.UpdatedInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.common.database.data.DbDataModel.Columns
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.common.database.model.DbModelH2.DBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.common.database.model.DbModelMysql.DBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.common.database.model.DbModelOracle.DBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.common.database.model.DbModelPostgresql.DBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.common.database.model.DbType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.common.state.example.ExampleEnumState.ExampleTransition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.common.state.example.ExampleEnumState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.common.xml.XmlType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WAITFORNETOP - Static variable in class goldengate.common.database.DbAdmin
 
warn(String, String) - Method in class goldengate.common.logging.GgInternalLogger
 
warn(String, String, String) - Method in class goldengate.common.logging.GgInternalLogger
 
warn(String, Object, Object) - Method in class goldengate.common.logging.GgInternalLogger
 
warn(String, Object) - Method in class goldengate.common.logging.GgInternalLogger
 
warn(String) - Method in class goldengate.common.logging.GgJdkLogger
 
warn(String, Throwable) - Method in class goldengate.common.logging.GgJdkLogger
 
warn(String, String) - Method in class goldengate.common.logging.GgJdkLogger
 
warn(String, String, String) - Method in class goldengate.common.logging.GgJdkLogger
 
warn(String, Object, Object) - Method in class goldengate.common.logging.GgJdkLogger
 
warn(String, Object) - Method in class goldengate.common.logging.GgJdkLogger
 
warn(String, String, String) - Method in class goldengate.common.logging.GgSlf4JLogger
 
warn(String, String) - Method in class goldengate.common.logging.GgSlf4JLogger
 
warn(String) - Method in class goldengate.common.logging.GgSlf4JLogger
 
warn(String, Throwable) - Method in class goldengate.common.logging.GgSlf4JLogger
 
warn(String, Object, Object) - Method in class goldengate.common.logging.GgSlf4JLogger
 
warn(String, Object) - Method in class goldengate.common.logging.GgSlf4JLogger
 
wildcard(String) - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
wildcardFiles(String) - Method in class goldengate.common.file.AbstractDir
Finds all files matching a wildcard expression (based on '?'
wildcardFiles(String) - Method in class goldengate.common.file.filesystembased.FilesystemBasedDirImpl
Finds all files matching a wildcard expression (based on '?'
wildcardFiles(String) - Method in class goldengate.common.file.passthrough.PassthroughBasedDirImpl
Finds all files matching a wildcard expression (based on '?'
write(ChannelBuffer) - Method in interface goldengate.common.file.passthrough.PassthroughFile
 
write(Document, XmlValue[]) - Static method in class goldengate.common.xml.XmlUtil
Add all nodes from XmlValues into Document
write(Element, XmlValue[]) - Static method in class goldengate.common.xml.XmlUtil
Add all nodes from XmlValues from the referenced Element
writeDataBlock(DataBlock) - Method in interface goldengate.common.file.FileInterface
Function called by the DataNetworkHandler when it receives one DataBlock (Store like command)
writeDataBlock(DataBlock) - Method in class goldengate.common.file.filesystembased.FilesystemBasedFileImpl
 
writeDataBlock(DataBlock) - Method in class goldengate.common.file.passthrough.PassthroughBasedFileImpl
 
writeToString(Document) - Static method in class goldengate.common.xml.XmlUtil
 
writeToString(Element) - Static method in class goldengate.common.xml.XmlUtil
 
writeXML(String, String, Document) - Static method in class goldengate.common.xml.XmlUtil
Write the given XML document to filename using the encoding

X

XmlDecl - Class in goldengate.common.xml
XmlDecl to declare types, path and name for values from/to XML file/document
XmlDecl(String, String) - Constructor for class goldengate.common.xml.XmlDecl
 
XmlDecl(XmlType, String) - Constructor for class goldengate.common.xml.XmlDecl
 
XmlDecl(String, XmlType, String) - Constructor for class goldengate.common.xml.XmlDecl
 
XmlDecl(String, XmlType, String, boolean) - Constructor for class goldengate.common.xml.XmlDecl
 
XmlDecl(String, XmlType, String, XmlDecl[], boolean) - Constructor for class goldengate.common.xml.XmlDecl
 
XmlHash - Class in goldengate.common.xml
XmlHash Hashtable for XmlValue utility.
XmlHash(XmlValue[]) - Constructor for class goldengate.common.xml.XmlHash
 
XmlStaticShared - Class in goldengate.common.xml
Static Shared values
XmlStaticShared() - Constructor for class goldengate.common.xml.XmlStaticShared
 
XmlType - Enum in goldengate.common.xml
Type of Classes supported in Enum type
XmlUtil - Class in goldengate.common.xml
XML utility that handles simple cases as:
XPath as /x/y/z for a node and referring to root of Document XPath as x/y/z for a node and referring to current referenced node Any XPath can be a singleton (unique node referenced by the XPath) or multiple nodes (same XPath) Only Element as Node: no Attribute or any other type within XML Any other path is not supported: //x /x@y ./ ..
XmlUtil() - Constructor for class goldengate.common.xml.XmlUtil
 
XmlValue - Class in goldengate.common.xml
XmlValue base element
XmlValue(XmlDecl) - Constructor for class goldengate.common.xml.XmlValue
 
XmlValue(XmlValue) - Constructor for class goldengate.common.xml.XmlValue
 

Z

z - Static variable in class goldengate.common.xml.XmlStaticShared
 
ZipUtility - Class in goldengate.common.tar
 
ZipUtility() - Constructor for class goldengate.common.tar.ZipUtility
 

A B C D E F G H I K L M N O P Q R S T U V W X Z

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