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

A

AbstractExecutor - Class in goldengate.ftp.exec.exec
Abstract Executor class.
AbstractExecutor() - Constructor for class goldengate.ftp.exec.exec.AbstractExecutor
 
AbstractExecutor.CommandExecutor - Class in goldengate.ftp.exec.exec
 
AbstractExecutor.CommandExecutor(String, long, String, long) - Constructor for class goldengate.ftp.exec.exec.AbstractExecutor.CommandExecutor
 
ACCOUNT - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 
accounts - Variable in class goldengate.ftp.exec.file.SimpleAuth
Multiple accounts
address - Static variable in class goldengate.ftp.exec.exec.LocalExecClient
 
ADMINNAME - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Admin name Id
afterRunCommandKo(CommandAbstractException) - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
afterRunCommandOk() - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
afterTransferDoneBeforeAnswer(FtpTransfer) - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
agent - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
agent - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Corresponding agent
agentRegisterGoldenGateMib() - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
Register this MIB
agentRegisterSystem() - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
Unregister and Register again the SNMPv2MIB with System adapted to this Mib
agentSnmp - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
SNMP Agent (if any)
agentUnregisterMibs() - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
Unregister this MIB
applicationProtocol - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
will be = new OID(applicationProtocolBase+port);
applicationProtocolBase - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
need to add ".port" like "6666" Only in TCP (no UDP supported for GoldenGate) example: rootEnterpriseMib+"66666"+".1.1.4
authenticationFile - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
File containing the authentications
AUTHUPDATE - Class in goldengate.ftp.exec.config
AUTHTUPDATE command: implements the command that will try to update the authentications from the file given as argument or the original one if no argument is given.
AUTHUPDATE() - Constructor for class goldengate.ftp.exec.config.AUTHUPDATE
 

B

bandwidthIn - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
bandwidthOut - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
BASEPATH - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 
beforeRunCommand() - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
blocksize - Variable in class goldengate.ftp.exec.exec.R66PreparedTransferExecutor
 
businessClean() - Method in class goldengate.ftp.exec.file.FileBasedAuth
 

C

changeStatus(FtpPrivateMib.OperStatus) - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
Change the status and the LastChange Timeticks
changeUpdatedInfo(AbstractDbData.UpdatedInfo) - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class goldengate.ftp.exec.adminssl.HttpSslHandler
 
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class goldengate.ftp.exec.adminssl.HttpSslHandler
 
checkPassword(String) - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
Check the password for Shutdown
CircularIntValue - Class in goldengate.ftp.exec.config
Circular Value used by passive connections to find the next valid port to propose to the client.
CircularIntValue(int, int) - Constructor for class goldengate.ftp.exec.config.CircularIntValue
Create a circular range of values
cleanSession() - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
cleanSession() - Method in class goldengate.ftp.exec.data.FileSystemBasedDataBusinessHandler
 
clear() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
Clear the runner
code - Variable in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateDetailedValuesIndex
 
code - Variable in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateErrorValuesIndex
 
COMMAND - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 
commandExecutor - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 
commandExecutor - Variable in class goldengate.ftp.exec.file.SimpleAuth
 
configureConstraint() - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
Configure ConstraintLimitHandler
configureHttps() - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
Configure HTTPS
configureLExec() - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
Configure LocalExec
configureSnmp() - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
Configure the SNMP support if needed
connect() - Method in class goldengate.ftp.exec.exec.LocalExecClient
Connect to the Server
constraintLimitHandler - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Limit on CPU and Connection
create() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
As insert but with the ability to change the SpecialId
createAbstractExecutor(FileBasedAuth, String[], boolean, GgFuture) - Static method in class goldengate.ftp.exec.exec.AbstractExecutor
 
createTables(DbSession) - Method in class goldengate.ftp.exec.database.model.DbModelH2
 
createTables(DbSession) - Method in class goldengate.ftp.exec.database.model.DbModelMysql
 
createTables(DbSession) - Method in class goldengate.ftp.exec.database.model.DbModelOracle
 
createTables(DbSession) - Method in class goldengate.ftp.exec.database.model.DbModelPostgresql
 
cryptoKey - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Crypto Key

D

DbConstant - Class in goldengate.ftp.exec.database
Constants value for database
DbConstant() - Constructor for class goldengate.ftp.exec.database.DbConstant
 
dbFtpSession - Variable in class goldengate.ftp.exec.control.ExecBusinessHandler
Associated DbFtpSession
DbModelFactory - Class in goldengate.ftp.exec.database.model
Factory to store the Database Model object
DbModelFactory() - Constructor for class goldengate.ftp.exec.database.model.DbModelFactory
 
DbModelH2 - Class in goldengate.ftp.exec.database.model
H2 Database Model implementation
DbModelH2(String, String, String) - Constructor for class goldengate.ftp.exec.database.model.DbModelH2
Create the object and initialize if necessary the driver
DbModelMysql - Class in goldengate.ftp.exec.database.model
MySQL Database Model implementation
DbModelMysql(String, String, String) - Constructor for class goldengate.ftp.exec.database.model.DbModelMysql
Create the object and initialize if necessary the driver
DbModelOracle - Class in goldengate.ftp.exec.database.model
Oracle Database Model implementation
DbModelOracle(String, String, String) - Constructor for class goldengate.ftp.exec.database.model.DbModelOracle
Create the object and initialize if necessary the driver
DbModelPostgresql - Class in goldengate.ftp.exec.database.model
PostGreSQL Database Model implementation
DbModelPostgresql() - Constructor for class goldengate.ftp.exec.database.model.DbModelPostgresql
Create the object and initialize if necessary the driver
dbR66Session - Variable in class goldengate.ftp.exec.control.ExecBusinessHandler
Associated DbR66Session
dbsession - Variable in class goldengate.ftp.exec.exec.R66PreparedTransferExecutor
 
DbTransferLog - Class in goldengate.ftp.exec.database.data
Transfer Log for FtpExec
DbTransferLog(DbSession, String, String, long, boolean, String, String, ReplyCode, String, AbstractDbData.UpdatedInfo) - Constructor for class goldengate.ftp.exec.database.data.DbTransferLog
Insert into database
DbTransferLog(DbSession, String, String, long) - Constructor for class goldengate.ftp.exec.database.data.DbTransferLog
Load from database
DbTransferLog.Columns - Enum in goldengate.ftp.exec.database.data
 
dbTypes - Static variable in class goldengate.ftp.exec.database.data.DbTransferLog
 
delayLimit - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Delay in ms between two checks
delete() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
disconnect() - Method in class goldengate.ftp.exec.exec.LocalExecClient
Disconnect from the server

E

enableRenegotiation - Variable in class goldengate.ftp.exec.adminssl.HttpSslPipelineFactory
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class goldengate.ftp.exec.adminssl.HttpSslHandler
 
exceptionLocalCaught(ExceptionEvent) - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
exceptionLocalCaught(ExceptionEvent) - Method in class goldengate.ftp.exec.data.FileSystemBasedDataBusinessHandler
 
exec() - Method in class goldengate.ftp.exec.config.AUTHUPDATE
 
ExecBusinessHandler - Class in goldengate.ftp.exec.control
BusinessHandler implementation that allows pre and post actions on any operations and specifically on transfer operations
ExecBusinessHandler() - Constructor for class goldengate.ftp.exec.control.ExecBusinessHandler
 
ExecGatewayFtpServer - Class in goldengate.ftp.exec
Exec FTP Server using simple authentication (XML FileInterface based), and standard Directory and FileInterface implementation (Filesystem based).
ExecGatewayFtpServer() - Constructor for class goldengate.ftp.exec.ExecGatewayFtpServer
 
EXECUTE - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 
executeChannelClosed() - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
executeChannelClosed() - Method in class goldengate.ftp.exec.data.FileSystemBasedDataBusinessHandler
 
executeChannelConnected(Channel) - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
executeChannelConnected(Channel) - Method in class goldengate.ftp.exec.data.FileSystemBasedDataBusinessHandler
 
ExecuteExecutor - Class in goldengate.ftp.exec.exec
ExecuteExecutor class.
ExecuteExecutor(String, long, GgFuture) - Constructor for class goldengate.ftp.exec.exec.ExecuteExecutor
 
ExecutorException - Exception in goldengate.ftp.exec.exec
ExecutorException
ExecutorException(String) - Constructor for exception goldengate.ftp.exec.exec.ExecutorException
 
ExecutorException(Throwable) - Constructor for exception goldengate.ftp.exec.exec.ExecutorException
 
ExecutorException(String, Throwable) - Constructor for exception goldengate.ftp.exec.exec.ExecutorException
 

F

fieldseq - Static variable in class goldengate.ftp.exec.database.data.DbTransferLog
 
FILE - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 
FileBasedAuth - Class in goldengate.ftp.exec.file
FtpAuth implementation based on a list of (user/password/account) stored in a xml file load at startup from configuration.
FileBasedAuth(FtpSession) - Constructor for class goldengate.ftp.exec.file.FileBasedAuth
 
FileBasedConfiguration - Class in goldengate.ftp.exec.config
FtpConfiguration based on a XML file
FileBasedConfiguration(Class<?>, Class<? extends BusinessHandler>, Class<? extends DataBusinessHandler>, FileParameterInterface) - Constructor for class goldengate.ftp.exec.config.FileBasedConfiguration
 
fileBasedConfiguration - Static variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Use to access directly the configuration
FileBasedDir - Class in goldengate.ftp.exec.file
FtpFile implementation based on true directories and files
FileBasedDir(FtpSession) - Constructor for class goldengate.ftp.exec.file.FileBasedDir
 
FileBasedFile - Class in goldengate.ftp.exec.file
FtpFile implementation based on true directories and files
FileBasedFile(FtpSession, FileBasedDir, String, boolean) - Constructor for class goldengate.ftp.exec.file.FileBasedFile
 
fileinfo - Variable in class goldengate.ftp.exec.exec.R66PreparedTransferExecutor
 
filename - Variable in class goldengate.ftp.exec.exec.R66PreparedTransferExecutor
 
FileSystemBasedDataBusinessHandler - Class in goldengate.ftp.exec.data
DataBusinessHandler implementation based on Simple Filesystem : do nothing
FileSystemBasedDataBusinessHandler() - Constructor for class goldengate.ftp.exec.data.FileSystemBasedDataBusinessHandler
 
finishSelectOrCountPrepareStatement(DbPreparedStatement) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
Set the current time in the given updatedPreparedStatement
finishSelectOrCountPrepareStatement(DbPreparedStatement, long) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
Set the current time in the given updatedPreparedStatement
FtpConstraintLimitHandler - Class in goldengate.ftp.exec.control
Constraint Limit (CPU and connection - network and local -) handler.
FtpConstraintLimitHandler(long, boolean, double, double, double, GlobalTrafficShapingHandler, long, long) - Constructor for class goldengate.ftp.exec.control.FtpConstraintLimitHandler
 
FtpConstraintLimitHandler(long, boolean, boolean, double, int) - Constructor for class goldengate.ftp.exec.control.FtpConstraintLimitHandler
 
FtpConstraintLimitHandler(long, boolean, boolean, double, int, double, double, double, GlobalTrafficShapingHandler, long, long) - Constructor for class goldengate.ftp.exec.control.FtpConstraintLimitHandler
 
FtpCounter32 - Class in goldengate.ftp.exec.snmp
Ftp Exec Counter32 SNMP implementation
FtpCounter32(int, int) - Constructor for class goldengate.ftp.exec.snmp.FtpCounter32
 
FtpCounter32(int, int, long) - Constructor for class goldengate.ftp.exec.snmp.FtpCounter32
 
FtpGauge32 - Class in goldengate.ftp.exec.snmp
Ftp Exec Gauge32 SNMP implementation
FtpGauge32(int, int) - Constructor for class goldengate.ftp.exec.snmp.FtpGauge32
 
FtpGauge32(int, int, long) - Constructor for class goldengate.ftp.exec.snmp.FtpGauge32
 
ftpMib - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Associated MIB
FtpMonitoring - Class in goldengate.ftp.exec.snmp
SNMP Monitoring class for FTP Exec
FtpMonitoring(DbSession) - Constructor for class goldengate.ftp.exec.snmp.FtpMonitoring
 
FtpPrivateMib - Class in goldengate.ftp.exec.snmp
FTP Private MIB implementation
FtpPrivateMib(int) - Constructor for class goldengate.ftp.exec.snmp.FtpPrivateMib
 
FtpPrivateMib.goldenGateDefinitionIndex - Enum in goldengate.ftp.exec.snmp
Definition part
FtpPrivateMib.goldenGateDetailedValuesIndex - Enum in goldengate.ftp.exec.snmp
Detailed part
FtpPrivateMib.goldenGateErrorValuesIndex - Enum in goldengate.ftp.exec.snmp
Error part
FtpPrivateMib.goldenGateGlobalValuesIndex - Enum in goldengate.ftp.exec.snmp
Global part
FtpPrivateMib.MibLevel - Enum in goldengate.ftp.exec.snmp
MIB entry levels
FtpPrivateMib.NotificationElements - Enum in goldengate.ftp.exec.snmp
Notification Elements
FtpPrivateMib.NotificationTasks - Enum in goldengate.ftp.exec.snmp
Notification for a task trap
FtpPrivateMib.OperStatus - Enum in goldengate.ftp.exec.snmp
Oper Status (as defined in Net Application SNMP)
FtpTimeTicks - Class in goldengate.ftp.exec.snmp
Ftp Exec TimeTicks SNMP implementation
FtpTimeTicks(int, int) - Constructor for class goldengate.ftp.exec.snmp.FtpTimeTicks
 
FtpTimeTicks(int, int, long) - Constructor for class goldengate.ftp.exec.snmp.FtpTimeTicks
 
FtpVariableFactory - Class in goldengate.ftp.exec.snmp
FTP Variable Factory for SNMP
FtpVariableFactory() - Constructor for class goldengate.ftp.exec.snmp.FtpVariableFactory
 
future - Variable in class goldengate.ftp.exec.exec.R66PreparedTransferExecutor
 

G

getAccount() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getBaseOidStartOrShutdown() - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
getBusinessNewAuth() - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
getBusinessNewDir() - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
getBusinessNewRestart() - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
getCommandExecutor() - Static method in class goldengate.ftp.exec.exec.AbstractExecutor
 
getCommandExecutor() - Method in class goldengate.ftp.exec.file.FileBasedAuth
 
getCountAllPrepareStatement(DbSession) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getCountInfoPrepareStatement(DbSession) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getCountInOutErrorPrepareStatement(DbSession, boolean) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
Running or not transfers are concerned
getCountInOutRunningPrepareStatement(DbSession, boolean, boolean) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
Running or not transfers are concerned
getCountStatusPrepareStatement(DbSession) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getErrorInfo() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getFeatMessage() - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
getFilename() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getFromStatement(DbPreparedStatement) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
For instance when getting updated information
getHelpMessage(String) - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
getHtmlAuth(String) - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
 
getHtmlTransfer(String, int) - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
Only available with Database support for GoldenGate
getHttpChannelGroup() - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
 
getHttpPipelineExecutor() - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
 
getInfotransf() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getInsertAllValues() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getLocalExecResult() - Method in class goldengate.ftp.exec.exec.LocalExecClient
 
getLogPrepareStament(DbSession, Timestamp, Timestamp) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getMode() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getNext() - Method in class goldengate.ftp.exec.config.CircularIntValue
Get the next value
getNextRangePort() - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
 
getNumberLocalChannel() - Method in class goldengate.ftp.exec.control.FtpConstraintLimitHandler
 
getOID() - Method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateDefinitionIndex
 
getOID() - Method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateDetailedValuesIndex
 
getOID() - Method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateErrorValuesIndex
 
getOID() - Method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateGlobalValuesIndex
 
getOID(OID) - Method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.NotificationElements
 
getOID(OID, int) - Method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.NotificationElements
 
getOID() - Method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.NotificationTasks
 
getOptsMessage(String[]) - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
getParams(String[]) - Static method in class goldengate.ftp.exec.ServerInitDatabase
 
getPipeline() - Method in class goldengate.ftp.exec.adminssl.HttpSslPipelineFactory
 
getPreparedCommand(String, String[]) - Static method in class goldengate.ftp.exec.exec.AbstractExecutor
 
getReadLimit() - Method in class goldengate.ftp.exec.control.FtpConstraintLimitHandler
 
getResultCountPrepareStatement(DbPreparedStatement, AbstractDbData.UpdatedInfo, long) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getResultCountPrepareStatement(DbPreparedStatement, ReplyCode, long) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getResultCountPrepareStatement(DbPreparedStatement) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getRetrType() - Method in class goldengate.ftp.exec.exec.AbstractExecutor.CommandExecutor
 
getSelectAllFields() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getSimpleAuth(String) - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
 
getSNMPv2MIB() - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
getSpecialId() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getSpecialId() - Method in class goldengate.ftp.exec.file.FileBasedAuth
 
getSpecializedSiteCommand(FtpSession, String) - Method in class goldengate.ftp.exec.control.ExecBusinessHandler
 
getStart() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getStatusPrepareStament(DbSession, ReplyCode, int) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getStop() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getStorType() - Method in class goldengate.ftp.exec.exec.AbstractExecutor.CommandExecutor
 
getTable() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getTrueFile() - Method in class goldengate.ftp.exec.file.FileBasedFile
This method is a good to have in a true FtpFile implementation.
getUpdateAllFields() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getUpdatedInfo() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getUser() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getVariable(OID, int, int, int) - Method in class goldengate.ftp.exec.snmp.FtpVariableFactory
 
getWherePrimaryKey() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
getWriteLimit() - Method in class goldengate.ftp.exec.control.FtpConstraintLimitHandler
 
ggObjectId - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
SnmpConstants.sysObjectID
ggSecureKeyStore - Static variable in class goldengate.ftp.exec.adminssl.HttpSslPipelineFactory
 
ggSslContextFactory - Static variable in class goldengate.ftp.exec.adminssl.HttpSslPipelineFactory
 
goldengate.ftp.exec - package goldengate.ftp.exec
Main class for the Exec FTP server based on Filesystem and simple authentication.
goldengate.ftp.exec.adminssl - package goldengate.ftp.exec.adminssl
Classes implementing HTTPS Administration support
goldengate.ftp.exec.config - package goldengate.ftp.exec.config
Exec configuration.
goldengate.ftp.exec.control - package goldengate.ftp.exec.control
Exec FTP server control business.
goldengate.ftp.exec.data - package goldengate.ftp.exec.data
Exec FTP server data business.
goldengate.ftp.exec.database - package goldengate.ftp.exec.database
Classes implementing Database access
goldengate.ftp.exec.database.data - package goldengate.ftp.exec.database.data
Classes implementing Database Data model
goldengate.ftp.exec.database.model - package goldengate.ftp.exec.database.model
Classes implementing Database Model (H2, Oracle, PostgreSQL, MySQL)
goldengate.ftp.exec.exec - package goldengate.ftp.exec.exec
Class for the real Exec for this GoldenGate FTP Exec server.
goldengate.ftp.exec.file - package goldengate.ftp.exec.file
Filesystem based implementation of File, Dir, Auth and SimpleAuth.
goldengate.ftp.exec.snmp - package goldengate.ftp.exec.snmp
SNMP support classes.
goldengate.ftp.exec.utils - package goldengate.ftp.exec.utils
Utility classes.
GoldenGateActionLogger - Class in goldengate.ftp.exec.control
Class to help to log any actions through the interface of GoldenGate
GoldenGateActionLogger() - Constructor for class goldengate.ftp.exec.control.GoldenGateActionLogger
 
goldenGateDefinition - Static variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Definition part
goldenGateDetailedValues - Static variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Detailed part
goldenGateErrorValues - Static variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Error part
goldenGateGlobalValues - Static variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Global part

H

HOST_ID - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
FTP server ID
httpBasePath - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Http Admin base
HttpSslHandler - Class in goldengate.ftp.exec.adminssl
 
HttpSslHandler() - Constructor for class goldengate.ftp.exec.adminssl.HttpSslHandler
 
HttpSslPipelineFactory - Class in goldengate.ftp.exec.adminssl
 
HttpSslPipelineFactory(boolean, boolean, ExecutorService) - Constructor for class goldengate.ftp.exec.adminssl.HttpSslPipelineFactory
 

I

ID - Static variable in class goldengate.ftp.exec.utils.Version
The version identifier.
ILLEGALVALUE - Static variable in class goldengate.ftp.exec.database.DbConstant
Illegal value as SpecialId of transfer (any value above is valid)
indexes - Static variable in class goldengate.ftp.exec.database.data.DbTransferLog
 
initdb() - Static method in class goldengate.ftp.exec.ServerInitDatabase
 
initialize(String, String, String, String, boolean) - Static method in class goldengate.ftp.exec.database.model.DbModelFactory
Initialize the Database Model according to arguments.
initialize(FileBasedConfiguration) - Static method in class goldengate.ftp.exec.exec.LocalExecClient
Initialize the LocalExec Client context
initialize() - Method in class goldengate.ftp.exec.snmp.FtpMonitoring
 
initializeAuthent(String, boolean) - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
Initialize Authentication from current authenticationFile
initializeExecutor(String, long, String, long) - Static method in class goldengate.ftp.exec.exec.AbstractExecutor
Initialize the Executor with the correct command and delay
initObject() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
insert() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
insertAllValues - Static variable in class goldengate.ftp.exec.database.data.DbTransferLog
 
inShutdownProcess() - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
 
isAccountValid(String) - Method in class goldengate.ftp.exec.file.SimpleAuth
Is the given account a valid one
isAdmin() - Method in class goldengate.ftp.exec.file.FileBasedAuth
 
isAdmin - Variable in class goldengate.ftp.exec.file.SimpleAuth
Is the current user an administrator (which can shutdown or change bandwidth limitation)
isBusinessPathValid(String) - Method in class goldengate.ftp.exec.file.FileBasedAuth
 
isMD5 - Variable in class goldengate.ftp.exec.exec.R66PreparedTransferExecutor
 
isPasswordValid(String) - Method in class goldengate.ftp.exec.file.SimpleAuth
Is the given password a valid one
isSender() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
isValidOperation(boolean) - Method in class goldengate.ftp.exec.exec.AbstractExecutor.CommandExecutor
Check if the given operation is allowed
isValidOperation(boolean) - Static method in class goldengate.ftp.exec.exec.AbstractExecutor
Check if the given operation is allowed

L

lastInActiveTransfer - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
lastOutActiveTransfer - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
LIMITROW - Static variable in class goldengate.ftp.exec.adminssl.HttpSslHandler
 
LocalExecClient - Class in goldengate.ftp.exec.exec
Client to execute external command through GoldenGate Local Exec
LocalExecClient() - Constructor for class goldengate.ftp.exec.exec.LocalExecClient
 
logAction(DbSession, long, String, BusinessHandler, ReplyCode, AbstractDbData.UpdatedInfo) - Static method in class goldengate.ftp.exec.control.GoldenGateActionLogger
Log the action
logCreate(DbSession, String, String, BusinessHandler) - Static method in class goldengate.ftp.exec.control.GoldenGateActionLogger
Log the action
logErrorAction(DbSession, long, FtpTransfer, String, ReplyCode, BusinessHandler) - Static method in class goldengate.ftp.exec.control.GoldenGateActionLogger
Log the action in error

M

main(String[]) - Static method in class goldengate.ftp.exec.ExecGatewayFtpServer
Take a simple XML file as configuration.
main(String[]) - Static method in class goldengate.ftp.exec.ServerInitDatabase
 
main(String[]) - Static method in class goldengate.ftp.exec.utils.Version
Prints out the version identifier to stdout.
maxGlobalMemory - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Max global memory limit: default is 4GB
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class goldengate.ftp.exec.adminssl.HttpSslHandler
 
monitoring - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Monitoring object

N

nbCountAllTransfer - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbCountInfoDone - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbCountInfoError - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbCountInfoInterrupted - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbCountInfoNotUpdated - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbCountInfoRunning - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbCountInfoToSubmit - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbCountInfoUnknown - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbInActiveTransfer - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbInErrorTransfer - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbInTotalTransfer - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbNetworkConnection - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbOutActiveTransfer - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbOutErrorTransfer - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
nbOutTotalTransfer - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
NBPRKEY - Static variable in class goldengate.ftp.exec.database.data.DbTransferLog
Special For DbTransferLog
nbThread - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
newFile(String, boolean) - Method in class goldengate.ftp.exec.file.FileBasedDir
 
nextSequence(DbSession) - Method in class goldengate.ftp.exec.database.model.DbModelH2
 
nextSequence(DbSession) - Method in class goldengate.ftp.exec.database.model.DbModelMysql
 
nextSequence(DbSession) - Method in class goldengate.ftp.exec.database.model.DbModelOracle
 
nextSequence(DbSession) - Method in class goldengate.ftp.exec.database.model.DbModelPostgresql
 
nolog - Variable in class goldengate.ftp.exec.exec.R66PreparedTransferExecutor
 
NONE - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 
NoTaskExecutor - Class in goldengate.ftp.exec.exec
NoTaskExecutor class.
NoTaskExecutor(String, long, GgFuture) - Constructor for class goldengate.ftp.exec.exec.NoTaskExecutor
 
notifyError(String, String) - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
Send a notification (trap or inform) for Error event
notifyInfoTask(String, DbTransferLog) - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
Send a notification (trap or inform) for Warning/Error event on a single Transfer Task
notifyOverloaded(String, String) - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
Send a notification (trap or inform) for Server Overloaded event
notifyStartStop(String, String) - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
Send a notification (trap or inform) for Shutdown event
notifyWarning(String, String) - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
Send a notification (trap or inform) for Warning event

O

oid - Variable in enum goldengate.ftp.exec.snmp.FtpPrivateMib.NotificationElements
 

P

password - Variable in class goldengate.ftp.exec.file.SimpleAuth
Password
pretrCMD - Variable in class goldengate.ftp.exec.exec.AbstractExecutor.CommandExecutor
Retrieve External Command
pretrDelay - Variable in class goldengate.ftp.exec.exec.AbstractExecutor.CommandExecutor
Retrieve Delay (0 = unlimited)
pretrRefused - Variable in class goldengate.ftp.exec.exec.AbstractExecutor.CommandExecutor
 
pretrType - Variable in class goldengate.ftp.exec.exec.AbstractExecutor.CommandExecutor
 
pstorCMD - Variable in class goldengate.ftp.exec.exec.AbstractExecutor.CommandExecutor
Store External Command
pstorDelay - Variable in class goldengate.ftp.exec.exec.AbstractExecutor.CommandExecutor
Store Delay (0 = unlimited)
pstorRefused - Variable in class goldengate.ftp.exec.exec.AbstractExecutor.CommandExecutor
 
pstorType - Variable in class goldengate.ftp.exec.exec.AbstractExecutor.CommandExecutor
 

R

R66PreparedTransferExecutor - Class in goldengate.ftp.exec.exec
R66PreparedTransferExecutor class.
R66PreparedTransferExecutor(String, long, GgFuture) - Constructor for class goldengate.ftp.exec.exec.R66PreparedTransferExecutor
 
R66PREPARETRANSFER - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 
REFUSED - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 
registerMOs(MOServer, OctetString) - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
releaseResources() - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
 
releaseResources() - Static method in class goldengate.ftp.exec.exec.LocalExecClient
To be called when the server is shutting down to release the resources
releaseResources() - Method in class goldengate.ftp.exec.snmp.FtpMonitoring
 
remoteHost - Variable in class goldengate.ftp.exec.exec.R66PreparedTransferExecutor
 
replace(StringBuilder, String, String) - Static method in class goldengate.ftp.exec.exec.AbstractExecutor
Make a replacement of first "find" string by "replace" string into the StringBuilder
replaceAll(StringBuilder, String, String) - Static method in class goldengate.ftp.exec.exec.AbstractExecutor
Make replacement of all "find" string by "replace" string into the StringBuilder
resetSequence(DbSession, long) - Method in class goldengate.ftp.exec.database.model.DbModelH2
 
resetSequence(DbSession, long) - Method in class goldengate.ftp.exec.database.model.DbModelMysql
 
resetSequence(DbSession, long) - Method in class goldengate.ftp.exec.database.model.DbModelOracle
 
resetSequence(DbSession, long) - Method in class goldengate.ftp.exec.database.model.DbModelPostgresql
 
retrCmd - Variable in class goldengate.ftp.exec.file.SimpleAuth
Specific Retrieve command for this user
retrDelay - Variable in class goldengate.ftp.exec.file.SimpleAuth
Specific Retrieve command delay for this user
rootOIDGoldenGate - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
root OID
rootOIDGoldenGateDetailed - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Detailed dynamic part
rootOIDGoldenGateError - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Error dynamic part
rootOIDGoldenGateGlobal - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Global dynamic part
rootOIDGoldenGateGlobalUptime - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Uptime OID
rootOIDGoldenGateInfo - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Info static part
rootOIDGoldenGateNotif - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Used in Notify
rootOIDGoldenGateNotifStartOrShutdown - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Used in Notify Start or Shutdown
rowDetailed - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Detailed Row access
rowError - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Error Row access
rowGlobal - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Global Row access
rowInfo - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Info Row access
rulename - Variable in class goldengate.ftp.exec.exec.R66PreparedTransferExecutor
 
run() - Method in class goldengate.ftp.exec.exec.AbstractExecutor
 
run() - Method in class goldengate.ftp.exec.exec.ExecuteExecutor
 
run() - Method in class goldengate.ftp.exec.exec.NoTaskExecutor
 
run() - Method in class goldengate.ftp.exec.exec.R66PreparedTransferExecutor
 
run(int, int) - Method in class goldengate.ftp.exec.snmp.FtpMonitoring
Update the value for one particular MIB entry
run(long, FtpPrivateMib.goldenGateGlobalValuesIndex) - Method in class goldengate.ftp.exec.snmp.FtpMonitoring
Update a value in Global MIB part
run(long, FtpPrivateMib.goldenGateDetailedValuesIndex) - Method in class goldengate.ftp.exec.snmp.FtpMonitoring
Update a value in Detailed MIB part
run(long, FtpPrivateMib.goldenGateErrorValuesIndex) - Method in class goldengate.ftp.exec.snmp.FtpMonitoring
Update a value in Error MIB part
runOneCommand(String, long, GgFuture) - Method in class goldengate.ftp.exec.exec.LocalExecClient
Run one command with a specific allowed delay for execution.

S

saveAuthenticationFile(String) - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
Export the Authentication to the original files
saveDbTransferLog(String) - Method in class goldengate.ftp.exec.database.data.DbTransferLog
Save the current DbTransferLog to a file
saveDbTransferLogFile(DbPreparedStatement, String) - Static method in class goldengate.ftp.exec.database.data.DbTransferLog
Export DbTransferLogs to a file and purge the corresponding DbTransferLogs
saveStatus() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
This method is to be called each time an operation is happening on Runner
scalarUptime - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
Corresponding UpTime in Mib
secondsRunning - Variable in class goldengate.ftp.exec.snmp.FtpMonitoring
 
selectAllFields - Static variable in class goldengate.ftp.exec.database.data.DbTransferLog
 
SERVER_HTTPPORT - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Default HTTP server port
SERVER_HTTPSPORT - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Default HTTP server port
ServerInitDatabase - Class in goldengate.ftp.exec
Program to initialize the database for GoldenGate Ftp Exec
ServerInitDatabase() - Constructor for class goldengate.ftp.exec.ServerInitDatabase
 
setAdmin(boolean) - Method in class goldengate.ftp.exec.file.SimpleAuth
 
setAgent(GgSnmpAgent) - Method in class goldengate.ftp.exec.snmp.FtpMonitoring
 
setAgent(GgSnmpAgent) - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
setBusinessAccount(String) - Method in class goldengate.ftp.exec.file.FileBasedAuth
Set the account according to any implementation and could set the rootFromAuth.
setBusinessPassword(String) - Method in class goldengate.ftp.exec.file.FileBasedAuth
Set the password according to any implementation and could set the rootFromAuth.
setBusinessRootFromAuth() - Method in class goldengate.ftp.exec.file.FileBasedAuth
 
setBusinessUser(String) - Method in class goldengate.ftp.exec.file.FileBasedAuth
 
setConfigurationServerFromXml(String) - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
Initiate the configuration from the xml file for server
setDbsession(DbSession) - Method in class goldengate.ftp.exec.exec.R66PreparedTransferExecutor
 
setFilename(String) - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
setFromArray() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
setInfotransf(String) - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
setInternalValue() - Method in class goldengate.ftp.exec.snmp.FtpCounter32
 
setInternalValue(long) - Method in class goldengate.ftp.exec.snmp.FtpCounter32
 
setInternalValue() - Method in class goldengate.ftp.exec.snmp.FtpGauge32
 
setInternalValue(long) - Method in class goldengate.ftp.exec.snmp.FtpGauge32
 
setInternalValue() - Method in class goldengate.ftp.exec.snmp.FtpTimeTicks
 
setInternalValue(long) - Method in class goldengate.ftp.exec.snmp.FtpTimeTicks
 
setPrimaryKey() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
Set the primary Key as current value
setReplyCodeExecutionStatus(ReplyCode) - Method in class goldengate.ftp.exec.database.data.DbTransferLog
Set the ReplyCode for the UpdatedInfo
setSERVERKEY(byte[]) - Method in class goldengate.ftp.exec.config.FileBasedConfiguration
 
setSpecialId(long) - Method in class goldengate.ftp.exec.file.FileBasedAuth
 
setStop(Timestamp) - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
setToArray() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
SimpleAuth - Class in goldengate.ftp.exec.file
Simple Authentication based on a previously load XML file.
SimpleAuth(String, String, String[], String, long, String, long) - Constructor for class goldengate.ftp.exec.file.SimpleAuth
 
snmpConfig - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Monitoring: snmp configuration file (empty means no snmp support)
SnmpDefaultAuthor - Static variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
SnmpDefaultLocalization - Static variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
SnmpFtpId - Static variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
SnmpName - Static variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
SnmpPrivateId - Static variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
SnmpService - Static variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
snmpv2 - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
New SNMPV2 MIB
SnmpVersion - Static variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
specialNoSessionAuth(String) - Method in class goldengate.ftp.exec.file.FileBasedAuth
Special Authentication for local execution
srootOIDGoldenGate - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
root OID in String
status - Variable in enum goldengate.ftp.exec.snmp.FtpPrivateMib.OperStatus
 
storCmd - Variable in class goldengate.ftp.exec.file.SimpleAuth
Specific Store command for this user
storDelay - Variable in class goldengate.ftp.exec.file.SimpleAuth
Specific Store command delay for this user

T

table - Static variable in class goldengate.ftp.exec.database.data.DbTransferLog
 
tEXECUTE - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 
timestart - Variable in class goldengate.ftp.exec.exec.R66PreparedTransferExecutor
 
tNONE - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 
toString() - Method in class goldengate.ftp.exec.database.data.DbTransferLog
 
tR66PREPARETRANSFER - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 
tREFUSED - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 

U

unregisterMOs(MOServer, OctetString) - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
updateAllFields - Static variable in class goldengate.ftp.exec.database.data.DbTransferLog
 
updateCodeNoTransfer(ReplyCode) - Method in class goldengate.ftp.exec.snmp.FtpMonitoring
Update the reply code counter for other operations than a transfer
updateDetailedValue(int, long) - Method in class goldengate.ftp.exec.snmp.FtpMonitoring
Update a value in Detailed MIB part
updateErrorValue(int, long) - Method in class goldengate.ftp.exec.snmp.FtpMonitoring
Update a value in Error MIB part
updateGlobalValue(int, long) - Method in class goldengate.ftp.exec.snmp.FtpMonitoring
Update a value in Global MIB part
updateLastInBound() - Method in class goldengate.ftp.exec.snmp.FtpMonitoring
Update the last InBound connection time
updateLastOutBand() - Method in class goldengate.ftp.exec.snmp.FtpMonitoring
Update the last OutBound connection time
updateServices(GgMOScalar) - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
updateServices(MOScope) - Method in class goldengate.ftp.exec.snmp.FtpPrivateMib
 
upTime - Variable in class goldengate.ftp.exec.snmp.FtpPrivateMib
SnmpConstants.sysUpTime
useDatabase - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
For OpenR66 access
useHttpCompression - Variable in class goldengate.ftp.exec.adminssl.HttpSslPipelineFactory
 
useHttpCompression - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Does this server will try to compress HTTP connections
useLocalExec - Variable in class goldengate.ftp.exec.config.FileBasedConfiguration
Does this server will use GoldenGate LocalExec Daemon for Execute
useLocalExec - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
Local Exec Daemon is used or not for execution of external commands
USER - Static variable in class goldengate.ftp.exec.exec.AbstractExecutor
 
user - Variable in class goldengate.ftp.exec.file.SimpleAuth
User name

V

valueOf(String) - Static method in enum goldengate.ftp.exec.database.data.DbTransferLog.Columns
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateDefinitionIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateDetailedValuesIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateErrorValuesIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateGlobalValuesIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.MibLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.NotificationElements
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.NotificationTasks
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.OperStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum goldengate.ftp.exec.database.data.DbTransferLog.Columns
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateDefinitionIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateDetailedValuesIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateErrorValuesIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.goldenGateGlobalValuesIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.MibLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.NotificationElements
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.NotificationTasks
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum goldengate.ftp.exec.snmp.FtpPrivateMib.OperStatus
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in goldengate.ftp.exec.utils
Provides the version information of GoldenGate FTP Exec.

X

XML_DELAYRETRIEVE_COMMAND - Static variable in class goldengate.ftp.exec.config.FileBasedConfiguration
DELAY RETRIEVE COMMAND
XML_DELAYSTORE_COMMAND - Static variable in class goldengate.ftp.exec.config.FileBasedConfiguration
DELAY STORE COMMAND
XML_RETRIEVE_COMMAND - Static variable in class goldengate.ftp.exec.config.FileBasedConfiguration
RETRIEVE COMMAND
XML_STORE_COMMAND - Static variable in class goldengate.ftp.exec.config.FileBasedConfiguration
STORE COMMAND
XMLRUNNER - Static variable in class goldengate.ftp.exec.database.data.DbTransferLog
 
XMLRUNNERS - Static variable in class goldengate.ftp.exec.database.data.DbTransferLog
 

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

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