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

A

AbstractBusinessRequest - Class in openr66.client
Abstract class for internal Business Request
AbstractBusinessRequest(Class<?>, R66Future, String, NetworkTransaction, BusinessRequestPacket) - Constructor for class openr66.client.AbstractBusinessRequest
 
AbstractExecJavaTask - Class in openr66.context.task
Dummy Runnable Task that only logs
AbstractExecJavaTask() - Constructor for class openr66.context.task.AbstractExecJavaTask
 
AbstractLocalPacket - Class in openr66.protocol.localhandler.packet
This class represents Abstract Packet with its header, middle and end parts.
AbstractLocalPacket(ChannelBuffer, ChannelBuffer, ChannelBuffer) - Constructor for class openr66.protocol.localhandler.packet.AbstractLocalPacket
 
AbstractLocalPacket() - Constructor for class openr66.protocol.localhandler.packet.AbstractLocalPacket
 
AbstractTask - Class in openr66.context.task
Abstract implementation of task
AbstractTransfer - Class in openr66.client
Abstract class for Transfer operation
AbstractTransfer(Class<?>, R66Future, String, String, String, boolean, String, int, long, Timestamp) - Constructor for class openr66.client.AbstractTransfer
 
accept(File, String) - Method in class openr66.configuration.ExtensionFilter
 
activeRunners - Static variable in class openr66.commander.ClientRunner
 
add(NetworkChannel) - Method in class openr66.protocol.networkhandler.ClientNetworkChannels
 
add(Channel) - Method in class openr66.protocol.networkhandler.NetworkChannel
 
addClient(Channel, String) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
Add a requester channel (so call only by requested host)
addLocalChannelToNetworkChannel(Channel, Channel) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
Add a LocalChannel to a NetworkChannel
addNetworkChannel(Channel) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
 
address - Static variable in class openr66.context.task.localexec.LocalExecClient
 
ADMINNAME - Variable in class openr66.protocol.configuration.Configuration
Server Administration user name
agent - Variable in class openr66.protocol.localhandler.Monitoring
 
agentRegisterGoldenGateMib() - Method in class openr66.protocol.snmp.R66PrivateMib
 
agentSnmp - Variable in class openr66.protocol.configuration.Configuration
SNMP Agent (if any)
anyBandwidthLimitation - Variable in class openr66.protocol.configuration.Configuration
Any limitation on bandwidth active?
archivePath - Variable in class openr66.database.data.DbRule
The associated Archive Path
archivePath - Variable in class openr66.protocol.configuration.Configuration
Archive path
ARCHPATH - Static variable in class openr66.context.task.AbstractTask
ARCH Path used
args - Variable in class openr66.context.task.AbstractExecJavaTask
 
authentHttp - Variable in class openr66.protocol.http.HttpFormattedHandler
 
AuthenticationFileBasedConfiguration - Class in openr66.configuration
Authentication from File support
AuthenticationFileBasedConfiguration() - Constructor for class openr66.configuration.AuthenticationFileBasedConfiguration
 
AuthentPacket - Class in openr66.protocol.localhandler.packet
Request Authentication class header = "hostId" middle = "key bytes" end = localId + way
AuthentPacket(String, byte[], Integer) - Constructor for class openr66.protocol.localhandler.packet.AuthentPacket
 
AUTHENTPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 

B

backendXmlFilename() - Method in class openr66.database.data.DbTaskRunner
 
bandwidthIn - Variable in class openr66.protocol.localhandler.Monitoring
 
bandwidthOut - Variable in class openr66.protocol.localhandler.Monitoring
 
BANDWIDTHPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
baseDirectory - Variable in class openr66.protocol.configuration.Configuration
Base Directory
block - Static variable in class openr66.client.AbstractTransfer
 
blocksize - Variable in class openr66.client.AbstractTransfer
 
BLOCKSIZE - Static variable in class openr66.context.task.AbstractTask
Block size used
BLOCKSIZE - Variable in class openr66.protocol.configuration.Configuration
Size by default of block size for receive/sending files.
BUFFERSIZEDEFAULT - Static variable in class openr66.protocol.configuration.Configuration
Default size for buffers (NIO)
businessClean() - Method in class openr66.context.authentication.R66Auth
 
BUSINESSREQUEST - Static variable in class openr66.client.AbstractBusinessRequest
 
BusinessRequestPacket - Class in openr66.protocol.localhandler.packet
Business Request Message class for packet 1 string and on integer and one byte:
- sheader = full text with class at first place - smiddle = integer - send = byte
BusinessRequestPacket(String, int, byte) - Constructor for class openr66.protocol.localhandler.packet.BusinessRequestPacket
 
BusinessRequestPacket(String, int) - Constructor for class openr66.protocol.localhandler.packet.BusinessRequestPacket
 
BUSINESSREQUESTPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
businessWhiteSet - Variable in class openr66.protocol.configuration.Configuration
White List of allowed Partners to use Business Requests

C

callBack(int, int) - Method in class openr66.client.ProgressBarTransfer
This function will be called every 100ms (or other fixed value in INTERVALCALLBACK).
callBack(int, int) - Method in class openr66.protocol.test.TestProgressBarTransfer
 
callFromBusiness - Variable in class openr66.context.task.AbstractExecJavaTask
 
CANCELPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
canRead() - Method in class openr66.context.filesystem.R66File
 
canWrite() - Method in class openr66.context.filesystem.R66File
 
ChangeBandwidthLimits - Class in openr66.server
This command enables the dynamic change of bandwidth limitation.
ChangeBandwidthLimits(R66Future, long, long, long, long, NetworkTransaction) - Constructor for class openr66.server.ChangeBandwidthLimits
 
changeFinishedToDone(DbSession) - Static method in class openr66.database.data.DbTaskRunner
Change CompleteOk+ALLDONETASK to Updated = DONE TaskRunner from database.
changeNetworkLimit(long, long, long, long, long) - Method in class openr66.protocol.configuration.Configuration
Reset the global monitor for bandwidth limitation and change future channel monitors
changeUpdatedInfo(AbstractDbData.UpdatedInfo, ErrorCode) - Method in class openr66.commander.ClientRunner
Change the UpdatedInfo of the current runner
changeUpdatedInfo(AbstractDbData.UpdatedInfo) - Method in class openr66.database.data.DbConfiguration
 
changeUpdatedInfo(AbstractDbData.UpdatedInfo) - Method in class openr66.database.data.DbHostAuth
 
changeUpdatedInfo(AbstractDbData.UpdatedInfo) - Method in class openr66.database.data.DbMultipleMonitor
 
changeUpdatedInfo(AbstractDbData.UpdatedInfo) - Method in class openr66.database.data.DbRule
 
changeUpdatedInfo(AbstractDbData.UpdatedInfo) - Method in class openr66.database.data.DbTaskRunner
 
channel - Variable in class openr66.protocol.networkhandler.NetworkChannel
Network Channel
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class openr66.protocol.http.HttpFormattedHandler
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class openr66.protocol.localhandler.LocalClientHandler
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class openr66.protocol.localhandler.LocalServerHandler
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class openr66.protocol.networkhandler.NetworkServerHandler
 
ChannelCloseTimer - Class in openr66.protocol.utils
TimerTask to Close a Channel in the future
ChannelCloseTimer(Channel) - Constructor for class openr66.protocol.utils.ChannelCloseTimer
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class openr66.protocol.http.adminssl.HttpSslHandler
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class openr66.protocol.http.HttpFormattedHandler
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class openr66.protocol.localhandler.LocalClientHandler
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class openr66.protocol.localhandler.LocalServerHandler
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class openr66.protocol.networkhandler.NetworkServerHandler
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class openr66.protocol.networkhandler.ssl.NetworkSslServerHandler
 
channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class openr66.protocol.networkhandler.NetworkServerHandler
 
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class openr66.protocol.http.adminssl.HttpSslHandler
 
channelOpen(ChannelHandlerContext, ChannelStateEvent) - Method in class openr66.protocol.networkhandler.ssl.NetworkSslServerHandler
 
ChannelTrafficHandler - Class in openr66.protocol.networkhandler
 
ChannelTrafficHandler(ObjectSizeEstimator, Timer, long, long, long) - Constructor for class openr66.protocol.networkhandler.ChannelTrafficHandler
 
ChannelUtils - Class in openr66.protocol.utils
Channel Utils
ChannelUtils() - Constructor for class openr66.protocol.utils.ChannelUtils
 
checkAfterPost(R66Session) - Method in interface openr66.context.R66BusinessInterface
 
checkAfterPreCommand(R66Session) - Method in interface openr66.context.R66BusinessInterface
 
checkAfterTransfer(R66Session) - Method in interface openr66.context.R66BusinessInterface
 
checkAtChangeFilename(R66Session) - Method in interface openr66.context.R66BusinessInterface
 
checkAtError(R66Session) - Method in interface openr66.context.R66BusinessInterface
 
checkAtStartup(R66Session) - Method in interface openr66.context.R66BusinessInterface
 
checkClientAddress - Variable in class openr66.protocol.configuration.Configuration
Do we check address even for Client
checkHostAllow(String) - Method in class openr66.database.data.DbRule
Check if the given hostTo is in the allowed list
checkRemoteAddress - Variable in class openr66.protocol.configuration.Configuration
Do we check Remote Address from DbHost
checkThroughMode() - Method in class openr66.database.data.DbTaskRunner
 
checkUpdateConfig() - Method in class openr66.database.data.DbMultipleMonitor
On Commander side
checkUpdateHost() - Method in class openr66.database.data.DbMultipleMonitor
On Commander side
checkUpdateRule() - Method in class openr66.database.data.DbMultipleMonitor
On Commander side
classarg - Static variable in class openr66.client.AbstractBusinessRequest
 
classname - Static variable in class openr66.client.AbstractBusinessRequest
 
classname - Variable in class openr66.context.task.AbstractExecJavaTask
 
clean - Variable in class openr66.server.LogExport
 
clear() - Method in class openr66.context.R66Session
 
clear() - Method in class openr66.database.data.DbTaskRunner
Clear the runner
client - Variable in class openr66.protocol.test.TestSendThroughForward.TestRecvThroughForwardHandler
 
CLIENT_THREAD - Variable in class openr66.protocol.configuration.Configuration
Default number of threads in pool for Client.
ClientNetworkChannels - Class in openr66.protocol.networkhandler
Client NetworkChannel attached to one HostId.
ClientNetworkChannels(String) - Constructor for class openr66.protocol.networkhandler.ClientNetworkChannels
 
ClientRunner - Class in openr66.commander
Client Runner from a TaskRunner
ClientRunner(NetworkTransaction, DbTaskRunner, R66Future) - Constructor for class openr66.commander.ClientRunner
 
clientStop() - Method in class openr66.protocol.configuration.Configuration
To be called after all other stuff are closed for Client
close(Channel) - Static method in class openr66.protocol.utils.ChannelUtils
 
closeAll() - Method in class openr66.protocol.localhandler.LocalTransaction
Close All Local Channels
closeAll() - Method in class openr66.protocol.networkhandler.NetworkTransaction
Close all Network Ttransaction
CLOSECODE - Static variable in class openr66.protocol.localhandler.packet.ErrorPacket
 
closeFile() - Method in class openr66.context.filesystem.R66File
 
closeFutureChannel(Channel) - Static method in class openr66.protocol.utils.ChannelCloseTimer
Close in the future this channel
closeLocalChannelsFromNetworkChannel(Channel) - Method in class openr66.protocol.localhandler.LocalTransaction
Close all Local Channels from the NetworkChannel
closeRetrieveExecutors() - Static method in class openr66.protocol.networkhandler.NetworkTransaction
Stop all Retrieve Executors
code - Variable in enum openr66.context.ErrorCode
Code could be used to switch case operations
code - Variable in class openr66.context.R66Result
The code (error or not)
Commander - Class in openr66.commander
Commander is responsible to read from database updated data from time to time in order to achieve new runner or new configuration updates.
Commander(InternalRunner) - Constructor for class openr66.commander.Commander
Prepare requests that will be executed from time to time
Commander(InternalRunner, boolean) - Constructor for class openr66.commander.Commander
Prepare requests that will be executed from time to time
CommanderInterface - Interface in openr66.commander
 
CommanderNoDb - Class in openr66.commander
Commander is responsible to read list of updated data from time to time in order to achieve new runner or new configuration updates.
CommanderNoDb(InternalRunner) - Constructor for class openr66.commander.CommanderNoDb
Prepare requests that will be executed from time to time
CommanderNoDb(InternalRunner, boolean) - Constructor for class openr66.commander.CommanderNoDb
Prepare requests that will be executed from time to time
computeNbThreads() - Method in class openr66.protocol.configuration.Configuration
Compute number of threads for both client and server from the real number of available processors (double + 1) if the value is less than 32 threads else (available +1).
CONFEXPORTPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
ConfigExport - Class in openr66.server
Config Export from a local client without database connection
ConfigExport(R66Future, boolean, boolean, NetworkTransaction) - Constructor for class openr66.server.ConfigExport
 
ConfigImport - Class in openr66.server
Config Import from a local client without database connection
ConfigImport(R66Future, boolean, boolean, String, String, NetworkTransaction) - Constructor for class openr66.server.ConfigImport
 
configPath - Variable in class openr66.protocol.configuration.Configuration
Config path
Configuration - Class in openr66.protocol.configuration
Configuration class
Configuration() - Constructor for class openr66.protocol.configuration.Configuration
 
configuration - Static variable in class openr66.protocol.configuration.Configuration
General Configuration object
CONFIMPORTPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
connect() - Method in class openr66.context.task.localexec.LocalExecClient
Connect to the Server
CONNECTERRORPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
connection(DbSession, String, byte[]) - Method in class openr66.context.authentication.R66Auth
 
ConnectionErrorPacket - Class in openr66.protocol.localhandler.packet
Connection Error Message class for packet 2 strings: sheader,smiddle
ConnectionErrorPacket(String, String) - Constructor for class openr66.protocol.localhandler.packet.ConnectionErrorPacket
 
consolidatePath(String, String) - Static method in class openr66.protocol.utils.FileUtils
 
constraintLimitHandler - Variable in class openr66.protocol.configuration.Configuration
Constraint Limit Handler on CPU usage and Connection limitation
continueTransfer() - Method in class openr66.database.data.DbTaskRunner
 
copy(File, File, boolean, boolean) - Static method in class openr66.protocol.utils.FileUtils
Copy one file to another one
copy(File[], File, boolean) - Static method in class openr66.protocol.utils.FileUtils
Copy a group of files to a directory
CopyRenameTask - Class in openr66.context.task
Copy and Rename task
CopyRenameTask(String, int, String, R66Session) - Constructor for class openr66.context.task.CopyRenameTask
 
CopyTask - Class in openr66.context.task
Copy task
CopyTask(String, int, String, R66Session) - Constructor for class openr66.context.task.CopyTask
 
copyToDir(File, File, boolean) - Static method in class openr66.protocol.utils.FileUtils
Copy one file to a directory
count - Variable in class openr66.protocol.networkhandler.NetworkChannel
Number of active Local Channel referencing this Network Channel
countConfig - Variable in class openr66.database.data.DbMultipleMonitor
 
countHost - Variable in class openr66.database.data.DbMultipleMonitor
 
countRule - Variable in class openr66.database.data.DbMultipleMonitor
 
create() - Method in class openr66.database.data.DbTaskRunner
As insert but with the ability to change the SpecialId
createConnection(SocketAddress, boolean, R66Future) - Method in class openr66.protocol.networkhandler.NetworkTransaction
Create a connection to the specified socketAddress
createConnectionFromNetworkChannelStartup(Channel, NetworkPacket) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
Create the LocalChannelReference when a remote local channel starts its connection
createConnectionWithRetry(SocketAddress, boolean, R66Future) - Method in class openr66.protocol.networkhandler.NetworkTransaction
Create a connection to the specified socketAddress with multiple retries
createDir(File) - Static method in class openr66.protocol.utils.FileUtils
Create the directory associated with the File as path
createEnd() - Method in class openr66.protocol.localhandler.packet.AbstractLocalPacket
Prepare the End buffer
createEnd() - Method in class openr66.protocol.localhandler.packet.AuthentPacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.BusinessRequestPacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.ConnectionErrorPacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.DataPacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.EndRequestPacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.EndTransferPacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.ErrorPacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.InformationPacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.KeepAlivePacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.NoOpPacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.ShutdownPacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.StartupPacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.TestPacket
 
createEnd() - Method in class openr66.protocol.localhandler.packet.ValidPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.AuthentPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.BusinessRequestPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.ConnectionErrorPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.DataPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.EndRequestPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.EndTransferPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.ErrorPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.InformationPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.KeepAlivePacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.NoOpPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.RequestPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.ShutdownPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.StartupPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.TestPacket
 
createFromBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.ValidPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.AbstractLocalPacket
Prepare the Header buffer
createHeader() - Method in class openr66.protocol.localhandler.packet.AuthentPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.BusinessRequestPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.ConnectionErrorPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.DataPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.EndRequestPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.EndTransferPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.ErrorPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.InformationPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.KeepAlivePacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.NoOpPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.ShutdownPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.StartupPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.TestPacket
 
createHeader() - Method in class openr66.protocol.localhandler.packet.ValidPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.AbstractLocalPacket
Prepare the Middle buffer
createMiddle() - Method in class openr66.protocol.localhandler.packet.AuthentPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.BusinessRequestPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.ConnectionErrorPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.DataPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.EndRequestPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.EndTransferPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.ErrorPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.InformationPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.KeepAlivePacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.NoOpPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.ShutdownPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.StartupPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.TestPacket
 
createMiddle() - Method in class openr66.protocol.localhandler.packet.ValidPacket
 
createNewClient(Channel, Integer, R66Future) - Method in class openr66.protocol.localhandler.LocalTransaction
Create a new Client
createPacketFromChannelBuffer(int, int, int, ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.LocalPacketFactory
This method create a Packet from the ChannelBuffer.
createTables(DbSession) - Method in class openr66.database.model.DbModelH2
 
createTables(DbSession) - Method in class openr66.database.model.DbModelMysql
 
createTables(DbSession) - Method in class openr66.database.model.DbModelOracle
 
createTables(DbSession) - Method in class openr66.database.model.DbModelPostgresql
 
cryptoKey - Variable in class openr66.protocol.configuration.Configuration
Crypto Key

D

DataPacket - Class in openr66.protocol.localhandler.packet
Data packet header = packetRank middle = data
DataPacket(int, ChannelBuffer, ChannelBuffer) - Constructor for class openr66.protocol.localhandler.packet.DataPacket
 
DATAPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
DATE - Static variable in class openr66.context.task.AbstractTask
Date in yyyyMMdd format
dateFormat - Static variable in class openr66.client.AbstractTransfer
 
DbConfiguration - Class in openr66.database.data
Configuration Table object
DbConfiguration(DbSession, String, long, long, long, long, long) - Constructor for class openr66.database.data.DbConfiguration
 
DbConfiguration(DbSession, String) - Constructor for class openr66.database.data.DbConfiguration
 
DbConfiguration.Columns - Enum in openr66.database.data
 
DbConstant - Class in openr66.database
Constants value for database
DbConstant() - Constructor for class openr66.database.DbConstant
 
DbHostAuth - Class in openr66.database.data
Host Authentication Table object
DbHostAuth(DbSession, String, String, int, boolean, byte[], boolean, boolean) - Constructor for class openr66.database.data.DbHostAuth
 
DbHostAuth(DbSession, String) - Constructor for class openr66.database.data.DbHostAuth
 
DbHostAuth.Columns - Enum in openr66.database.data
 
DbModelFactory - Class in openr66.database.model
Factory to store the Database Model object
DbModelFactory() - Constructor for class openr66.database.model.DbModelFactory
 
DbModelH2 - Class in openr66.database.model
H2 Database Model implementation
DbModelH2(String, String, String) - Constructor for class openr66.database.model.DbModelH2
Create the object and initialize if necessary the driver
DbModelMysql - Class in openr66.database.model
MySQL Database Model implementation
DbModelMysql(String, String, String) - Constructor for class openr66.database.model.DbModelMysql
Create the object and initialize if necessary the driver
DbModelOracle - Class in openr66.database.model
Oracle Database Model implementation
DbModelOracle(String, String, String) - Constructor for class openr66.database.model.DbModelOracle
Create the object and initialize if necessary the driver
DbModelPostgresql - Class in openr66.database.model
PostGreSQL Database Model implementation
DbModelPostgresql() - Constructor for class openr66.database.model.DbModelPostgresql
Create the object and initialize if necessary the driver
DbMultipleMonitor - Class in openr66.database.data
Configuration Table object
DbMultipleMonitor(DbSession, String, int, int, int) - Constructor for class openr66.database.data.DbMultipleMonitor
 
DbMultipleMonitor(DbSession, String) - Constructor for class openr66.database.data.DbMultipleMonitor
 
DbMultipleMonitor.Columns - Enum in openr66.database.data
 
DbRule - Class in openr66.database.data
Rule Table object
DbRule(DbSession, String, String, int, String, String, String, String, String, String, String, String, String, String) - Constructor for class openr66.database.data.DbRule
 
DbRule(DbSession, String) - Constructor for class openr66.database.data.DbRule
 
DbRule(DbSession, String, String[], int, String, String, String, String, String[][], String[][], String[][], String[][], String[][], String[][]) - Constructor for class openr66.database.data.DbRule
Constructor used from XML file
DbRule.Columns - Enum in openr66.database.data
 
dbSession - Variable in class openr66.protocol.networkhandler.NetworkServerHandler
The Database connection attached to this NetworkChannel shared among all associated LocalChannels
dbSession - Variable in class openr66.protocol.test.TestSendThroughForward
 
DbTaskRunner - Class in openr66.database.data
Task Runner from pre operation to transfer to post operation, except in case of error
DbTaskRunner(DbSession, DbRule, boolean, RequestPacket, String, Timestamp) - Constructor for class openr66.database.data.DbTaskRunner
Constructor for submission (no transfer session), from database.
DbTaskRunner(DbSession, R66Session, DbRule, boolean, RequestPacket) - Constructor for class openr66.database.data.DbTaskRunner
Constructor from a request with a valid Special Id to be inserted into database
DbTaskRunner(DbSession, R66Session, DbRule, long, String, String) - Constructor for class openr66.database.data.DbTaskRunner
Constructor from a request with a valid Special Id so loaded from database
DbTaskRunner(DbSession, long, String) - Constructor for class openr66.database.data.DbTaskRunner
Constructor to initiate a request with a valid previous Special Id so loaded from database.
DbTaskRunner.Columns - Enum in openr66.database.data
 
DbTaskRunner.TASKSTEP - Enum in openr66.database.data
GlobalStep Value
dbTypes - Static variable in class openr66.database.data.DbConfiguration
 
dbTypes - Static variable in class openr66.database.data.DbHostAuth
 
dbTypes - Static variable in class openr66.database.data.DbMultipleMonitor
 
dbTypes - Static variable in class openr66.database.data.DbRule
 
dbTypes - Static variable in class openr66.database.data.DbTaskRunner
 
debugPrintActiveLocalChannels() - Method in class openr66.protocol.localhandler.LocalTransaction
Debug function (while shutdown for instance)
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class openr66.protocol.localhandler.packet.LocalPacketCodec
 
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class openr66.protocol.networkhandler.packet.NetworkPacketCodec
 
decodeNetworkPacket(ChannelBuffer) - Static method in class openr66.protocol.localhandler.packet.LocalPacketCodec
 
DEFAULT_GLOBAL_LIMIT - Variable in class openr66.protocol.configuration.Configuration
Default global limit 1024Mbit
DEFAULT_SESSION_LIMIT - Variable in class openr66.protocol.configuration.Configuration
Default session limit 64Mbit, so up to 16 full simultaneous clients
delay - Variable in class openr66.context.task.AbstractExecJavaTask
 
delayCommander - Variable in class openr66.protocol.configuration.Configuration
Delay in ms between two steps of Commander
delayLimit - Variable in class openr66.protocol.configuration.Configuration
Delay in ms between two checks
delayRetry - Variable in class openr66.protocol.configuration.Configuration
Delay in ms between two retries
delete() - Method in class openr66.context.filesystem.R66File
 
delete() - Method in class openr66.database.data.DbConfiguration
 
delete() - Method in class openr66.database.data.DbHostAuth
 
delete() - Method in class openr66.database.data.DbMultipleMonitor
 
delete() - Method in class openr66.database.data.DbRule
 
delete() - Method in class openr66.database.data.DbTaskRunner
 
delete(File) - Static method in class openr66.protocol.utils.FileUtils
Delete physically the file
deleteAll(DbSession) - Static method in class openr66.database.data.DbHostAuth
Delete all entries (used when purge and reload)
deleteAll(DbSession) - Static method in class openr66.database.data.DbRule
Delete all entries (used when purge and reload)
deleteDir(File) - Static method in class openr66.protocol.utils.FileUtils
Delete the directory associated with the File as path if empty
deleteOnExit(File) - Static method in class openr66.protocol.utils.FileUtils
Delete physically the file but when the JVM exits (useful for temporary file)
deleteRecursiveDir(File) - Static method in class openr66.protocol.utils.FileUtils
Delete the directory and its subdirs associated with the File as path if empty
DeleteTask - Class in openr66.context.task
Delete the file.
DeleteTask(String, int, String, R66Session) - Constructor for class openr66.context.task.DeleteTask
 
deleteTempFile() - Method in class openr66.database.data.DbTaskRunner
Delete the temporary empty file (retrieved file at rank 0)
deleteXmlWorkNoDb() - Method in class openr66.database.data.DbTaskRunner
Delete the backend XML file for the current TaskRunner for NoDb Client
DELIMITER - Static variable in class openr66.context.task.ExecOutputTask
 
digest - Variable in class openr66.protocol.configuration.Configuration
Algorithm to use for Digest
DirectTransfer - Class in openr66.client
Direct Transfer from a client with or without database connection
DirectTransfer(R66Future, String, String, String, String, boolean, int, long, NetworkTransaction) - Constructor for class openr66.client.DirectTransfer
 
disconnect() - Method in class openr66.context.task.localexec.LocalExecClient
Disconnect from the server
doAccounting(TrafficCounter) - Method in class openr66.protocol.networkhandler.ChannelTrafficHandler
 
doAccounting(TrafficCounter) - Method in class openr66.protocol.networkhandler.GlobalTrafficHandler
 

E

enableRenegotiation - Variable in class openr66.protocol.http.adminssl.HttpSslPipelineFactory
 
end - Variable in class openr66.protocol.localhandler.packet.AbstractLocalPacket
 
EndRequestPacket - Class in openr66.protocol.localhandler.packet
End of Request class header = Error.code middle = way end = might be empty
EndRequestPacket(int) - Constructor for class openr66.protocol.localhandler.packet.EndRequestPacket
 
ENDREQUESTPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
endSessionMachineSate(MachineState<R66FiniteDualStates>) - Static method in enum openr66.context.R66FiniteDualStates
 
EndTransferPacket - Class in openr66.protocol.localhandler.packet
End of Transfer class header = "request" middle = way end = empty
EndTransferPacket(byte) - Constructor for class openr66.protocol.localhandler.packet.EndTransferPacket
 
ENDTRANSFERPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
equals(Object) - Method in class openr66.protocol.networkhandler.NetworkChannel
 
ErrorCode - Enum in openr66.context
This enum class keeps all code that will be returned into the result and store (char representation) into the runner.
ERRORCODE - Static variable in class openr66.context.task.AbstractTask
Last Current Error Code
ERRORMSG - Static variable in class openr66.context.task.AbstractTask
Last Current Error Message
ErrorPacket - Class in openr66.protocol.localhandler.packet
Error Message class for packet 2 strings+1 error code: sheader,smiddle,code
ErrorPacket(String, String, int) - Constructor for class openr66.protocol.localhandler.packet.ErrorPacket
 
ERRORPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
ERRORSTRCODE - Static variable in class openr66.context.task.AbstractTask
Last Current Error Code in Full String
estimateSize(Object) - Method in class openr66.protocol.localhandler.packet.LocalPacketSizeEstimator
 
estimateSize(Object) - Method in class openr66.protocol.networkhandler.packet.NetworkPacketSizeEstimator
 
exception - Variable in class openr66.context.R66Result
The exception associated in case of error (if any exception)
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class openr66.protocol.http.adminssl.HttpSslHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class openr66.protocol.http.HttpFormattedHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class openr66.protocol.localhandler.LocalClientHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class openr66.protocol.localhandler.LocalServerHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class openr66.protocol.networkhandler.NetworkServerHandler
 
ExecJavaTask - Class in openr66.context.task
Execute a Java command through Class.forName call
ExecJavaTask(String, int, String, R66Session) - Constructor for class openr66.context.task.ExecJavaTask
 
ExecMoveTask - Class in openr66.context.task
Execute an external command and Rename the file (using the new name from the result).
ExecMoveTask(String, int, String, R66Session) - Constructor for class openr66.context.task.ExecMoveTask
 
execOtherWorker - Variable in class openr66.protocol.configuration.Configuration
ExecutorService Other Worker
ExecOutputTask - Class in openr66.context.task
Execute an external command and Use the output if an error occurs.
ExecOutputTask(String, int, String, R66Session) - Constructor for class openr66.context.task.ExecOutputTask
 
execServerBoss - Variable in class openr66.protocol.configuration.Configuration
ExecutorService Server Boss
execServerWorker - Variable in class openr66.protocol.configuration.Configuration
ExecutorService Server Worker
ExecTask - Class in openr66.context.task
Execute an external command
ExecTask(String, int, String, R66Session) - Constructor for class openr66.context.task.ExecTask
 
exist() - Method in class openr66.database.data.DbConfiguration
 
exist() - Method in class openr66.database.data.DbHostAuth
 
exist() - Method in class openr66.database.data.DbMultipleMonitor
 
exist() - Method in class openr66.database.data.DbRule
 
exist() - Method in class openr66.database.data.DbTaskRunner
 
existConnection(SocketAddress, String) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
 
exists() - Method in class openr66.context.filesystem.R66File
 
existXmlWorkNoDb() - Method in class openr66.database.data.DbTaskRunner
 
exit() - Static method in class openr66.protocol.utils.ChannelUtils
Exit global ChannelFactory
exportXml(boolean) - Method in class openr66.protocol.localhandler.Monitoring
 
EXT_R66 - Static variable in class openr66.protocol.configuration.Configuration
Extension of file during transfer
EXT_RULE - Static variable in class openr66.configuration.RuleFileBasedConfiguration
Extension of rule files
EXT_RULES - Static variable in class openr66.configuration.RuleFileBasedConfiguration
Extension of multiple rules in one file
extendedProtocol - Variable in class openr66.protocol.configuration.Configuration
Version validation
ExtensionFilter - Class in openr66.configuration
Extension Filter based on extension
ExtensionFilter(String) - Constructor for class openr66.configuration.ExtensionFilter
 

F

fieldseq - Static variable in class openr66.database.data.DbTaskRunner
 
file - Variable in class openr66.context.R66Result
The file if any
FileBasedConfiguration - Class in openr66.configuration
File Based Configuration
FileBasedConfiguration() - Constructor for class openr66.configuration.FileBasedConfiguration
 
FileExist(String, String) - Static method in class openr66.protocol.utils.FileUtils
 
fileinfo - Variable in class openr66.client.AbstractTransfer
 
fileInfo - Static variable in class openr66.client.AbstractTransfer
 
filename - Variable in class openr66.client.AbstractTransfer
 
filesize - Variable in class openr66.client.ProgressBarTransfer
 
FILESIZE - Static variable in class openr66.context.task.AbstractTask
Size of the current FILE
filesize - Variable in class openr66.protocol.utils.R66Future
 
FileUtils - Class in openr66.protocol.utils
File Utils
FileUtils() - Constructor for class openr66.protocol.utils.FileUtils
 
finalize() - Method in class openr66.commander.Commander
Finalize internal data
finalize() - Method in interface openr66.commander.CommanderInterface
Finalize internal data
finalize() - Method in class openr66.commander.CommanderNoDb
Finalize internal data
finalizeRequest() - Method in class openr66.client.SendThroughClient
Finalize the request
finalizeRequest() - Method in class openr66.protocol.test.TestSendThroughForward
 
finalizeTaskWithNoSession(DbTaskRunner, LocalChannelReference) - Static method in class openr66.protocol.utils.TransferUtils
Finalize a local task since only Post action has to be done
finalizeTransfer(LocalChannelReference, R66File, R66Result, boolean) - Method in class openr66.database.data.DbTaskRunner
Once the transfer is over, finalize the Runner by running the error or post operation according to the status.
finalValidate(Object) - Method in class openr66.context.task.AbstractExecJavaTask
To be called by the requester when finished
finishSelectOrCountPrepareStatement(DbPreparedStatement) - Static method in class openr66.database.data.DbTaskRunner
Set the current time in the given updatedPreparedStatement
finishSelectOrCountPrepareStatement(DbPreparedStatement, long) - Static method in class openr66.database.data.DbTaskRunner
Set the current time in the given updatedPreparedStatement
finishTransfer(boolean, LocalChannelReference) - Method in class openr66.commander.ClientRunner
Finish the transfer (called at the end of runTransfer)
finishTransferTask(ErrorCode) - Method in class openr66.database.data.DbTaskRunner
Set the status of the transfer
FORWARDCLOSECODE - Static variable in class openr66.protocol.localhandler.packet.ErrorPacket
 
FORWARDCODE - Static variable in class openr66.protocol.localhandler.packet.ErrorPacket
 
foundEOF - Variable in class openr66.protocol.test.TestSendThroughForward
 
freespace(R66Session) - Method in class openr66.database.data.DbTaskRunner
 
fullarg - Variable in class openr66.context.task.AbstractExecJavaTask
 
FULLTRANSFERID - Static variable in class openr66.context.task.AbstractTask
Full Transfer id (TRANSFERID_REQUESTERHOST_REQUESTEDHOST)
future - Variable in class openr66.client.AbstractBusinessRequest
 
future - Variable in class openr66.client.AbstractTransfer
 
future - Variable in class openr66.server.ChangeBandwidthLimits
 
future - Variable in class openr66.server.ConfigExport
 
future - Variable in class openr66.server.ConfigImport
 
future - Variable in class openr66.server.LogExport
 

G

getAddress() - Method in class openr66.database.data.DbHostAuth
 
getAllHosts(DbSession) - Static method in class openr66.database.data.DbHostAuth
Get All DbHostAuth from database or from internal hashMap in case of no database support
getAllRules(DbSession) - Static method in class openr66.database.data.DbRule
Get All DbRule from database or from internal hashMap in case of no database support
getAuth() - Method in class openr66.context.R66Session
 
getBaseDirectory() - Method in class openr66.context.authentication.R66Auth
 
getBasename() - Method in class openr66.context.filesystem.R66File
 
getBasename(String) - Static method in class openr66.context.filesystem.R66File
 
getBlockSize() - Method in class openr66.context.R66Session
 
getBlocksize() - Method in class openr66.database.data.DbTaskRunner
 
getBlocksize() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
getBuffer() - Method in class openr66.protocol.networkhandler.packet.NetworkPacket
 
getBusinessInterface(R66Session) - Method in interface openr66.context.R66BusinessFactoryInterface
 
getBusinessInterface(R66Session) - Method in class openr66.context.R66DefaultBusinessFactory
 
getBusinessObject() - Method in class openr66.context.R66Session
 
getByte(ChannelBuffer) - Method in class openr66.client.RecvThroughHandler
Facility function to read from buffer and transfer to an array of bytes
getChannelTrafficShapingHandler() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getClient(Integer, Integer) - Method in class openr66.protocol.localhandler.LocalTransaction
Get the corresponding LocalChannelReference
getClientRunner() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getCode() - Method in enum openr66.context.ErrorCode
 
getCode() - Method in class openr66.protocol.localhandler.packet.EndRequestPacket
 
getCode() - Method in class openr66.protocol.localhandler.packet.ErrorPacket
 
getCode() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
getCode() - Method in class openr66.protocol.networkhandler.packet.NetworkPacket
 
getCountInfoPrepareStatement(DbSession) - Static method in class openr66.database.data.DbTaskRunner
 
getCountInOutErrorPrepareStatement(DbSession, boolean) - Static method in class openr66.database.data.DbTaskRunner
Running or not transfers are concerned
getCountInOutRunningPrepareStatement(DbSession, boolean, boolean) - Static method in class openr66.database.data.DbTaskRunner
Running or not transfers are concerned
getCountStatusPrepareStatement(DbSession) - Static method in class openr66.database.data.DbTaskRunner
 
getCountStatusRunningPrepareStatement(DbSession, ErrorCode) - Static method in class openr66.database.data.DbTaskRunner
Only running transfers
getCountStepPrepareStatement(DbSession, DbTaskRunner.TASKSTEP) - Static method in class openr66.database.data.DbTaskRunner
 
getCurrentCode() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getData() - Method in class openr66.protocol.localhandler.packet.DataPacket
 
getDbSession() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getDbSession() - Method in class openr66.protocol.networkhandler.NetworkServerHandler
 
getDelay() - Method in class openr66.protocol.localhandler.packet.BusinessRequestPacket
 
getDir() - Method in class openr66.context.R66Session
 
getErrorInfo() - Method in class openr66.database.data.DbTaskRunner
 
getErrorMessage() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getExceptionFromTrappedException(Channel, ExceptionEvent) - Static method in class openr66.protocol.exception.OpenR66ExceptionTrappedFactory
 
getExecutorService() - Method in class openr66.protocol.configuration.Configuration
 
getExtendedProtocol() - Method in class openr66.context.R66Session
 
getFile() - Method in class openr66.context.R66Session
 
getFileChannel() - Method in class openr66.context.filesystem.R66File
 
getFileInformation() - Method in class openr66.database.data.DbTaskRunner
 
getFileInformation() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
getFilename() - Method in class openr66.database.data.DbTaskRunner
 
getFilename() - Method in class openr66.protocol.localhandler.packet.InformationPacket
 
getFilename() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
getFileOutputStream(boolean) - Method in class openr66.context.filesystem.R66File
Returns the FileOutputStream in Out mode associated with the current file.
getFileParameter() - Method in class openr66.context.R66Session
 
getFileParameter() - Static method in class openr66.protocol.configuration.Configuration
 
getFiles(File) - Static method in class openr66.protocol.utils.FileUtils
Get the list of files from a given directory
getFiles(File, FilenameFilter) - Static method in class openr66.protocol.utils.FileUtils
Get the list of files from a given directory and a filter
getFilterPrepareStament(DbSession, String, String, boolean) - Static method in class openr66.database.data.DbHostAuth
 
getFilterPrepareStament(DbSession, String, int) - Static method in class openr66.database.data.DbRule
 
getFilterPrepareStatement(DbSession, int, boolean, String, String, Timestamp, Timestamp, String, String, boolean, boolean, boolean, boolean, boolean) - Static method in class openr66.database.data.DbTaskRunner
 
getFinalStatus() - Method in class openr66.context.task.AbstractExecJavaTask
 
getFinalStatus() - Method in interface openr66.context.task.R66Runnable
 
getFinalUniqueFilename(R66File) - Static method in class openr66.context.filesystem.R66Dir
 
getFromCode(String) - Static method in enum openr66.context.ErrorCode
Code is either the 1 char code or the exact name in Enum
getFromFile(File) - Static method in class openr66.configuration.RuleFileBasedConfiguration
Load and update a Rule from a file
getFromId(Integer) - Method in class openr66.protocol.localhandler.LocalTransaction
 
getFromRequest(String) - Method in class openr66.protocol.localhandler.LocalTransaction
 
getFromStatement(DbPreparedStatement) - Static method in class openr66.database.data.DbConfiguration
For instance from Commander when getting updated information
getFromStatement(DbPreparedStatement) - Static method in class openr66.database.data.DbHostAuth
For instance from Commander when getting updated information
getFromStatement(DbPreparedStatement) - Static method in class openr66.database.data.DbMultipleMonitor
For instance from Commander when getting updated information
getFromStatement(DbPreparedStatement) - Static method in class openr66.database.data.DbRule
For instance from Commander when getting updated information
getFromStatement(DbPreparedStatement) - Static method in class openr66.database.data.DbTaskRunner
For instance from Commander when getting updated information
getFullPath() - Method in class openr66.context.filesystem.R66Dir
This method returns the Full path for the current directory
getFutureCompletion() - Method in class openr66.context.task.AbstractTask
 
getFutureEndTransfer() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getFutureRequest() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getFutureValidateConnection() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getFutureValidateStartup() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getFutureValidRequest() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getGloballaststep() - Method in class openr66.database.data.DbTaskRunner
 
getGlobalTrafficShapingHandler() - Method in class openr66.protocol.configuration.Configuration
 
getHash(File) - Static method in class openr66.protocol.utils.FileUtils
Calculates and returns the hash of the contents of the given file.
getHash(ChannelBuffer) - Static method in class openr66.protocol.utils.FileUtils
 
getHostid() - Method in class openr66.database.data.DbHostAuth
 
getHostId(boolean) - Method in class openr66.protocol.configuration.Configuration
 
getHostId(DbSession, String) - Method in class openr66.protocol.configuration.Configuration
 
getHostId() - Method in class openr66.protocol.localhandler.packet.AuthentPacket
 
getHostId() - Method in class openr66.protocol.networkhandler.ClientNetworkChannels
 
getHostIds(XmlValue) - Static method in class openr66.configuration.RuleFileBasedConfiguration
 
getHostkey() - Method in class openr66.database.data.DbHostAuth
 
getHttpChannelFactory() - Method in class openr66.protocol.configuration.Configuration
 
getHttpChannelGroup() - Method in class openr66.protocol.configuration.Configuration
 
getHttpPipelineExecutor() - Method in class openr66.protocol.configuration.Configuration
 
getHttpsChannelFactory() - Method in class openr66.protocol.configuration.Configuration
 
getInfo() - Method in interface openr66.context.R66BusinessInterface
 
getInsertAllValues() - Method in class openr66.database.data.DbConfiguration
 
getInsertAllValues() - Method in class openr66.database.data.DbHostAuth
 
getInsertAllValues() - Method in class openr66.database.data.DbMultipleMonitor
 
getInsertAllValues() - Method in class openr66.database.data.DbRule
 
getInsertAllValues() - Method in class openr66.database.data.DbTaskRunner
 
getInternalRunner() - Method in class openr66.protocol.configuration.Configuration
 
getKey() - Method in class openr66.database.data.DbTaskRunner
Used internally
getKey() - Method in class openr66.protocol.localhandler.packet.AuthentPacket
 
getKey() - Method in class openr66.protocol.localhandler.packet.DataPacket
 
getKey() - Method in class openr66.protocol.localhandler.packet.ShutdownPacket
 
getLengthPacket() - Method in class openr66.protocol.localhandler.packet.DataPacket
 
getLocalAddress() - Method in class openr66.context.R66Session
 
getLocalChannel() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getLocalChannelReference() - Method in class openr66.commander.ClientRunner
 
getLocalChannelReference() - Method in class openr66.context.R66Session
 
getLocalChannelReference() - Method in class openr66.database.data.DbTaskRunner
 
getLocalClientPipelineExecutor() - Method in class openr66.protocol.configuration.Configuration
 
getLocalExecResult() - Method in class openr66.context.task.localexec.LocalExecClient
 
getLocalId() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getLocalId() - Method in class openr66.protocol.localhandler.packet.AuthentPacket
 
getLocalId() - Method in class openr66.protocol.localhandler.packet.StartupPacket
 
getLocalId() - Method in class openr66.protocol.networkhandler.packet.NetworkPacket
 
getLocalInetAddress(Channel) - Static method in class openr66.protocol.utils.ChannelUtils
Get the Local InetAddress
getLocalInetSocketAddress(Channel) - Static method in class openr66.protocol.utils.ChannelUtils
Get the Local InetSocketAddress
getLocalPacket() - Method in class openr66.protocol.localhandler.packet.AbstractLocalPacket
 
getLocalPipelineExecutor() - Method in class openr66.protocol.configuration.Configuration
 
getLocalTransaction() - Method in class openr66.protocol.configuration.Configuration
 
getLogPrepareStatement(DbSession, Timestamp, Timestamp) - Static method in class openr66.database.data.DbTaskRunner
 
getMessage() - Method in class openr66.context.R66Result
 
getMode() - Method in class openr66.database.data.DbTaskRunner
 
getMode() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
getModeMD5(int) - Static method in class openr66.protocol.localhandler.packet.RequestPacket
 
getMultipleFromFile(File) - Static method in class openr66.configuration.RuleFileBasedConfiguration
Load and update multiple Rules from one file
getNbLocalChannel(Channel) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
 
getNetworkChannel() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getNetworkChannel(Channel) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
 
getNetworkChannelObject() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getNetworkPacket() - Method in class openr66.protocol.networkhandler.packet.NetworkPacket
 
getNetworkServerHandler() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getNetworkTransaction() - Method in class openr66.commander.ClientRunner
 
getNetworkTransaction() - Method in class openr66.commander.InternalRunner
 
getNumberClients(String) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
 
getNumberLocalChannel() - Method in class openr66.protocol.localhandler.LocalTransaction
 
getNumberLocalChannel() - Method in class openr66.protocol.networkhandler.R66ConstraintLimitHandler
 
getOptional() - Method in class openr66.protocol.localhandler.packet.EndRequestPacket
 
getOriginalFilename() - Method in class openr66.database.data.DbTaskRunner
 
getPacketRank() - Method in class openr66.protocol.localhandler.packet.DataPacket
 
getParams(String[]) - Static method in class openr66.client.AbstractBusinessRequest
Parse the parameter and set current values
getParams(String[], boolean) - Static method in class openr66.client.AbstractTransfer
Parse the parameter and set current values
getParams(String[]) - Static method in class openr66.client.Message
Parse the parameter and set current values
getParams(String[]) - Static method in class openr66.client.RequestInformation
Parse the parameter and set current values
getParams(String[]) - Static method in class openr66.client.RequestTransfer
Parse the parameter and set current values
getParams(String[]) - Static method in class openr66.server.ChangeBandwidthLimits
 
getParams(String[]) - Static method in class openr66.server.ConfigExport
 
getParams(String[]) - Static method in class openr66.server.ConfigImport
 
getParams(String[]) - Static method in class openr66.server.LogExport
 
getParams(String[]) - Static method in class openr66.server.ServerInitDatabase
 
getPipeline() - Method in class openr66.protocol.http.adminssl.HttpSslPipelineFactory
 
getPipeline() - Method in class openr66.protocol.http.HttpPipelineFactory
 
getPipeline() - Method in class openr66.protocol.localhandler.LocalClientPipelineFactory
 
getPipeline() - Method in class openr66.protocol.localhandler.LocalServerPipelineFactory
 
getPipeline() - Method in class openr66.protocol.networkhandler.NetworkServerPipelineFactory
 
getPipeline() - Method in class openr66.protocol.networkhandler.ssl.NetworkSslServerPipelineFactory
 
getPort() - Method in class openr66.database.data.DbHostAuth
 
getRandomFile() - Method in class openr66.context.filesystem.R66File
 
getRank() - Method in class openr66.database.data.DbTaskRunner
 
getRank() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
getReadLimit() - Method in class openr66.protocol.networkhandler.R66ConstraintLimitHandler
 
getRecvThroughHandler() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getRemoteAddress() - Method in class openr66.context.R66Session
 
getRemoteId() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getRemoteId() - Method in class openr66.protocol.networkhandler.packet.NetworkPacket
 
getRemoteInetAddress(Channel) - Static method in class openr66.protocol.utils.ChannelUtils
Get the Remote InetAddress
getRemoteInetSocketAddress(Channel) - Static method in class openr66.protocol.utils.ChannelUtils
Get the Remote InetSocketAddress
getReplacedValue(String, Object[]) - Method in class openr66.context.task.AbstractTask
 
getRequest() - Method in class openr66.database.data.DbTaskRunner
 
getRequest() - Method in class openr66.protocol.localhandler.packet.EndTransferPacket
 
getRequest() - Method in class openr66.protocol.localhandler.packet.InformationPacket
 
getRequested(R66Session, RequestPacket) - Static method in class openr66.database.data.DbTaskRunner
 
getRequested() - Method in class openr66.database.data.DbTaskRunner
 
getRequester(R66Session, RequestPacket) - Static method in class openr66.database.data.DbTaskRunner
 
getRequester() - Method in class openr66.database.data.DbTaskRunner
 
getRestart() - Method in class openr66.context.R66Session
 
getResult() - Method in class openr66.protocol.utils.R66Future
 
getResultCountPrepareStatement(DbPreparedStatement, AbstractDbData.UpdatedInfo, long) - Static method in class openr66.database.data.DbTaskRunner
 
getResultCountPrepareStatement(DbPreparedStatement, ErrorCode, long) - Static method in class openr66.database.data.DbTaskRunner
 
getResultCountPrepareStatement(DbPreparedStatement) - Static method in class openr66.database.data.DbTaskRunner
 
getRetrieveExecutor() - Static method in class openr66.protocol.networkhandler.NetworkTransaction
 
getRetrieveRunnerConcurrentHashMap() - Static method in class openr66.protocol.networkhandler.NetworkTransaction
 
getRule() - Method in class openr66.database.data.DbTaskRunner
 
getRuleId() - Method in class openr66.database.data.DbTaskRunner
 
getRulename() - Method in class openr66.protocol.localhandler.packet.InformationPacket
 
getRulename() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
getRunner() - Method in class openr66.context.R66Session
 
getSelectAllFields() - Method in class openr66.database.data.DbConfiguration
 
getSelectAllFields() - Method in class openr66.database.data.DbHostAuth
 
getSelectAllFields() - Method in class openr66.database.data.DbMultipleMonitor
 
getSelectAllFields() - Method in class openr66.database.data.DbRule
 
getSelectAllFields() - Method in class openr66.database.data.DbTaskRunner
 
getSelectFromInfoPrepareStatement(DbSession, AbstractDbData.UpdatedInfo, boolean, int) - Static method in class openr66.database.data.DbTaskRunner
 
getSendThroughMode() - Method in class openr66.commander.ClientRunner
 
getSERVERADMINKEY() - Method in class openr66.protocol.configuration.Configuration
 
getServerAuth(DbSession, String) - Static method in class openr66.context.authentication.R66Auth
 
getServerChannelFactory() - Method in class openr66.protocol.configuration.Configuration
 
getServerChannelGroup() - Method in class openr66.protocol.configuration.Configuration
 
getServerPipelineExecutor() - Method in class openr66.protocol.configuration.Configuration
 
getSession() - Method in class openr66.context.filesystem.R66File
 
getSession() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
getSheader() - Method in class openr66.protocol.localhandler.packet.BusinessRequestPacket
 
getSheader() - Method in class openr66.protocol.localhandler.packet.ConnectionErrorPacket
 
getSheader() - Method in class openr66.protocol.localhandler.packet.ErrorPacket
 
getSheader() - Method in class openr66.protocol.localhandler.packet.ValidPacket
 
getSmiddle() - Method in class openr66.protocol.localhandler.packet.ConnectionErrorPacket
 
getSmiddle() - Method in class openr66.protocol.localhandler.packet.ErrorPacket
 
getSmiddle() - Method in class openr66.protocol.localhandler.packet.ValidPacket
 
getSocketAddress() - Method in class openr66.database.data.DbHostAuth
 
getSpecialId() - Method in class openr66.database.data.DbTaskRunner
 
getSpecialId() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
getSpecialParams(String[], int) - Static method in class openr66.protocol.test.TestSubmitTransfer
 
getSpecialParams(String[], int) - Static method in class openr66.protocol.test.TestTransferNoDb
 
getStart() - Method in class openr66.database.data.DbTaskRunner
 
getStatus() - Method in class openr66.database.data.DbTaskRunner
 
getStatusPrepareStatement(DbSession, ErrorCode, int) - Static method in class openr66.database.data.DbTaskRunner
 
getStep() - Method in class openr66.database.data.DbTaskRunner
 
getStepPrepareStatement(DbSession, DbTaskRunner.TASKSTEP, int) - Static method in class openr66.database.data.DbTaskRunner
 
getStop() - Method in class openr66.database.data.DbTaskRunner
 
getTable() - Method in class openr66.database.data.DbConfiguration
 
getTable() - Method in class openr66.database.data.DbHostAuth
 
getTable() - Method in class openr66.database.data.DbMultipleMonitor
 
getTable() - Method in class openr66.database.data.DbRule
 
getTable() - Method in class openr66.database.data.DbTaskRunner
 
getTaskFromId(TaskType, String, int, R66Session) - Static method in enum openr66.context.task.TaskType
 
getTaskFromId(String, String, int, R66Session) - Static method in enum openr66.context.task.TaskType
 
getTaskRunner() - Method in class openr66.commander.ClientRunner
 
getTasksRule(XmlValue) - Static method in class openr66.configuration.RuleFileBasedConfiguration
Utility function
getTimerClose() - Method in class openr66.protocol.configuration.Configuration
 
getTimerTraffic() - Method in class openr66.protocol.configuration.Configuration
 
getTrueFile() - Method in class openr66.context.filesystem.R66File
This method is a good to have in a true FileInterface implementation.
getType() - Method in class openr66.protocol.localhandler.packet.AbstractLocalPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.AuthentPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.BusinessRequestPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.ConnectionErrorPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.DataPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.EndRequestPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.EndTransferPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.ErrorPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.InformationPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.KeepAlivePacket
 
getType() - Method in class openr66.protocol.localhandler.packet.NoOpPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.ShutdownPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.StartupPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.TestPacket
 
getType() - Method in class openr66.protocol.localhandler.packet.ValidPacket
 
getTypeValid() - Method in class openr66.protocol.localhandler.packet.ValidPacket
 
getUniqueExtension() - Method in class openr66.context.R66Session
 
getUpdateAllFields() - Method in class openr66.database.data.DbConfiguration
 
getUpdateAllFields() - Method in class openr66.database.data.DbHostAuth
 
getUpdateAllFields() - Method in class openr66.database.data.DbMultipleMonitor
 
getUpdateAllFields() - Method in class openr66.database.data.DbRule
 
getUpdateAllFields() - Method in class openr66.database.data.DbTaskRunner
 
getUpdatedInfo() - Method in class openr66.database.data.DbTaskRunner
 
getUpdatedPrepareStament(DbSession) - Static method in class openr66.database.data.DbConfiguration
 
getUpdatedPrepareStament(DbSession) - Static method in class openr66.database.data.DbHostAuth
 
getUpdatedPrepareStament(DbSession) - Static method in class openr66.database.data.DbMultipleMonitor
 
getUpdatedPrepareStament(DbSession) - Static method in class openr66.database.data.DbRule
 
getVariable(OID, int, int, int) - Method in class openr66.protocol.snmp.R66VariableFactory
 
getWherePrimaryKey() - Method in class openr66.database.data.DbConfiguration
 
getWherePrimaryKey() - Method in class openr66.database.data.DbHostAuth
 
getWherePrimaryKey() - Method in class openr66.database.data.DbMultipleMonitor
 
getWherePrimaryKey() - Method in class openr66.database.data.DbRule
 
getWherePrimaryKey() - Method in class openr66.database.data.DbTaskRunner
 
getWriteLimit() - Method in class openr66.protocol.networkhandler.R66ConstraintLimitHandler
 
ggSecureKeyStore - Static variable in class openr66.protocol.configuration.Configuration
 
ggSecureKeyStore - Static variable in class openr66.protocol.networkhandler.ssl.NetworkSslServerPipelineFactory
 
ggSslContextFactory - Static variable in class openr66.protocol.configuration.Configuration
 
ggSslContextFactory - Static variable in class openr66.protocol.networkhandler.ssl.NetworkSslServerPipelineFactory
 
GlobalTrafficHandler - Class in openr66.protocol.networkhandler
Global function
GlobalTrafficHandler(ObjectSizeEstimator, Timer, long, long, long) - Constructor for class openr66.protocol.networkhandler.GlobalTrafficHandler
 

H

handle(Signal) - Method in class openr66.protocol.utils.OpenR66SignalHandler
Handle signal
handleCookies(HttpRequest, HttpResponse, String) - Static method in class openr66.protocol.http.HttpWriteCacheEnable
Remove the given named cookie
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class openr66.protocol.localhandler.packet.LocalPacketCodec
 
handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class openr66.protocol.networkhandler.packet.NetworkPacketCodec
 
handler - Variable in class openr66.client.RecvThroughClient
 
handler - Variable in class openr66.protocol.test.TestSendThroughForward
 
hashCode() - Method in class openr66.protocol.networkhandler.NetworkChannel
 
header - Variable in class openr66.protocol.localhandler.packet.AbstractLocalPacket
 
headerHtml() - Static method in class openr66.database.data.DbTaskRunner
 
higherSpecialId - Variable in class openr66.protocol.utils.NbAndSpecialId
 
HOMEPATH - Static variable in class openr66.context.task.AbstractTask
HOME Path used
host - Variable in class openr66.server.ConfigExport
 
host - Variable in class openr66.server.ConfigImport
 
HOST_AUTH - Variable in class openr66.protocol.configuration.Configuration
Server Actual Authentication
HOST_ID - Variable in class openr66.protocol.configuration.Configuration
Actual Host ID
HOST_SSLAUTH - Variable in class openr66.protocol.configuration.Configuration
Server Actual SSL Authentication
HOST_SSLID - Variable in class openr66.protocol.configuration.Configuration
Actual SSL Host ID
hostPurge - Variable in class openr66.server.ConfigImport
 
hostsDecls - Static variable in class openr66.configuration.RuleFileBasedConfiguration
 
HOUR - Static variable in class openr66.context.task.AbstractTask
Hour in HHmmss format
httpBasePath - Variable in class openr66.protocol.configuration.Configuration
Http Admin base
httpBootstrap - Variable in class openr66.protocol.configuration.Configuration
Bootstrap for Http server
httpChannelFactory - Variable in class openr66.protocol.configuration.Configuration
ChannelFactory for HttpServer part
httpChannelGroup - Variable in class openr66.protocol.configuration.Configuration
List of all Http Channels to enable the close call on them using Netty ChannelGroup
HttpFormattedHandler - Class in openr66.protocol.http
Handler for HTTP information support
HttpFormattedHandler() - Constructor for class openr66.protocol.http.HttpFormattedHandler
 
httpPipelineExecutor - Variable in class openr66.protocol.configuration.Configuration
ThreadPoolExecutor for Http and Https Server
HttpPipelineFactory - Class in openr66.protocol.http
Pipeline Factory for HTTP support
HttpPipelineFactory(boolean) - Constructor for class openr66.protocol.http.HttpPipelineFactory
 
httpPipelineInit() - Method in class openr66.protocol.configuration.Configuration
 
httpsBootstrap - Variable in class openr66.protocol.configuration.Configuration
Bootstrap for Https server
httpsChannelFactory - Variable in class openr66.protocol.configuration.Configuration
ChannelFactory for HttpsServer part
HttpSslHandler - Class in openr66.protocol.http.adminssl
 
HttpSslHandler() - Constructor for class openr66.protocol.http.adminssl.HttpSslHandler
 
HttpSslPipelineFactory - Class in openr66.protocol.http.adminssl
 
HttpSslPipelineFactory(boolean, boolean, ExecutorService) - Constructor for class openr66.protocol.http.adminssl.HttpSslPipelineFactory
 
HttpWriteCacheEnable - Class in openr66.protocol.http
Utility class to write external file with cache enable properties
HttpWriteCacheEnable() - Constructor for class openr66.protocol.http.HttpWriteCacheEnable
 

I

id - Variable in class openr66.client.AbstractTransfer
 
ID - Static variable in class openr66.protocol.utils.Version
The version identifier.
idRule - Variable in class openr66.database.data.DbRule
Global Id
ids - Variable in class openr66.database.data.DbRule
The Name addresses (serverIds)
idsArray - Variable in class openr66.database.data.DbRule
The Ids as an array
idt - Static variable in class openr66.client.AbstractTransfer
 
IGNORECODE - Static variable in class openr66.protocol.localhandler.packet.ErrorPacket
 
importRules(File) - Static method in class openr66.configuration.RuleFileBasedConfiguration
Import all Rule files into the HashTable of Rules
incrementRank() - Method in class openr66.database.data.DbTaskRunner
Increment the rank of the transfer
incrementTaskRunerTry(DbTaskRunner, int) - Method in class openr66.commander.ClientRunner
 
indexes - Static variable in class openr66.database.data.DbTaskRunner
 
InformationPacket - Class in openr66.protocol.localhandler.packet
Information of files class header = "rulename" middle = requestedInfo end = "FILENAME"
InformationPacket(String, byte, String) - Constructor for class openr66.protocol.localhandler.packet.InformationPacket
 
INFORMATIONPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
InformationPacket.ASKENUM - Enum in openr66.protocol.localhandler.packet
 
initdb() - Static method in class openr66.server.ServerInitDatabase
 
initialize() - Static method in class openr66.context.task.localexec.LocalExecClient
Initialize the LocalExec Client context
initialize(String, String, String, String, boolean) - Static method in class openr66.database.model.DbModelFactory
Initialize the Database Model according to arguments.
initialize() - Method in class openr66.protocol.localhandler.Monitoring
Initialize the Db Requests after constructor or after use of releaseResources
initiateRequest() - Method in class openr66.client.SendThroughClient
Prior to call this method, the pipeline and NetworkTransaction must have been initialized.
initiateRequest() - Method in class openr66.protocol.test.TestSendThroughForward
 
initObject() - Method in class openr66.database.data.DbConfiguration
 
initObject() - Method in class openr66.database.data.DbHostAuth
 
initObject() - Method in class openr66.database.data.DbMultipleMonitor
 
initObject() - Method in class openr66.database.data.DbRule
 
initObject() - Method in class openr66.database.data.DbTaskRunner
 
initR66FiniteStates() - Static method in enum openr66.context.R66FiniteDualStates
This method should be called once at startup to initialize the Finite States association.
initRequest() - Method in class openr66.client.AbstractBusinessRequest
 
initRequest() - Method in class openr66.client.AbstractTransfer
Initiate the Request and return a potential DbTaskRunner
initRequest() - Method in class openr66.commander.ClientRunner
Initialize the request
initSignalHandler() - Static method in class openr66.protocol.utils.OpenR66SignalHandler
Function to initialized the SignalHandler
INPATH - Static variable in class openr66.context.task.AbstractTask
IN Path used
inPath - Variable in class openr66.protocol.configuration.Configuration
In path (receive)
insert() - Method in class openr66.database.data.DbConfiguration
 
insert() - Method in class openr66.database.data.DbHostAuth
 
insert() - Method in class openr66.database.data.DbMultipleMonitor
 
insert() - Method in class openr66.database.data.DbRule
 
insert() - Method in class openr66.database.data.DbTaskRunner
 
insertAllValues - Static variable in class openr66.database.data.DbConfiguration
 
insertAllValues - Static variable in class openr66.database.data.DbHostAuth
 
insertAllValues - Static variable in class openr66.database.data.DbMultipleMonitor
 
insertAllValues - Static variable in class openr66.database.data.DbRule
 
insertAllValues - Static variable in class openr66.database.data.DbTaskRunner
 
InternalRunner - Class in openr66.commander
This class launch and control the Commander and enable TaskRunner job submissions
InternalRunner() - Constructor for class openr66.commander.InternalRunner
Create the structure to enable submission by database
INTERVALCALLBACK - Variable in class openr66.client.ProgressBarTransfer
 
invalid() - Method in class openr66.context.task.AbstractExecJavaTask
To be used if abnormal usage is made of one Java Method
invalidate() - Method in class openr66.protocol.localhandler.packet.BusinessRequestPacket
Invalidate the request
invalidateRequest(R66Result) - Method in class openr66.protocol.localhandler.LocalChannelReference
Invalidate the current request
isAdmin() - Method in class openr66.context.authentication.R66Auth
 
isAdminrole() - Method in class openr66.database.data.DbHostAuth
 
isAllDone() - Method in class openr66.database.data.DbTaskRunner
 
isAnswered - Variable in class openr66.context.R66Result
Does this result already have been transfered to the remote server
isAuthenticated() - Method in class openr66.context.R66Session
 
isBusinessPathValid(String) - Method in class openr66.context.authentication.R66Auth
 
isClient() - Method in class openr66.database.data.DbHostAuth
Test if the address is 0.0.0.0 for a client or isClient
isCompatibleMode(int, int) - Static method in class openr66.protocol.localhandler.packet.RequestPacket
 
isDirectory() - Method in class openr66.context.filesystem.R66File
 
isEmpty() - Method in class openr66.protocol.networkhandler.ClientNetworkChannels
 
isExternal() - Method in class openr66.context.filesystem.R66File
 
isFile() - Method in class openr66.context.filesystem.R66File
 
isFileMoved() - Method in class openr66.database.data.DbTaskRunner
 
isFinished() - Method in class openr66.database.data.DbTaskRunner
 
isInError() - Method in class openr66.database.data.DbTaskRunner
 
isInShutdown() - Static method in class openr66.protocol.utils.OpenR66SignalHandler
Says if the Process is currently in shutdown
isInTransfer() - Method in class openr66.database.data.DbTaskRunner
 
isKeyValid(byte[]) - Method in class openr66.context.authentication.R66Auth
 
isKeyValid(byte[]) - Method in class openr66.database.data.DbHostAuth
Is the given key a valid one
isKeyValid(byte[]) - Method in class openr66.protocol.configuration.Configuration
Is the given key a valid one
isKeyValid() - Method in class openr66.protocol.localhandler.packet.DataPacket
 
isMD5 - Variable in class openr66.client.AbstractTransfer
 
ismd5 - Static variable in class openr66.client.AbstractTransfer
 
isMD5Mode(int) - Static method in class openr66.protocol.localhandler.packet.RequestPacket
 
isNoAddress() - Method in class openr66.database.data.DbHostAuth
True if the address is a client address (0.0.0.0)
isOwnConfiguration() - Method in class openr66.database.data.DbConfiguration
 
isPreTaskStarting() - Method in class openr66.database.data.DbTaskRunner
To be called before executing Pre execution
isReady() - Method in class openr66.context.R66Session
 
isRecvMode() - Method in class openr66.database.data.DbRule
 
isRecvMode(int) - Static method in class openr66.protocol.localhandler.packet.RequestPacket
 
isRecvThrough() - Method in class openr66.database.data.DbTaskRunner
 
isRecvThroughMode() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
isRecvThroughMode(int, boolean) - Static method in class openr66.protocol.localhandler.packet.RequestPacket
 
isRecvThroughMode(int) - Static method in class openr66.protocol.localhandler.packet.RequestPacket
 
isRescheduledTransfer() - Method in class openr66.database.data.DbTaskRunner
 
isRetrieve() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
isSelfRequested() - Method in class openr66.database.data.DbTaskRunner
 
isSender() - Method in class openr66.database.data.DbTaskRunner
 
isSendMode() - Method in class openr66.database.data.DbRule
 
isSendThrough() - Method in class openr66.database.data.DbTaskRunner
 
isSendThroughMode() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
isSendThroughMode(int, boolean) - Static method in class openr66.protocol.localhandler.packet.RequestPacket
 
isSendThroughMode(int) - Static method in class openr66.protocol.localhandler.packet.RequestPacket
 
isServer - Variable in class openr66.protocol.configuration.Configuration
Does the current program running as Server
isServer - Variable in class openr66.protocol.networkhandler.NetworkServerHandler
Is this Handler a server side
isShutdown - Variable in class openr66.protocol.configuration.Configuration
True if the service is going to shutdown
isShuttingDown - Variable in class openr66.protocol.networkhandler.NetworkChannel
Does this Network Channel is in shutdown
isShuttingdownNetworkChannel(SocketAddress) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
 
isSsl() - Method in class openr66.context.authentication.R66Auth
 
isSsl() - Method in class openr66.database.data.DbHostAuth
 
isSSL - Variable in class openr66.protocol.networkhandler.NetworkServerHandler
Does this Handler is for SSL
isSsl() - Method in class openr66.protocol.networkhandler.NetworkServerHandler
 
isSslConnectedChannel(Channel) - Static method in class openr66.protocol.networkhandler.ssl.NetworkSslServerHandler
 
isSuccess() - Method in class openr66.context.task.AbstractTask
 
isThroughMode(int) - Static method in class openr66.protocol.localhandler.packet.RequestPacket
 
isToValidate - Variable in class openr66.context.task.AbstractExecJavaTask
 
isToValidate() - Method in class openr66.protocol.localhandler.packet.AuthentPacket
 
isToValidate() - Method in class openr66.protocol.localhandler.packet.BusinessRequestPacket
 
isToValidate() - Method in class openr66.protocol.localhandler.packet.EndRequestPacket
 
isToValidate() - Method in class openr66.protocol.localhandler.packet.EndTransferPacket
 
isToValidate() - Method in class openr66.protocol.localhandler.packet.KeepAlivePacket
 
isToValidate() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
ISUNIX - Static variable in class openr66.protocol.configuration.Configuration
Hack to say Windows or Unix (USR1 not OK on Windows)

K

keepAlivedSent - Variable in class openr66.protocol.networkhandler.NetworkServerHandler
To handle the keep alive
KeepAlivePacket - Class in openr66.protocol.localhandler.packet
Keep Alive class header = empty middle = way end = empty
KeepAlivePacket() - Constructor for class openr66.protocol.localhandler.packet.KeepAlivePacket
 
KEEPALIVEPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 

L

lastCallBack(boolean, int, int) - Method in class openr66.client.ProgressBarTransfer
This function will be called only once when the transfer is over
lastCallBack(boolean, int, int) - Method in class openr66.protocol.test.TestProgressBarTransfer
 
lastInActiveTransfer - Variable in class openr66.protocol.localhandler.Monitoring
 
lastOutActiveTransfer - Variable in class openr66.protocol.localhandler.Monitoring
 
lastRunTimeMs() - Method in class openr66.protocol.localhandler.Monitoring
 
lastTimeUsed - Variable in class openr66.protocol.networkhandler.NetworkChannel
Last Time in ms this channel was used by a LocalChannel
launchFinalExit() - Static method in class openr66.protocol.utils.OpenR66SignalHandler
 
length() - Method in class openr66.context.filesystem.R66File
 
LIMIT - Static variable in class openr66.protocol.networkhandler.NetworkServerPipelineFactory
 
LIMITCHANNEL - Static variable in class openr66.protocol.networkhandler.NetworkServerPipelineFactory
 
LIMITROW - Static variable in class openr66.protocol.http.adminssl.HttpSslHandler
 
LIMITROW - Static variable in class openr66.protocol.http.HttpFormattedHandler
 
LinkRenameTask - Class in openr66.context.task
Create a link of the current file and make the file pointing to it.
LinkRenameTask(String, int, String, R66Session) - Constructor for class openr66.context.task.LinkRenameTask
 
loadAuthentication(Configuration, String) - Static method in class openr66.configuration.AuthenticationFileBasedConfiguration
Load Authentication from File
loadHostAuth(String) - Static method in class openr66.server.ServerInitDatabase
 
loadRules(File) - Static method in class openr66.server.ServerInitDatabase
 
loadXmlWorkNoDb() - Method in class openr66.database.data.DbTaskRunner
Method to load a previous existing DbTaskRunner for NoDb client from File instead of from DB.
localChannelReference - Variable in class openr66.client.RecvThroughClient
 
localChannelReference - Variable in class openr66.client.SendThroughClient
 
LocalChannelReference - Class in openr66.protocol.localhandler
Reference of one object using Local Channel localId and containing local channel and network channel.
LocalChannelReference(Channel, Channel, Integer, R66Future) - Constructor for class openr66.protocol.localhandler.LocalChannelReference
 
LocalChannelReference() - Constructor for class openr66.protocol.localhandler.LocalChannelReference
Special empty LCR constructor
localChannels - Variable in class openr66.protocol.networkhandler.NetworkChannel
Associated LocalChannel
LocalClientHandler - Class in openr66.protocol.localhandler
 
LocalClientHandler() - Constructor for class openr66.protocol.localhandler.LocalClientHandler
 
LocalClientPipelineFactory - Class in openr66.protocol.localhandler
Pipeline Factory for Local Client
LocalClientPipelineFactory() - Constructor for class openr66.protocol.localhandler.LocalClientPipelineFactory
 
LOCALEXEC - Static variable in class openr66.context.task.AbstractTask
If specified, use the LocalExec Daemon specified in the global configuration (default no usage of LocalExec)
LocalExecClient - Class in openr66.context.task.localexec
Client to execute external command through GoldenGate Local Exec
LocalExecClient() - Constructor for class openr66.context.task.localexec.LocalExecClient
 
localFilename - Static variable in class openr66.client.AbstractTransfer
 
LOCALHOST - Static variable in class openr66.context.task.AbstractTask
Local host id
LOCALHOSTADDR - Static variable in class openr66.context.task.AbstractTask
Local host address
LocalPacketCodec - Class in openr66.protocol.localhandler.packet
Local Packet Decoder
LocalPacketCodec() - Constructor for class openr66.protocol.localhandler.packet.LocalPacketCodec
 
LocalPacketFactory - Class in openr66.protocol.localhandler.packet
Factory to create Packet according to type from a buffer
LocalPacketFactory() - Constructor for class openr66.protocol.localhandler.packet.LocalPacketFactory
 
LocalPacketSizeEstimator - Class in openr66.protocol.localhandler.packet
Local Packet size estimator
LocalPacketSizeEstimator() - Constructor for class openr66.protocol.localhandler.packet.LocalPacketSizeEstimator
 
LocalServerHandler - Class in openr66.protocol.localhandler
The local server handler handles real end file operations.
LocalServerHandler() - Constructor for class openr66.protocol.localhandler.LocalServerHandler
 
LocalServerPipelineFactory - Class in openr66.protocol.localhandler
Pipeline Factory for Local Server
LocalServerPipelineFactory() - Constructor for class openr66.protocol.localhandler.LocalServerPipelineFactory
 
LocalTransaction - Class in openr66.protocol.localhandler
This class handles Local Transaction connections
LocalTransaction() - Constructor for class openr66.protocol.localhandler.LocalTransaction
Constructor
LogExport - Class in openr66.server
Log Export from a local client without database connection
LogExport(R66Future, boolean, boolean, Timestamp, Timestamp, NetworkTransaction) - Constructor for class openr66.server.LogExport
 
logger - Static variable in class openr66.client.AbstractBusinessRequest
Internal Logger
logger - Static variable in class openr66.client.AbstractTransfer
Internal Logger
LOGPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
LOGPURGEPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
LogTask - Class in openr66.context.task
This class is for logging or write to an external file some info:
- if delay is 0, no echo at all will be done
- if delay is 1, will echo some information in the normal log
- if delay is 2, will echo some information in the file (last deduced argument will be the full path for the file output)
- if delay is 3, will echo both in the normal log and in the file (last deduced argument will be the full path for the file output)
LogTask(String, int, String, R66Session) - Constructor for class openr66.context.task.LogTask
 

M

main(String[]) - Static method in class openr66.client.AbstractBusinessRequest
Dummy Main method
main(String[]) - Static method in class openr66.client.DirectTransfer
 
main(String[]) - Static method in class openr66.client.Message
 
main(String[]) - Static method in class openr66.client.RequestInformation
 
main(String[]) - Static method in class openr66.client.RequestTransfer
 
main(String[]) - Static method in class openr66.client.SubmitTransfer
 
main(String[]) - Static method in class openr66.protocol.test.TestBusinessRequest
 
main(String[]) - Static method in class openr66.protocol.test.TestProgressBarTransfer
 
main(String[]) - Static method in class openr66.protocol.test.TestRecvThroughClient
 
main(String[]) - Static method in class openr66.protocol.test.TestSendThroughClient
 
main(String[]) - Static method in class openr66.protocol.test.TestSubmitTransfer
 
main(String[]) - Static method in class openr66.protocol.test.TestTransaction
 
main(String[]) - Static method in class openr66.protocol.test.TestTransferNoDb
 
main(String[]) - Static method in class openr66.protocol.utils.Version
Prints out the version identifier to stdout.
main(String[]) - Static method in class openr66.server.ChangeBandwidthLimits
 
main(String[]) - Static method in class openr66.server.ConfigExport
 
main(String[]) - Static method in class openr66.server.ConfigImport
 
main(String[]) - Static method in class openr66.server.LogExport
 
main(String[]) - Static method in class openr66.server.R66Server
 
main(String[]) - Static method in class openr66.server.ServerExportConfiguration
 
main(String[]) - Static method in class openr66.server.ServerInitDatabase
 
main(String[]) - Static method in class openr66.server.ServerShutdown
 
maxGlobalMemory - Variable in class openr66.protocol.configuration.Configuration
Max global memory limit: default is 4GB
mesg - Variable in enum openr66.context.ErrorCode
Literal for this code
Message - Class in openr66.client
Message testing between two hosts
Message(NetworkTransaction, R66Future, String, TestPacket) - Constructor for class openr66.client.Message
 
Message(NetworkTransaction, R66Future, DbHostAuth, TestPacket) - Constructor for class openr66.client.Message
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class openr66.protocol.http.adminssl.HttpSslHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class openr66.protocol.http.HttpFormattedHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class openr66.protocol.localhandler.LocalClientHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class openr66.protocol.localhandler.LocalServerHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class openr66.protocol.networkhandler.NetworkServerHandler
 
middle - Variable in class openr66.protocol.localhandler.packet.AbstractLocalPacket
 
minimalDelay - Variable in class openr66.protocol.configuration.Configuration
Monitoring: minimal interval in ms before redo real monitoring
mode - Variable in class openr66.database.data.DbRule
Supported Mode for this rule (SENDMODE => SENDMD5MODE, RECVMODE => RECVMD5MODE)
monitoring - Variable in class openr66.protocol.configuration.Configuration
Monitoring object
Monitoring - Class in openr66.protocol.localhandler
Monitoring class as an helper to get values of interest.
Monitoring(long, long, DbSession) - Constructor for class openr66.protocol.localhandler.Monitoring
 
MoveRenameTask - Class in openr66.context.task
Move and Rename the current file
MoveRenameTask(String, int, String, R66Session) - Constructor for class openr66.context.task.MoveRenameTask
 
MoveTask - Class in openr66.context.task
Move the file (without renaming it)
MoveTask(String, int, String, R66Session) - Constructor for class openr66.context.task.MoveTask
 
multipleMonitors - Variable in class openr66.protocol.configuration.Configuration
In case of Multiple OpenR66 monitor servers behing a load balancer (HA solution)

N

name - Variable in enum openr66.context.task.TaskType
 
nb - Variable in class openr66.protocol.utils.NbAndSpecialId
 
NbAndSpecialId - Class in openr66.protocol.utils
Class to retrieve the number of runner and the higher rank.
NbAndSpecialId() - Constructor for class openr66.protocol.utils.NbAndSpecialId
 
nbCommandChannels(Configuration) - Static method in class openr66.protocol.utils.ChannelUtils
Return the current number of network connections
nbCountAllRunningStep - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountCompleteOkStep - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountInfoDone - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountInfoError - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountInfoInterrupted - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountInfoNotUpdated - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountInfoRunning - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountInfoToSubmit - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountInfoUnknown - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountInitOkStep - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountPostProcessingOkStep - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountPreProcessingOkStep - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountRunningStep - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusBadAuthent - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusCanceled - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusCommandNotFound - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusConnectionImpossible - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusDisconnection - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusExternalOp - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusFileNotFound - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusFinalOp - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusInternal - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusMD5Error - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusNotKnownHost - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusPassThroughMode - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusQueryAlreadyFinished - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusQueryRemotelyUnknown - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusQueryStillRunning - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusRemoteError - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusRemoteShutdown - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusServerOverloaded - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusShutdown - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusStopped - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusTransferError - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusUnimplemented - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusUnknown - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStatusWarning - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStepAllDone - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStepAllTransfer - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStepError - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStepNotask - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStepPosttask - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStepPretask - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountStepTransfer - Variable in class openr66.protocol.localhandler.Monitoring
 
nbCountTransferOkStep - Variable in class openr66.protocol.localhandler.Monitoring
 
nbInActiveTransfer - Variable in class openr66.protocol.localhandler.Monitoring
 
nbInErrorTransfer - Variable in class openr66.protocol.localhandler.Monitoring
 
nbInternalRunner() - Method in class openr66.commander.InternalRunner
 
nbInTotalTransfer - Variable in class openr66.protocol.localhandler.Monitoring
 
nbNetworkConnection - Variable in class openr66.protocol.localhandler.Monitoring
 
nbOutActiveTransfer - Variable in class openr66.protocol.localhandler.Monitoring
 
nbOutErrorTransfer - Variable in class openr66.protocol.localhandler.Monitoring
 
nbOutTotalTransfer - Variable in class openr66.protocol.localhandler.Monitoring
 
NBPRKEY - Static variable in class openr66.database.data.DbConfiguration
 
NBPRKEY - Static variable in class openr66.database.data.DbHostAuth
 
NBPRKEY - Static variable in class openr66.database.data.DbMultipleMonitor
 
NBPRKEY - Static variable in class openr66.database.data.DbRule
 
NBPRKEY - Static variable in class openr66.database.data.DbTaskRunner
Special For DbTaskRunner
nbThread - Variable in class openr66.protocol.localhandler.Monitoring
 
NetworkChannel - Class in openr66.protocol.networkhandler
NetworkChannel object to keep Network channel open while some local channels are attached to it.
NetworkChannel(Channel) - Constructor for class openr66.protocol.networkhandler.NetworkChannel
 
NetworkPacket - Class in openr66.protocol.networkhandler.packet
Network Packet A Packet is composed of one global length field, two Id (4 bytes x 2) and a buffer.
NetworkPacket(int, int, byte, ChannelBuffer) - Constructor for class openr66.protocol.networkhandler.packet.NetworkPacket
 
NetworkPacket(int, int, AbstractLocalPacket) - Constructor for class openr66.protocol.networkhandler.packet.NetworkPacket
 
NetworkPacketCodec - Class in openr66.protocol.networkhandler.packet
Packet Decoder
NetworkPacketCodec() - Constructor for class openr66.protocol.networkhandler.packet.NetworkPacketCodec
 
NetworkPacketSizeEstimator - Class in openr66.protocol.networkhandler.packet
Network Packet size estimator
NetworkPacketSizeEstimator() - Constructor for class openr66.protocol.networkhandler.packet.NetworkPacketSizeEstimator
 
NetworkServerHandler - Class in openr66.protocol.networkhandler
Network Server Handler (Requester side)
NetworkServerHandler(boolean) - Constructor for class openr66.protocol.networkhandler.NetworkServerHandler
 
NetworkServerPipelineFactory - Class in openr66.protocol.networkhandler
NetworkServer pipeline (Requester side)
NetworkServerPipelineFactory(boolean) - Constructor for class openr66.protocol.networkhandler.NetworkServerPipelineFactory
 
NetworkSslServerHandler - Class in openr66.protocol.networkhandler.ssl
 
NetworkSslServerHandler(boolean) - Constructor for class openr66.protocol.networkhandler.ssl.NetworkSslServerHandler
 
NetworkSslServerPipelineFactory - Class in openr66.protocol.networkhandler.ssl
 
NetworkSslServerPipelineFactory(boolean, ExecutorService) - Constructor for class openr66.protocol.networkhandler.ssl.NetworkSslServerPipelineFactory
 
networkTransaction - Variable in class openr66.client.AbstractBusinessRequest
 
networkTransaction - Variable in class openr66.client.DirectTransfer
 
networkTransaction - Variable in class openr66.client.ProgressBarTransfer
 
networkTransaction - Variable in class openr66.client.RecvThroughClient
 
networkTransaction - Variable in class openr66.client.RequestInformation
 
networkTransaction - Variable in class openr66.client.RequestTransfer
 
networkTransaction - Variable in class openr66.client.SendThroughClient
 
NetworkTransaction - Class in openr66.protocol.networkhandler
This class handles Network Transaction connections
NetworkTransaction() - Constructor for class openr66.protocol.networkhandler.NetworkTransaction
 
networkTransaction - Variable in class openr66.server.ChangeBandwidthLimits
 
networkTransaction - Variable in class openr66.server.ConfigExport
 
networkTransaction - Variable in class openr66.server.ConfigImport
 
networkTransaction - Variable in class openr66.server.LogExport
 
newChannelTrafficShapingHandler() - Method in class openr66.protocol.configuration.Configuration
 
newdate - Variable in class openr66.context.task.RescheduleTransferTask
 
newDate - Variable in class openr66.context.task.RescheduleTransferTask
 
newFile(String, boolean) - Method in class openr66.context.filesystem.R66Dir
 
newSessionMachineState() - Static method in enum openr66.context.R66FiniteDualStates
 
newState(R66FiniteDualStates) - Method in class openr66.context.R66Session
Propose a new State
nextSequence(DbSession) - Method in class openr66.database.model.DbModelH2
 
nextSequence(DbSession) - Method in class openr66.database.model.DbModelMysql
 
nextSequence(DbSession) - Method in class openr66.database.model.DbModelOracle
 
nextSequence(DbSession) - Method in class openr66.database.model.DbModelPostgresql
 
NOCHANNEL - Static variable in class openr66.protocol.utils.ChannelUtils
 
nolog - Static variable in class openr66.client.AbstractBusinessRequest
 
nolog - Static variable in class openr66.client.AbstractTransfer
 
NOOPPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
NoOpPacket - Class in openr66.protocol.localhandler.packet
No Op class header = empty middle = empty end = empty
NoOpPacket() - Constructor for class openr66.protocol.localhandler.packet.NoOpPacket
 
normalEndRetrieve(LocalChannelReference) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
Normal end of a Retrieve Operation
notifyError(String, String) - Method in class openr66.protocol.snmp.R66PrivateMib
Send a notification (trap or inform) for Error event
notifyInfoTask(String, DbTaskRunner) - Method in class openr66.protocol.snmp.R66PrivateMib
Send a notification (trap or inform) for Warning/Error event on a single Transfer Task
notifyOverloaded(String, String) - Method in class openr66.protocol.snmp.R66PrivateMib
Send a notification (trap or inform) for Server Overloaded event
notifyStartStop(String, String) - Method in class openr66.protocol.snmp.R66PrivateMib
Send a notification (trap or inform) for Shutdown event
notifyWarning(String, String) - Method in class openr66.protocol.snmp.R66PrivateMib
Send a notification (trap or inform) for Warning event
NOWAIT - Static variable in class openr66.context.task.AbstractTask
If specified, no Wait for Task Validation (default is wait)

O

objectSizeEstimator - Variable in class openr66.protocol.configuration.Configuration
ObjectSizeEstimator
openr66.client - package openr66.client
Classes implementing Clients
openr66.commander - package openr66.commander
Classes implementing Commander, reader of database updates from clients
openr66.configuration - package openr66.configuration
Classes implementing Configuration loading from database or files
openr66.context - package openr66.context
Classes implementing Session, Result and ErrorCode
openr66.context.authentication - package openr66.context.authentication
Classes implementing Authentication
openr66.context.filesystem - package openr66.context.filesystem
Classes implementing Filesystem
openr66.context.task - package openr66.context.task
Classes implementing Tasks for pre, post or error operations Several kind of tasks exist in OpenR66:
LOG, MOVE, MOVERENAME, COPY, COPYRENAME, EXEC, EXECMOVE, LINKRENAME, TRANSFER, VALIDFILEPATH, DELETE



Several tasks are possible to run before a transfer starts (pre action), after a transfer is finished correctly (post action) or after an error occurs (either in pre or post action or during transfer: error action).
openr66.context.task.exception - package openr66.context.task.exception
Classes implementing Exceptions for Runner
openr66.context.task.localexec - package openr66.context.task.localexec
Classes implementing Execution of Commands through LocalExec Daemon
openr66.database - package openr66.database
Classes implementing Database access
openr66.database.data - package openr66.database.data
Classes implementing Database Data model
openr66.database.model - package openr66.database.model
Classes implementing Database Model (H2, Oracle, PostgreSQL, MySQL)
openr66.protocol.configuration - package openr66.protocol.configuration
Class implementing Configuration
openr66.protocol.exception - package openr66.protocol.exception
Classes implementing Exceptions
openr66.protocol.http - package openr66.protocol.http
Classes implementing HTTP information support
openr66.protocol.http.adminssl - package openr66.protocol.http.adminssl
Classes implementing HTTPS Administration support
openr66.protocol.localhandler - package openr66.protocol.localhandler
Classes implementing LocalHandlers (real work)
openr66.protocol.localhandler.packet - package openr66.protocol.localhandler.packet
Classes implementing Packet for Local Handlers
openr66.protocol.networkhandler - package openr66.protocol.networkhandler
Classes implementing Network Handler (multiplexing local handlers)
openr66.protocol.networkhandler.packet - package openr66.protocol.networkhandler.packet
Classes implementing Packet for Network Handler
openr66.protocol.networkhandler.ssl - package openr66.protocol.networkhandler.ssl
Classes implementing Network SSL Handler (multiplexing local handlers)
openr66.protocol.snmp - package openr66.protocol.snmp
Classes implementing SNMP elements for OpenR66
openr66.protocol.test - package openr66.protocol.test
Classes implementing Test only
openr66.protocol.utils - package openr66.protocol.utils
Classes implementing Utilities
openr66.server - package openr66.server
Classes implementing Server startup main class or utility classes
OpenR66DatabaseGlobalException - Exception in openr66.protocol.exception
OpenR66 Database Mother Exception
OpenR66DatabaseGlobalException() - Constructor for exception openr66.protocol.exception.OpenR66DatabaseGlobalException
 
OpenR66DatabaseGlobalException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66DatabaseGlobalException
 
OpenR66DatabaseGlobalException(String) - Constructor for exception openr66.protocol.exception.OpenR66DatabaseGlobalException
 
OpenR66DatabaseGlobalException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66DatabaseGlobalException
 
OpenR66Exception - Exception in openr66.protocol.exception
Mother class of All OpenR66 Exceptions
OpenR66Exception() - Constructor for exception openr66.protocol.exception.OpenR66Exception
 
OpenR66Exception(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66Exception
 
OpenR66Exception(String) - Constructor for exception openr66.protocol.exception.OpenR66Exception
 
OpenR66Exception(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66Exception
 
OpenR66ExceptionTrappedFactory - Class in openr66.protocol.exception
Class that filter exceptions
OpenR66ExceptionTrappedFactory() - Constructor for class openr66.protocol.exception.OpenR66ExceptionTrappedFactory
 
OpenR66ProtocolBusinessCancelException - Exception in openr66.protocol.exception
Protocol exception on Business part
OpenR66ProtocolBusinessCancelException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessCancelException
 
OpenR66ProtocolBusinessCancelException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessCancelException
 
OpenR66ProtocolBusinessCancelException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessCancelException
 
OpenR66ProtocolBusinessCancelException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessCancelException
 
OpenR66ProtocolBusinessException - Exception in openr66.protocol.exception
Protocol exception on Business part
OpenR66ProtocolBusinessException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessException
 
OpenR66ProtocolBusinessException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessException
 
OpenR66ProtocolBusinessException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessException
 
OpenR66ProtocolBusinessException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessException
 
OpenR66ProtocolBusinessNoWriteBackException - Exception in openr66.protocol.exception
Protocol exception on Business part without any write back action
OpenR66ProtocolBusinessNoWriteBackException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessNoWriteBackException
 
OpenR66ProtocolBusinessNoWriteBackException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessNoWriteBackException
 
OpenR66ProtocolBusinessNoWriteBackException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessNoWriteBackException
 
OpenR66ProtocolBusinessNoWriteBackException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessNoWriteBackException
 
OpenR66ProtocolBusinessQueryAlreadyFinishedException - Exception in openr66.protocol.exception
Protocol exception on Business part due to Query is already finished
OpenR66ProtocolBusinessQueryAlreadyFinishedException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessQueryAlreadyFinishedException
 
OpenR66ProtocolBusinessQueryAlreadyFinishedException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessQueryAlreadyFinishedException
 
OpenR66ProtocolBusinessQueryAlreadyFinishedException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessQueryAlreadyFinishedException
 
OpenR66ProtocolBusinessQueryAlreadyFinishedException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessQueryAlreadyFinishedException
 
OpenR66ProtocolBusinessQueryStillRunningException - Exception in openr66.protocol.exception
Protocol exception on Business part due to Query is still running
OpenR66ProtocolBusinessQueryStillRunningException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessQueryStillRunningException
 
OpenR66ProtocolBusinessQueryStillRunningException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessQueryStillRunningException
 
OpenR66ProtocolBusinessQueryStillRunningException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessQueryStillRunningException
 
OpenR66ProtocolBusinessQueryStillRunningException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessQueryStillRunningException
 
OpenR66ProtocolBusinessRemoteFileNotFoundException - Exception in openr66.protocol.exception
Protocol exception on Business part telling that remote host did not find the file.
OpenR66ProtocolBusinessRemoteFileNotFoundException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessRemoteFileNotFoundException
 
OpenR66ProtocolBusinessRemoteFileNotFoundException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessRemoteFileNotFoundException
 
OpenR66ProtocolBusinessRemoteFileNotFoundException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessRemoteFileNotFoundException
 
OpenR66ProtocolBusinessRemoteFileNotFoundException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessRemoteFileNotFoundException
 
OpenR66ProtocolBusinessStopException - Exception in openr66.protocol.exception
Protocol exception on Business part
OpenR66ProtocolBusinessStopException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessStopException
 
OpenR66ProtocolBusinessStopException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessStopException
 
OpenR66ProtocolBusinessStopException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessStopException
 
OpenR66ProtocolBusinessStopException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolBusinessStopException
 
OpenR66ProtocolNetworkException - Exception in openr66.protocol.exception
Protocol exception due to a network error
OpenR66ProtocolNetworkException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNetworkException
 
OpenR66ProtocolNetworkException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNetworkException
 
OpenR66ProtocolNetworkException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNetworkException
 
OpenR66ProtocolNetworkException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNetworkException
 
OpenR66ProtocolNoConnectionException - Exception in openr66.protocol.exception
Protocol Exception when no connection is possible
OpenR66ProtocolNoConnectionException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNoConnectionException
 
OpenR66ProtocolNoConnectionException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNoConnectionException
 
OpenR66ProtocolNoConnectionException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNoConnectionException
 
OpenR66ProtocolNoConnectionException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNoConnectionException
 
OpenR66ProtocolNoDataException - Exception in openr66.protocol.exception
Protocol exception due to no Data exception
OpenR66ProtocolNoDataException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNoDataException
 
OpenR66ProtocolNoDataException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNoDataException
 
OpenR66ProtocolNoDataException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNoDataException
 
OpenR66ProtocolNoDataException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNoDataException
 
OpenR66ProtocolNoSslException - Exception in openr66.protocol.exception
Protocol Exception when no SSL is supported
OpenR66ProtocolNoSslException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNoSslException
 
OpenR66ProtocolNoSslException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNoSslException
 
OpenR66ProtocolNoSslException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNoSslException
 
OpenR66ProtocolNoSslException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNoSslException
 
OpenR66ProtocolNotAuthenticatedException - Exception in openr66.protocol.exception
Business Protocol exception due to no valid authentication
OpenR66ProtocolNotAuthenticatedException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNotAuthenticatedException
 
OpenR66ProtocolNotAuthenticatedException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNotAuthenticatedException
 
OpenR66ProtocolNotAuthenticatedException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNotAuthenticatedException
 
OpenR66ProtocolNotAuthenticatedException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNotAuthenticatedException
 
OpenR66ProtocolNotYetConnectionException - Exception in openr66.protocol.exception
Protocol Exception when a connection is not yet possible but could be later on
OpenR66ProtocolNotYetConnectionException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNotYetConnectionException
 
OpenR66ProtocolNotYetConnectionException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNotYetConnectionException
 
OpenR66ProtocolNotYetConnectionException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNotYetConnectionException
 
OpenR66ProtocolNotYetConnectionException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolNotYetConnectionException
 
OpenR66ProtocolPacketException - Exception in openr66.protocol.exception
Protocol exception on Packet
OpenR66ProtocolPacketException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolPacketException
 
OpenR66ProtocolPacketException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolPacketException
 
OpenR66ProtocolPacketException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolPacketException
 
OpenR66ProtocolPacketException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolPacketException
 
OpenR66ProtocolRemoteShutdownException - Exception in openr66.protocol.exception
Protocol Exception for remote information of Shutdown
OpenR66ProtocolRemoteShutdownException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolRemoteShutdownException
 
OpenR66ProtocolRemoteShutdownException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolRemoteShutdownException
 
OpenR66ProtocolRemoteShutdownException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolRemoteShutdownException
 
OpenR66ProtocolRemoteShutdownException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolRemoteShutdownException
 
OpenR66ProtocolShutdownException - Exception in openr66.protocol.exception
Protocol Exception to enable Shutdown
OpenR66ProtocolShutdownException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolShutdownException
 
OpenR66ProtocolShutdownException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolShutdownException
 
OpenR66ProtocolShutdownException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolShutdownException
 
OpenR66ProtocolShutdownException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolShutdownException
 
OpenR66ProtocolSystemException - Exception in openr66.protocol.exception
Protocol exception due to system error
OpenR66ProtocolSystemException() - Constructor for exception openr66.protocol.exception.OpenR66ProtocolSystemException
 
OpenR66ProtocolSystemException(String, Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolSystemException
 
OpenR66ProtocolSystemException(String) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolSystemException
 
OpenR66ProtocolSystemException(Throwable) - Constructor for exception openr66.protocol.exception.OpenR66ProtocolSystemException
 
OpenR66RunnerEndTasksException - Exception in openr66.context.task.exception
Runner exception in end of tasks status
OpenR66RunnerEndTasksException() - Constructor for exception openr66.context.task.exception.OpenR66RunnerEndTasksException
 
OpenR66RunnerEndTasksException(String, Throwable) - Constructor for exception openr66.context.task.exception.OpenR66RunnerEndTasksException
 
OpenR66RunnerEndTasksException(String) - Constructor for exception openr66.context.task.exception.OpenR66RunnerEndTasksException
 
OpenR66RunnerEndTasksException(Throwable) - Constructor for exception openr66.context.task.exception.OpenR66RunnerEndTasksException
 
OpenR66RunnerErrorException - Exception in openr66.context.task.exception
Runner exception in error status
OpenR66RunnerErrorException() - Constructor for exception openr66.context.task.exception.OpenR66RunnerErrorException
 
OpenR66RunnerErrorException(String, Throwable) - Constructor for exception openr66.context.task.exception.OpenR66RunnerErrorException
 
OpenR66RunnerErrorException(String) - Constructor for exception openr66.context.task.exception.OpenR66RunnerErrorException
 
OpenR66RunnerErrorException(Throwable) - Constructor for exception openr66.context.task.exception.OpenR66RunnerErrorException
 
OpenR66RunnerException - Exception in openr66.context.task.exception
Runner exception
OpenR66RunnerException() - Constructor for exception openr66.context.task.exception.OpenR66RunnerException
 
OpenR66RunnerException(String, Throwable) - Constructor for exception openr66.context.task.exception.OpenR66RunnerException
 
OpenR66RunnerException(String) - Constructor for exception openr66.context.task.exception.OpenR66RunnerException
 
OpenR66RunnerException(Throwable) - Constructor for exception openr66.context.task.exception.OpenR66RunnerException
 
OpenR66SignalHandler - Class in openr66.protocol.utils
Signal Handler to allow trapping signals.
OpenR66SignalHandler() - Constructor for class openr66.protocol.utils.OpenR66SignalHandler
 
OpenR66SignalHandler.R66TimerTask - Class in openr66.protocol.utils
Finalize resources attached to handlers
OpenR66SignalHandler.R66TimerTask(int) - Constructor for class openr66.protocol.utils.OpenR66SignalHandler.R66TimerTask
Constructor from type
ORIGINALFILENAME - Static variable in class openr66.context.task.AbstractTask
Original FILENAME (basename) (before changing in retrieval part)
ORIGINALFULLPATH - Static variable in class openr66.context.task.AbstractTask
Current full path of Original FILENAME (as transmitted) (before changing in retrieval part)
other - Variable in class openr66.context.R66Result
Any other object for special operations (test or shutdown for instance)
OUTPATH - Static variable in class openr66.context.task.AbstractTask
OUT Path used
outPath - Variable in class openr66.protocol.configuration.Configuration
Out path (send, copy, pending)

P

pastLimit - Variable in class openr66.protocol.configuration.Configuration
Monitoring: how long in ms to get back in monitoring
pingpong - Static variable in class openr66.protocol.localhandler.packet.TestPacket
 
pipelineInit() - Method in class openr66.protocol.configuration.Configuration
Configure the pipeline for client (to be called ony once)
prepareServerStop() - Method in class openr66.protocol.configuration.Configuration
Prepare the server to stop To be called early before other stuff will be closed
prepareStopInternalRunner() - Method in class openr66.commander.InternalRunner
First step while shutting down the service
printStackTrace(Thread, StackTraceElement[]) - Static method in class openr66.protocol.utils.OpenR66SignalHandler
Print stack trace
printTasks(boolean, DbTaskRunner.TASKSTEP) - Method in class openr66.database.data.DbRule
 
ProgressBarTransfer - Class in openr66.client
Through API Transfer from a client with or without database connection, and enabling access to statistic of the transfer (unblocking transfer)
ProgressBarTransfer(R66Future, String, String, String, String, boolean, int, long, NetworkTransaction, long) - Constructor for class openr66.client.ProgressBarTransfer
 
purgeLog - Variable in class openr66.server.LogExport
 
purgeLogPrepareStatement(DbSession, Timestamp, Timestamp) - Static method in class openr66.database.data.DbTaskRunner
purge in same interval all runners with globallaststep as ALLDONETASK or UpdatedInfo as Done
purgeLogPrepareStatement(DbSession, String, String, Timestamp, Timestamp, String, String, boolean, boolean, boolean, boolean, boolean) - Static method in class openr66.database.data.DbTaskRunner
 

R

R66Auth - Class in openr66.context.authentication
 
R66Auth(R66Session) - Constructor for class openr66.context.authentication.R66Auth
 
r66BusinessFactory - Variable in class openr66.protocol.configuration.Configuration
 
R66BusinessFactoryInterface - Interface in openr66.context
 
R66BusinessInterface - Interface in openr66.context
 
R66ConstraintLimitHandler - Class in openr66.protocol.networkhandler
R66 Constraint Limit Handler Constraint Limit (CPU and connection - network and local -) handler, only for server side (requested or requester).
R66ConstraintLimitHandler() - Constructor for class openr66.protocol.networkhandler.R66ConstraintLimitHandler
 
R66ConstraintLimitHandler(boolean, double, double, double, GlobalTrafficShapingHandler, long, long) - Constructor for class openr66.protocol.networkhandler.R66ConstraintLimitHandler
 
R66ConstraintLimitHandler(boolean, boolean, double, int) - Constructor for class openr66.protocol.networkhandler.R66ConstraintLimitHandler
 
R66ConstraintLimitHandler(boolean, boolean, double, int, double, double, double, GlobalTrafficShapingHandler, long, long) - Constructor for class openr66.protocol.networkhandler.R66ConstraintLimitHandler
 
R66Counter32 - Class in openr66.protocol.snmp
R66 Counter32 SNMP implementation
R66Counter32(int, int) - Constructor for class openr66.protocol.snmp.R66Counter32
 
R66Counter32(int, int, long) - Constructor for class openr66.protocol.snmp.R66Counter32
 
R66DefaultBusinessFactory - Class in openr66.context
Empty Business factory
R66DefaultBusinessFactory() - Constructor for class openr66.context.R66DefaultBusinessFactory
 
R66Dir - Class in openr66.context.filesystem
Directory representation
R66Dir(R66Session) - Constructor for class openr66.context.filesystem.R66Dir
 
R66File - Class in openr66.context.filesystem
File representation
R66File(R66Session, R66Dir, String, boolean) - Constructor for class openr66.context.filesystem.R66File
 
R66File(R66Session, R66Dir, String) - Constructor for class openr66.context.filesystem.R66File
This constructor is for External file
R66FiniteDualStates - Enum in openr66.context
Finite Dual State Machine for OpenR66 (Requester=R, requesteD=D, Sender=S, Receive=R)
R66Future - Class in openr66.protocol.utils
Future implementation
R66Future() - Constructor for class openr66.protocol.utils.R66Future
 
R66Future(boolean) - Constructor for class openr66.protocol.utils.R66Future
 
R66Gauge32 - Class in openr66.protocol.snmp
R66 Gauge32 SNMP implementation
R66Gauge32(int, int) - Constructor for class openr66.protocol.snmp.R66Gauge32
 
R66Gauge32(int, int, long) - Constructor for class openr66.protocol.snmp.R66Gauge32
 
r66Mib - Variable in class openr66.protocol.configuration.Configuration
Associated MIB
R66PrivateMib - Class in openr66.protocol.snmp
GoldenGate OpenR66 Private MIB implementation
R66PrivateMib(String, int, int, int, String, String, String, int) - Constructor for class openr66.protocol.snmp.R66PrivateMib
 
R66Restart - Class in openr66.context.filesystem
Restart implementation
R66Restart(R66Session) - Constructor for class openr66.context.filesystem.R66Restart
 
R66Result - Class in openr66.context
This class is the result for every operations in OpenR66.
R66Result(OpenR66Exception, R66Session, boolean, ErrorCode, DbTaskRunner) - Constructor for class openr66.context.R66Result
 
R66Result(R66Session, boolean, ErrorCode, DbTaskRunner) - Constructor for class openr66.context.R66Result
 
R66Runnable - Interface in openr66.context.task
Runnable interface for internal R66 tasks (through Rule EXECJAVA, or through message BusinessRequestPacket)
R66Server - Class in openr66.server
R66Server startup main class
R66Server() - Constructor for class openr66.server.R66Server
 
R66Session - Class in openr66.context
The global object session in OpenR66, a session by local channel
R66Session() - Constructor for class openr66.context.R66Session
Create the session
r66Startup() - Method in class openr66.protocol.configuration.Configuration
 
R66TimeTicks - Class in openr66.protocol.snmp
R66 TimeTicks SNMP implementation
R66TimeTicks(int, int) - Constructor for class openr66.protocol.snmp.R66TimeTicks
 
R66TimeTicks(int, int, long) - Constructor for class openr66.protocol.snmp.R66TimeTicks
 
R66VariableFactory - Class in openr66.protocol.snmp
R66 implementation of VariableFactory for SNMP support
R66VariableFactory() - Constructor for class openr66.protocol.snmp.R66VariableFactory
 
RANKRESTART - Static variable in class openr66.protocol.configuration.Configuration
Rank to redo when a restart occurs
RANKTRANSFER - Static variable in class openr66.context.task.AbstractTask
Current or final RANK of block
readGlobalLimit - Variable in class openr66.server.ChangeBandwidthLimits
 
readSessionLimit - Variable in class openr66.server.ChangeBandwidthLimits
 
READTIMEOUT - Static variable in class openr66.protocol.networkhandler.NetworkServerPipelineFactory
 
ready() - Method in class openr66.database.data.DbTaskRunner
 
recvPath - Variable in class openr66.database.data.DbRule
The associated Recv Path
RecvThroughClient - Class in openr66.client
Class for Recv Through client This class does not included the real file transfer since it is up to the business project to implement how to write new data received from the remote host.
RecvThroughClient(R66Future, RecvThroughHandler, String, String, String, String, boolean, int, long, NetworkTransaction) - Constructor for class openr66.client.RecvThroughClient
 
RecvThroughHandler - Class in openr66.client
Class to be implemented for RecvThroughClient
RecvThroughHandler() - Constructor for class openr66.client.RecvThroughHandler
 
releaseResources() - Method in interface openr66.context.R66BusinessFactoryInterface
 
releaseResources() - Method in interface openr66.context.R66BusinessInterface
 
releaseResources() - Method in class openr66.context.R66DefaultBusinessFactory
 
releaseResources() - Static method in class openr66.context.task.localexec.LocalExecClient
To be called when the server is shutting down to release the resources
releaseResources() - Method in class openr66.protocol.localhandler.Monitoring
Release all Db Requests
reloadCommanderDelay() - Method in class openr66.protocol.configuration.Configuration
Try to reload the Commander
reloadInternalRunner() - Method in class openr66.commander.InternalRunner
 
remoteHost - Variable in class openr66.client.AbstractBusinessRequest
 
remoteHost - Variable in class openr66.client.AbstractTransfer
 
REMOTEHOST - Static variable in class openr66.context.task.AbstractTask
Remote host id (if not the initiator of the call)
REMOTEHOSTADDR - Static variable in class openr66.context.task.AbstractTask
Remote host address
remove(Channel) - Method in class openr66.protocol.localhandler.LocalTransaction
Remove one local channel
remove(NetworkChannel) - Method in class openr66.protocol.networkhandler.ClientNetworkChannels
 
remove(Channel) - Method in class openr66.protocol.networkhandler.NetworkChannel
 
removeClient(String, NetworkChannel) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
Remove of requester
removeForceNetworkChannel(SocketAddress) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
Force remove of NetworkChannel when it is closed
removeNetworkChannel(Channel, Channel, String) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
 
renameReceiverFile(String) - Method in class openr66.context.R66Session
Rename the current receive file from the very beginning since the sender has a post action that changes its name
renameTo(String) - Method in class openr66.context.filesystem.R66File
 
renameTo(String, boolean) - Method in class openr66.context.filesystem.R66File
Move the current file to the path as destination
replaceFilename(String, boolean) - Method in class openr66.context.filesystem.R66File
Replace the current file with the new filename after closing the previous one.
REQUESTEDHOST - Static variable in class openr66.context.task.AbstractTask
Requested Host
REQUESTERHOST - Static variable in class openr66.context.task.AbstractTask
Requester Host
RequestInformation - Class in openr66.client
Class to request information on remote files
RequestInformation(R66Future, String, String, String, byte, NetworkTransaction) - Constructor for class openr66.client.RequestInformation
 
REQUESTPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
RequestPacket - Class in openr66.protocol.localhandler.packet
Request class header = "rulename MODETRANS" middle = way+"FILENAME BLOCKSIZE RANK specialId code" end = "fileInformation"
RequestPacket(String, int, String, int, int, long, String) - Constructor for class openr66.protocol.localhandler.packet.RequestPacket
 
RequestPacket.TRANSFERMODE - Enum in openr66.protocol.localhandler.packet
 
RequestTransfer - Class in openr66.client
Class to request information or request cancellation or restart
RequestTransfer(R66Future, long, String, String, boolean, boolean, boolean, NetworkTransaction) - Constructor for class openr66.client.RequestTransfer
 
REQUESTUSERPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
rerrorTasks - Variable in class openr66.database.data.DbRule
The associated Error Tasks for Receiver
rerrorTasksArray - Variable in class openr66.database.data.DbRule
The associated Error Tasks as an array for Receiver
RescheduleTransferTask - Class in openr66.context.task
Reschedule Transfer task to a time delayed by the specified number of milliseconds, if the error code is one of the specified codes and the optional intervals of date are compatible with the new time schedule

Result of arguments will be as following options (the two first are mandatory):

"-delay ms" where ms is the added number of ms on current time before retry on schedule
"-case errorCode,errorCode,..." where errorCode is one of the following error of the current transfer (either literal or code in 1 character:
ConnectionImpossible(C), ServerOverloaded(l), BadAuthent(A), ExternalOp(E), TransferError(T), MD5Error(M), Disconnection(D), RemoteShutdown(r), FinalOp(F), Unimplemented(U), Shutdown(S), RemoteError(R), Internal(I), StoppedTransfer(H), CanceledTransfer(K), Warning(W), Unknown(-), QueryAlreadyFinished(Q), QueryStillRunning(s), NotKnownHost(N), QueryRemotelyUnknown(u), FileNotFound(f), CommandNotFound(c), PassThroughMode(p)

"-between start;end" and/or "-notbetween start;end" (multiple times are allowed, start or end can be not set) and where start and stop are in the following format:
Yn:Mn:Dn:Hn:mn:Sn where n is a number for each time specification, each specification is optional, as Y=Year, M=Month, D=Day, H=Hour, m=minute, s=second.
RescheduleTransferTask(String, int, String, R66Session) - Constructor for class openr66.context.task.RescheduleTransferTask
 
reset() - Method in class openr66.database.data.DbTaskRunner
Reset the runner (ready to be run again)
resetSequence(DbSession, long) - Method in class openr66.database.model.DbModelH2
 
resetSequence(DbSession, long) - Method in class openr66.database.model.DbModelMysql
 
resetSequence(DbSession, long) - Method in class openr66.database.model.DbModelOracle
 
resetSequence(DbSession, long) - Method in class openr66.database.model.DbModelPostgresql
 
resetToSubmit(DbSession) - Static method in class openr66.database.data.DbTaskRunner
Change RUNNING, INTERRUPTED to TOSUBMIT TaskRunner from database.
restart(boolean) - Method in class openr66.database.data.DbTaskRunner
Make this Runner ready for restart
restartMarker(String) - Method in class openr66.context.filesystem.R66Restart
 
restartMarker(long) - Method in class openr66.context.filesystem.R66Restart
Same as restartMarker with String
restartRank() - Method in class openr66.database.data.DbTaskRunner
Decrease if necessary the rank
restartTransfer(DbTaskRunner, LocalChannelReference) - Static method in class openr66.protocol.utils.TransferUtils
Try to restart one Transfer Runner Task
retrieveBlocking(AtomicBoolean) - Method in class openr66.context.filesystem.R66File
Start the retrieve (send to the remote host the local file)
RetrieveRunner - Class in openr66.protocol.localhandler
Retrieve transfer runner
RetrieveRunner() - Constructor for class openr66.protocol.localhandler.RetrieveRunner
 
RetrieveRunner(R66Session, Channel) - Constructor for class openr66.protocol.localhandler.RetrieveRunner
 
RETRYINMS - Static variable in class openr66.protocol.configuration.Configuration
Time elapse for retry in ms
RETRYNB - Static variable in class openr66.protocol.configuration.Configuration
Number of retry before error
rhost - Static variable in class openr66.client.AbstractBusinessRequest
 
rhost - Static variable in class openr66.client.AbstractTransfer
 
rpostTasks - Variable in class openr66.database.data.DbRule
The associated Post Tasks for Receiver
rpostTasksArray - Variable in class openr66.database.data.DbRule
The associated Post Tasks as an array for Receiver
rpreTasks - Variable in class openr66.database.data.DbRule
The associated Pre Tasks for Receiver
rpreTasksArray - Variable in class openr66.database.data.DbRule
The associated Pre Tasks as an array for Receiver
rule - Static variable in class openr66.client.AbstractTransfer
 
RULE - Static variable in class openr66.context.task.AbstractTask
Current full path of current RULE
rule - Variable in class openr66.server.ConfigExport
 
rule - Variable in class openr66.server.ConfigImport
 
RuleFileBasedConfiguration - Class in openr66.configuration
Rule File Based Configuration
RuleFileBasedConfiguration() - Constructor for class openr66.configuration.RuleFileBasedConfiguration
 
rulename - Variable in class openr66.client.AbstractTransfer
 
rulePurge - Variable in class openr66.server.ConfigImport
 
run() - Method in class openr66.client.AbstractBusinessRequest
 
run() - Method in class openr66.client.DirectTransfer
Prior to call this method, the pipeline and NetworkTransaction must have been initialized.
run() - Method in class openr66.client.Message
 
run() - Method in class openr66.client.ProgressBarTransfer
Prior to call this method, the pipeline and NetworkTransaction must have been initialized.
run() - Method in class openr66.client.RecvThroughClient
Prior to call this method, the pipeline and NetworkTransaction must have been initialized.
run() - Method in class openr66.client.RequestInformation
 
run() - Method in class openr66.client.RequestTransfer
 
run() - Method in class openr66.client.SendThroughClient
DO NOT CALL THIS!
run() - Method in class openr66.client.SubmitTransfer
 
run() - Method in class openr66.commander.ClientRunner
 
run() - Method in class openr66.commander.Commander
 
run() - Method in class openr66.commander.CommanderNoDb
 
run() - Method in class openr66.context.task.AbstractExecJavaTask
 
run() - Method in class openr66.context.task.AbstractTask
This is the only interface to execute an operator.
run() - Method in class openr66.context.task.CopyRenameTask
 
run() - Method in class openr66.context.task.CopyTask
 
run() - Method in class openr66.context.task.DeleteTask
 
run() - Method in class openr66.context.task.ExecJavaTask
 
run() - Method in class openr66.context.task.ExecMoveTask
 
run() - Method in class openr66.context.task.ExecOutputTask
 
run() - Method in class openr66.context.task.ExecTask
 
run() - Method in class openr66.context.task.LinkRenameTask
 
run() - Method in class openr66.context.task.LogTask
 
run() - Method in class openr66.context.task.MoveRenameTask
 
run() - Method in class openr66.context.task.MoveTask
 
run() - Method in class openr66.context.task.RescheduleTransferTask
 
run() - Method in class openr66.context.task.TarTask
 
run() - Method in class openr66.context.task.TransferTask
 
run() - Method in class openr66.context.task.ValidFilePathTask
 
run() - Method in class openr66.context.task.ZipTask
 
run() - Method in class openr66.database.data.DbTaskRunner
Run all task from current status (globalstep and step)
run() - Method in class openr66.protocol.localhandler.Monitoring
Default execution of testing with default pastLimit
run(long) - Method in class openr66.protocol.localhandler.Monitoring
 
run(boolean) - Method in class openr66.protocol.localhandler.Monitoring
Default execution of testing with default pastLimit
run(long, boolean) - Method in class openr66.protocol.localhandler.Monitoring
 
run(int, int) - Method in class openr66.protocol.localhandler.Monitoring
Update the value for one particular MIB entry
run(long, GgPrivateMib.goldenGateGlobalValuesIndex) - Method in class openr66.protocol.localhandler.Monitoring
Update a value in Global MIB part
run(long, GgPrivateMib.goldenGateDetailedValuesIndex) - Method in class openr66.protocol.localhandler.Monitoring
Update a value in Detailed MIB part
run(long, GgPrivateMib.goldenGateErrorValuesIndex) - Method in class openr66.protocol.localhandler.Monitoring
Update a value in Error MIB part
run() - Method in class openr66.protocol.localhandler.RetrieveRunner
 
run() - Method in class openr66.protocol.test.TestExecJavaTask
 
run() - Method in class openr66.protocol.test.TestTransaction
 
run(Timeout) - Method in class openr66.protocol.utils.ChannelCloseTimer
 
run() - Method in class openr66.protocol.utils.ChannelUtils
This function is the top function to be called when the server is to be shutdown.
run() - Method in class openr66.protocol.utils.OpenR66SignalHandler.R66TimerTask
 
run() - Method in class openr66.server.ChangeBandwidthLimits
Prior to call this method, the pipeline and NetworkTransaction must have been initialized.
run() - Method in class openr66.server.ConfigExport
Prior to call this method, the pipeline and NetworkTransaction must have been initialized.
run() - Method in class openr66.server.ConfigImport
Prior to call this method, the pipeline and NetworkTransaction must have been initialized.
run() - Method in class openr66.server.LogExport
Prior to call this method, the pipeline and NetworkTransaction must have been initialized.
runner - Variable in class openr66.context.R66Result
The runner if any
runner - Variable in class openr66.protocol.utils.R66Future
Used in some specific occasion, such as client submission in API mode
RUNNER_THREAD - Variable in class openr66.protocol.configuration.Configuration
Maximum number of concurrent active transfer by submission.
running - Variable in class openr66.protocol.localhandler.RetrieveRunner
 
runOneCommand(String, long, boolean, GgFuture) - Method in class openr66.context.task.localexec.LocalExecClient
Run one command with a specific allowed delay for execution.
runRetrieve(R66Session, Channel) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
Start retrieve operation
runTransfer() - Method in class openr66.commander.ClientRunner
True transfer run (can be called directly to enable exception outside any executors)

S

saveStatus() - Method in class openr66.database.data.DbTaskRunner
This method is to be called each time an operation is happening on Runner
saveTaskRunnerWithNoDb - Variable in class openr66.protocol.configuration.Configuration
For No Db client, do we saved TaskRunner in a XML
sclean - Static variable in class openr66.server.LogExport
 
secondsRunning - Variable in class openr66.protocol.localhandler.Monitoring
 
select() - Method in class openr66.database.data.DbConfiguration
 
select() - Method in class openr66.database.data.DbHostAuth
 
select() - Method in class openr66.database.data.DbMultipleMonitor
 
select() - Method in class openr66.database.data.DbRule
 
select() - Method in class openr66.database.data.DbTaskRunner
 
selectAllFields - Static variable in class openr66.database.data.DbConfiguration
 
selectAllFields - Static variable in class openr66.database.data.DbHostAuth
 
selectAllFields - Static variable in class openr66.database.data.DbMultipleMonitor
 
selectAllFields - Static variable in class openr66.database.data.DbRule
 
selectAllFields - Static variable in class openr66.database.data.DbTaskRunner
 
sendFile() - Method in class openr66.protocol.test.TestSendThroughClient
 
sendPath - Variable in class openr66.database.data.DbRule
The associated Send Path
sendRequest() - Method in class openr66.client.AbstractBusinessRequest
 
SendThroughClient - Class in openr66.client
Class for Send Through client This class does not included the real file transfer since it is up to the business project to implement how to read new data to be sent to the remote host.
SendThroughClient(R66Future, String, String, String, String, boolean, int, long, NetworkTransaction) - Constructor for class openr66.client.SendThroughClient
 
serrorTasks - Variable in class openr66.database.data.DbRule
The associated Error Tasks for Sender
serrorTasksArray - Variable in class openr66.database.data.DbRule
The associated Error Tasks as an array for Sender
SERVER_HTTPPORT - Variable in class openr66.protocol.configuration.Configuration
Default HTTP server port
SERVER_HTTPSPORT - Variable in class openr66.protocol.configuration.Configuration
Default HTTP server port
SERVER_PORT - Variable in class openr66.protocol.configuration.Configuration
Default server port
SERVER_SSLPORT - Variable in class openr66.protocol.configuration.Configuration
Default SSL server port
SERVER_THREAD - Variable in class openr66.protocol.configuration.Configuration
Default number of threads in pool for Server (true network listeners).
serverChannelReadLimit - Variable in class openr66.protocol.configuration.Configuration
Limit in Read byte/s to apply by session to the FTP Server
serverChannelWriteLimit - Variable in class openr66.protocol.configuration.Configuration
Limit in Write byte/s to apply by session to the FTP Server
ServerExportConfiguration - Class in openr66.server
Server local configuration export to files
ServerExportConfiguration() - Constructor for class openr66.server.ServerExportConfiguration
 
serverGlobalReadLimit - Variable in class openr66.protocol.configuration.Configuration
Limit in Read byte/s to apply globally to the FTP Server
serverGlobalWriteLimit - Variable in class openr66.protocol.configuration.Configuration
Limit in Write byte/s to apply globally to the FTP Server
ServerInitDatabase - Class in openr66.server
Utility class to initiate the database for a server
ServerInitDatabase() - Constructor for class openr66.server.ServerInitDatabase
 
ServerShutdown - Class in openr66.server
Local client to shutdown the server (using network)
ServerShutdown() - Constructor for class openr66.server.ServerShutdown
 
serverStartup() - Method in class openr66.protocol.configuration.Configuration
Startup the server
serverStop() - Method in class openr66.protocol.configuration.Configuration
Stops the server To be called after all other stuff are closed (channels, connections)
session - Variable in class openr66.context.task.AbstractExecJavaTask
 
sessionNewState(R66FiniteDualStates) - Method in class openr66.protocol.localhandler.LocalChannelReference
Shortcut to set a new state in Session
setAgent(GgSnmpAgent) - Method in class openr66.protocol.localhandler.Monitoring
 
setAllDone() - Method in class openr66.database.data.DbTaskRunner
Set the global step as finished (after post task in success)
setArchivePath(String) - Method in class openr66.database.data.DbRule
Get the full path from archivePath
setArgs(R66Session, boolean, boolean, int, String[]) - Method in class openr66.context.task.AbstractExecJavaTask
 
setArgs(R66Session, boolean, boolean, int, String[]) - Method in interface openr66.context.task.R66Runnable
The way the parameter will be set
setBadRunner(DbTaskRunner, ErrorCode) - Method in class openr66.context.R66Session
To be used when a request comes with a bad code so it cannot be set normally
setBlockSize(int) - Method in class openr66.context.R66Session
 
setBusinessObject(R66BusinessInterface) - Method in class openr66.context.R66Session
 
setBusinessPassword(String) - Method in class openr66.context.authentication.R66Auth
 
setBusinessRootFromAuth() - Method in class openr66.context.authentication.R66Auth
 
setBusinessUser(String) - Method in class openr66.context.authentication.R66Auth
 
setClientConfigurationFromXml(Configuration, String) - Static method in class openr66.configuration.FileBasedConfiguration
Initiate the configuration from the xml file for database client
setClientRunner(ClientRunner) - Method in class openr66.protocol.localhandler.LocalChannelReference
 
setCode(char) - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
setConfigurationInitDatabase(Configuration, String) - Static method in class openr66.configuration.FileBasedConfiguration
Load configuration for init database
setConfigurationLoadLimitFromXml(Configuration, String) - Static method in class openr66.configuration.FileBasedConfiguration
Load minimalistic Limit configuration
setConfigurationServerFromXml(Configuration, String) - Static method in class openr66.configuration.FileBasedConfiguration
Initiate the configuration from the xml file for server
setConfigurationServerMinimalFromXml(Configuration, String) - Static method in class openr66.configuration.FileBasedConfiguration
Load minimalistic configuration
setConfigurationServerShutdownFromXml(Configuration, String) - Static method in class openr66.configuration.FileBasedConfiguration
Initiate the configuration from the xml file for server shutdown
setDelay(int) - Method in class openr66.protocol.localhandler.packet.BusinessRequestPacket
 
setErrorExecutionStatus(ErrorCode) - Method in class openr66.database.data.DbTaskRunner
Set the ErrorCode for the UpdatedInfo
setErrorMessage(String, ErrorCode) - Method in class openr66.protocol.localhandler.LocalChannelReference
 
setErrorTask(LocalChannelReference) - Method in class openr66.database.data.DbTaskRunner
Set the Error Task step
setExecutionStatus(ErrorCode) - Method in class openr66.database.data.DbTaskRunner
Change the status from Task Execution
setFileAfterPreRunner(boolean) - Method in class openr66.context.R66Session
Set the File from the runner once PRE operation are done
setFileBeforePreRunner() - Method in class openr66.context.R66Session
Set the File from the runner before PRE operation are done
setFileMoved(String, boolean) - Method in class openr66.database.data.DbTaskRunner
 
setFilename(String) - Method in class openr66.database.data.DbTaskRunner
 
setFilename(String) - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
setFileNoCheck(String) - Method in class openr66.context.filesystem.R66Dir
Create a new file according to the path without checking BusinessPath, so as external File.
setFinalizeTransfer(boolean, R66Result) - Method in class openr66.context.R66Session
Finalize the transfer step by running the error or post operation according to the status.
setFrom(DbTaskRunner) - Method in class openr66.database.data.DbTaskRunner
Partial set from another runner (infostatus, rank, status, step, stop, filename, globallastep, globalstep, isFileMoved)
setFromArray() - Method in class openr66.database.data.DbConfiguration
 
setFromArray() - Method in class openr66.database.data.DbHostAuth
 
setFromArray() - Method in class openr66.database.data.DbMultipleMonitor
 
setFromArray() - Method in class openr66.database.data.DbRule
 
setFromArray() - Method in class openr66.database.data.DbTaskRunner
 
setFromArrayClone(DbRule) - Method in class openr66.database.data.DbRule
 
setFromId(DbTaskRunner, LocalChannelReference) - Method in class openr66.protocol.localhandler.LocalTransaction
 
setInfo(String) - Method in interface openr66.context.R66BusinessInterface
 
setInternalValue() - Method in class openr66.protocol.snmp.R66Counter32
 
setInternalValue(long) - Method in class openr66.protocol.snmp.R66Counter32
 
setInternalValue() - Method in class openr66.protocol.snmp.R66Gauge32
 
setInternalValue(long) - Method in class openr66.protocol.snmp.R66Gauge32
 
setInternalValue() - Method in class openr66.protocol.snmp.R66TimeTicks
 
setInternalValue(long) - Method in class openr66.protocol.snmp.R66TimeTicks
 
setKeepAlivedSent() - Method in class openr66.protocol.networkhandler.NetworkServerHandler
 
setLocalChannelReference(LocalChannelReference) - Method in class openr66.context.R66Session
 
setLocalChannelReference(LocalChannelReference) - Method in class openr66.database.data.DbTaskRunner
Set a localChannelReference
setNetworkChannelObject(NetworkChannel) - Method in class openr66.protocol.localhandler.LocalChannelReference
 
setNoSessionRunner(DbTaskRunner, LocalChannelReference) - Method in class openr66.context.R66Session
To be called in case of No Session not from a valid LocalChannelHandler
setOptional(String) - Method in class openr66.protocol.localhandler.packet.EndRequestPacket
 
setOriginalFilename(String) - Method in class openr66.database.data.DbTaskRunner
 
setPostTask() - Method in class openr66.database.data.DbTaskRunner
Set the Post Task step
setPreTask() - Method in class openr66.database.data.DbTaskRunner
Set Pre Task step
setPrimaryKey() - Method in class openr66.database.data.DbConfiguration
 
setPrimaryKey() - Method in class openr66.database.data.DbHostAuth
 
setPrimaryKey() - Method in class openr66.database.data.DbMultipleMonitor
 
setPrimaryKey() - Method in class openr66.database.data.DbRule
 
setPrimaryKey() - Method in class openr66.database.data.DbTaskRunner
Set the primary Key as current value
setRank(int) - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
setRankAtStartup(int) - Method in class openr66.database.data.DbTaskRunner
To set the rank at startup of the request if the request specify a specific rank
setReady(boolean) - Method in class openr66.context.R66Session
 
setRecvPath(String) - Method in class openr66.database.data.DbRule
Get the full path from RecvPath (used only in copy MODETRANS)
setRecvThroughHandler(RecvThroughHandler) - Method in class openr66.commander.ClientRunner
 
setRecvThroughHandler(RecvThroughHandler) - Method in class openr66.protocol.localhandler.LocalChannelReference
 
setRemoteId(Integer) - Method in class openr66.protocol.localhandler.LocalChannelReference
 
setRescheduledTransfer() - Method in class openr66.database.data.DbTaskRunner
Set this DbTaskRunner as rescheduled (valid only while still in memory)
setResult(R66Result) - Method in class openr66.protocol.utils.R66Future
 
setRunner(DbTaskRunner) - Method in class openr66.context.R66Session
Set the runner, START from the PreTask if necessary, and prepare the file
setSendPath(String) - Method in class openr66.database.data.DbRule
Get the full path from sendPath
setSendThroughMode() - Method in class openr66.commander.ClientRunner
 
setSendThroughMode(boolean) - Method in class openr66.protocol.localhandler.LocalChannelReference
 
setSERVERKEY(byte[]) - Method in class openr66.protocol.configuration.Configuration
 
setSession(R66Session) - Method in class openr66.protocol.localhandler.LocalChannelReference
 
setSmiddle(String) - Method in class openr66.protocol.localhandler.packet.ValidPacket
 
setSpecialId(long) - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
setStart(Timestamp) - Method in class openr66.database.data.DbTaskRunner
 
setStatus(int) - Method in class openr66.context.R66Session
Debugging purpose
setSubmitClientConfigurationFromXml(Configuration, String) - Static method in class openr66.configuration.FileBasedConfiguration
Initiate the configuration from the xml file for submit database client
setToArray() - Method in class openr66.database.data.DbConfiguration
 
setToArray() - Method in class openr66.database.data.DbHostAuth
 
setToArray() - Method in class openr66.database.data.DbMultipleMonitor
 
setToArray() - Method in class openr66.database.data.DbRule
 
setToArray() - Method in class openr66.database.data.DbTaskRunner
 
setTransferTask(int) - Method in class openr66.database.data.DbTaskRunner
Set Transfer rank
setUniqueFile(long, String) - Method in class openr66.context.filesystem.R66Dir
Same as setUnique() except that File will be prefixed by id and postfixed by filename
setWorkingPath(String) - Method in class openr66.database.data.DbRule
Get the full path from workPath
shost - Static variable in class openr66.server.ConfigExport
 
shost - Static variable in class openr66.server.ConfigImport
 
shostpurge - Static variable in class openr66.server.ConfigImport
 
shutdownAll() - Method in class openr66.protocol.networkhandler.ClientNetworkChannels
 
shutdownAllLocalChannels() - Method in class openr66.protocol.networkhandler.NetworkChannel
 
shutdownLocalChannels() - Method in class openr66.protocol.localhandler.LocalTransaction
Informs all remote client that the server is shutting down
SHUTDOWNPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
ShutdownPacket - Class in openr66.protocol.localhandler.packet
Shutdown Message class for packet 1 string: spassword(or key)
ShutdownPacket(byte[]) - Constructor for class openr66.protocol.localhandler.packet.ShutdownPacket
 
shuttingdownNetworkChannel(Channel) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
Shutdown one Network Channel
shuttingdownNetworkChannel(SocketAddress, Channel) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
Shutdown one Network Channel according to its SocketAddress
shuttingdownNetworkChannels(String) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
Get NetworkChannel as client
size() - Method in class openr66.protocol.networkhandler.ClientNetworkChannels
 
snmpConfig - Variable in class openr66.protocol.configuration.Configuration
Monitoring: snmp configuration file (empty means no snmp support)
SnmpDefaultAuthor - Static variable in class openr66.protocol.configuration.Configuration
 
SnmpDefaultLocalization - Static variable in class openr66.protocol.configuration.Configuration
 
SnmpName - Static variable in class openr66.protocol.configuration.Configuration
 
SnmpPrivateId - Static variable in class openr66.protocol.configuration.Configuration
 
SnmpR66Id - Static variable in class openr66.protocol.configuration.Configuration
 
SnmpService - Static variable in class openr66.protocol.configuration.Configuration
 
SnmpVersion - Static variable in class openr66.protocol.configuration.Configuration
 
sourceRunner - Variable in class openr66.protocol.test.TestSendThroughForward
 
specialNoSessionAuth(boolean, String) - Method in class openr66.context.authentication.R66Auth
Special Authentication for local execution
spostTasks - Variable in class openr66.database.data.DbRule
The associated Post Tasks for Sender
spostTasksArray - Variable in class openr66.database.data.DbRule
The associated Post Tasks as an array for Sender
spreTasks - Variable in class openr66.database.data.DbRule
The associated Pre Tasks for Sender
spreTasksArray - Variable in class openr66.database.data.DbRule
The associated Pre Tasks as an array for Sender
spurgeLog - Static variable in class openr66.server.LogExport
 
sreadGlobalLimit - Static variable in class openr66.server.ChangeBandwidthLimits
 
sreadSessionLimit - Static variable in class openr66.server.ChangeBandwidthLimits
 
srule - Static variable in class openr66.server.ConfigExport
 
srule - Static variable in class openr66.server.ConfigImport
 
srulepurge - Static variable in class openr66.server.ConfigImport
 
sstart - Static variable in class openr66.server.LogExport
 
sstop - Static variable in class openr66.server.LogExport
 
start - Variable in class openr66.server.LogExport
 
startHttpSupport() - Method in class openr66.protocol.configuration.Configuration
 
startMonitoring() - Method in class openr66.protocol.configuration.Configuration
 
startTime - Variable in class openr66.client.AbstractTransfer
 
STARTUPPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
StartupPacket - Class in openr66.protocol.localhandler.packet
Startup Message class 1 localId (Integer): localId
StartupPacket(Integer) - Constructor for class openr66.protocol.localhandler.packet.StartupPacket
 
status - Variable in class openr66.context.task.AbstractExecJavaTask
 
stop - Variable in class openr66.server.LogExport
 
stopInternalRunner() - Method in class openr66.commander.InternalRunner
This should be called when the server is shutting down, after stopping active requests if possible.
stopLogger() - Static method in class openr66.protocol.utils.ChannelUtils
 
stopOrCancelRunner(ErrorCode) - Method in class openr66.database.data.DbTaskRunner
Stop or Cancel a Runner from database point of view
STOPPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
stopRetrieve(LocalChannelReference) - Static method in class openr66.protocol.networkhandler.NetworkTransaction
Stop a retrieve operation
stopRunner() - Method in class openr66.protocol.localhandler.RetrieveRunner
Try to stop the runner
stopSelectedTransfers(DbSession, int, StringBuilder, R66Session, String, String, String, Timestamp, Timestamp, String, String, boolean, boolean, boolean) - Static method in class openr66.protocol.utils.TransferUtils
Stop all selected transfers
submitTaskRunner(DbTaskRunner) - Method in class openr66.commander.InternalRunner
Submit a task
SubmitTransfer - Class in openr66.client
Client to submit a transfer
SubmitTransfer(R66Future, String, String, String, String, boolean, int, long, Timestamp) - Constructor for class openr66.client.SubmitTransfer
 
swriteGlobalLimit - Static variable in class openr66.server.ChangeBandwidthLimits
 
swriteSessionLimit - Static variable in class openr66.server.ChangeBandwidthLimits
 

T

table - Static variable in class openr66.database.data.DbConfiguration
 
table - Static variable in class openr66.database.data.DbHostAuth
 
table - Static variable in class openr66.database.data.DbMultipleMonitor
 
table - Static variable in class openr66.database.data.DbRule
 
table - Static variable in class openr66.database.data.DbTaskRunner
 
TarTask - Class in openr66.context.task
TAR task
TarTask(String, int, String, R66Session) - Constructor for class openr66.context.task.TarTask
 
TASK_DELAY - Static variable in class openr66.database.data.DbRule
Internal context XML fields
TASK_PATH - Static variable in class openr66.database.data.DbRule
Internal context XML fields
TASK_TYPE - Static variable in class openr66.database.data.DbRule
Internal context XML fields
taskRunner - Variable in class openr66.client.SendThroughClient
 
tasksDecl - Static variable in class openr66.configuration.RuleFileBasedConfiguration
 
TaskType - Enum in openr66.context.task
This enum class references all available tasks.
terminate(boolean) - Static method in class openr66.protocol.utils.OpenR66SignalHandler
This function is the top function to be called when the process is to be shutdown.
TestBusinessRequest - Class in openr66.protocol.test
Test class for internal Business test
TestBusinessRequest(NetworkTransaction, R66Future, String, BusinessRequestPacket) - Constructor for class openr66.protocol.test.TestBusinessRequest
 
TestExecJavaTask - Class in openr66.protocol.test
 
TestExecJavaTask() - Constructor for class openr66.protocol.test.TestExecJavaTask
 
TESTPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
TestPacket - Class in openr66.protocol.localhandler.packet
Test class for packet 3 strings: sheader,smiddle,send
TestPacket(String, String, int) - Constructor for class openr66.protocol.localhandler.packet.TestPacket
 
TestProgressBarTransfer - Class in openr66.protocol.test
 
TestProgressBarTransfer(R66Future, String, String, String, String, boolean, int, long, NetworkTransaction, long) - Constructor for class openr66.protocol.test.TestProgressBarTransfer
 
TestRecvThroughClient - Class in openr66.protocol.test
Test class for Recv Through client
TestRecvThroughClient(R66Future, TestRecvThroughClient.TestRecvThroughHandler, String, String, String, String, boolean, int, NetworkTransaction) - Constructor for class openr66.protocol.test.TestRecvThroughClient
 
TestRecvThroughClient.TestRecvThroughHandler - Class in openr66.protocol.test
 
TestRecvThroughClient.TestRecvThroughHandler() - Constructor for class openr66.protocol.test.TestRecvThroughClient.TestRecvThroughHandler
 
TestSendThroughClient - Class in openr66.protocol.test
Test class for Send Through client
TestSendThroughClient(R66Future, String, String, String, String, boolean, int, NetworkTransaction) - Constructor for class openr66.protocol.test.TestSendThroughClient
 
TestSendThroughForward - Class in openr66.protocol.test
WARNING: This class is not functional neither integrated
Test class for Send Through to another R66 Server as forward
Only a subpart of SenThroughClient is to be made since steps 1-2 and steps 7-8 are only for client, not for server. 3) Prepare the request of transfer:
R66Future futureReq = new R66Future(true);
TestSendThroughForward transaction = new TestSendThroughForward(futureReq,...)
TestSendThroughForward(R66Future, String, String, String, String, boolean, int, NetworkTransaction, long, DbSession, DbTaskRunner) - Constructor for class openr66.protocol.test.TestSendThroughForward
 
TestSendThroughForward.TestRecvThroughForwardHandler - Class in openr66.protocol.test
 
TestSendThroughForward.TestRecvThroughForwardHandler() - Constructor for class openr66.protocol.test.TestSendThroughForward.TestRecvThroughForwardHandler
 
TestSubmitTransfer - Class in openr66.protocol.test
Test class for multiple SubmitTransfer
TestSubmitTransfer(R66Future, String, String, String, String, boolean, int, Timestamp) - Constructor for class openr66.protocol.test.TestSubmitTransfer
 
TestTransaction - Class in openr66.protocol.test
Test class for internal ping pong test
TestTransaction(NetworkTransaction, R66Future, SocketAddress, TestPacket) - Constructor for class openr66.protocol.test.TestTransaction
 
TestTransferNoDb - Class in openr66.protocol.test
Test class for multiple DirectTransfer
TestTransferNoDb(R66Future, String, String, String, String, boolean, int, long, NetworkTransaction) - Constructor for class openr66.protocol.test.TestTransferNoDb
 
ThreadPoolRunnerExecutor - Class in openr66.commander
Thread Pool Executor for ClientRunner
ThreadPoolRunnerExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class openr66.commander.ThreadPoolRunnerExecutor
 
ThreadPoolRunnerExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class openr66.commander.ThreadPoolRunnerExecutor
 
ThreadPoolRunnerExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class openr66.commander.ThreadPoolRunnerExecutor
 
ThreadPoolRunnerExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class openr66.commander.ThreadPoolRunnerExecutor
 
TIMEOUT - Static variable in class openr66.protocol.networkhandler.NetworkServerPipelineFactory
 
TIMEOUTCON - Variable in class openr66.protocol.configuration.Configuration
Nb of milliseconds after connection is in timeout
timer - Variable in class openr66.protocol.networkhandler.NetworkServerPipelineFactory
Global HashedWheelTimer
timer - Variable in class openr66.protocol.networkhandler.ssl.NetworkSslServerPipelineFactory
Global HashedWheelTimer
TIMER_EXIT - Static variable in class openr66.protocol.utils.OpenR66SignalHandler.R66TimerTask
EXIT type (System.exit(1))
todoList - Static variable in class openr66.commander.CommanderNoDb
 
toHtml(R66Session, String) - Method in class openr66.database.data.DbTaskRunner
 
toLogRunStep() - Method in class openr66.database.data.DbTaskRunner
 
toShortNoHtmlString(String) - Method in class openr66.database.data.DbTaskRunner
 
toShortString() - Method in class openr66.database.data.DbRule
Object to String
toShortString() - Method in class openr66.database.data.DbTaskRunner
 
toSpecializedHtml(R66Session, String, boolean) - Method in class openr66.database.data.DbHostAuth
 
toSpecializedHtml(R66Session, String) - Method in class openr66.database.data.DbRule
 
toSpecializedHtml(R66Session, String, String) - Method in class openr66.database.data.DbTaskRunner
 
toString() - Method in class openr66.context.authentication.R66Auth
 
toString() - Method in class openr66.context.filesystem.R66Dir
 
toString() - Method in class openr66.context.filesystem.R66File
 
toString() - Method in class openr66.context.R66Result
 
toString() - Method in class openr66.context.R66Session
 
toString() - Method in class openr66.context.task.AbstractExecJavaTask
 
toString() - Method in interface openr66.context.task.R66Runnable
 
toString() - Method in class openr66.database.data.DbHostAuth
 
toString() - Method in class openr66.database.data.DbMultipleMonitor
return the String representation
toString() - Method in class openr66.database.data.DbRule
Object to String
toString() - Method in class openr66.database.data.DbTaskRunner
 
toString() - Method in class openr66.protocol.localhandler.LocalChannelReference
 
toString() - Method in class openr66.protocol.localhandler.packet.AbstractLocalPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.AuthentPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.BusinessRequestPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.ConnectionErrorPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.DataPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.EndRequestPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.EndTransferPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.ErrorPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.InformationPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.KeepAlivePacket
 
toString() - Method in class openr66.protocol.localhandler.packet.NoOpPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.RequestPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.ShutdownPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.StartupPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.TestPacket
 
toString() - Method in class openr66.protocol.localhandler.packet.ValidPacket
 
toString() - Method in class openr66.protocol.networkhandler.NetworkChannel
 
toString() - Method in class openr66.protocol.networkhandler.packet.NetworkPacket
 
toString() - Method in class openr66.protocol.utils.R66Future
 
TRANSFERID - Static variable in class openr66.context.task.AbstractTask
Transfer id
transferInError(OpenR66Exception) - Method in class openr66.client.SendThroughClient
To be used in case of error after a correct initiate of the request
transferInError(OpenR66Exception) - Method in class openr66.protocol.test.TestSendThroughForward
 
TransferTask - Class in openr66.context.task
Transfer task:
Result of arguments will be as r66send command.
TransferTask(String, int, String, R66Session) - Constructor for class openr66.context.task.TransferTask
 
TransferUtils - Class in openr66.protocol.utils
Utility class for transfers
TransferUtils() - Constructor for class openr66.protocol.utils.TransferUtils
 
transformToDataBlock(byte[]) - Method in class openr66.client.SendThroughClient
Utility method for send through mode
transformToDataBlock(byte[]) - Static method in class openr66.protocol.localhandler.RetrieveRunner
Utility method for send through mode
TRUEFILENAME - Static variable in class openr66.context.task.AbstractTask
Current FILENAME (basename) (change in retrieval part)
TRUEFULLPATH - Static variable in class openr66.context.task.AbstractTask
Current full path of current FILENAME
tryAgainTransferOnOverloaded(boolean, LocalChannelReference) - Method in class openr66.commander.ClientRunner
In case an overloaded signal is returned by the requested
tryFinalizeRequest(R66Result) - Method in class openr66.context.R66Session
Try to finalize the request if possible
ttimestart - Static variable in class openr66.client.AbstractTransfer
 
type - Variable in enum openr66.context.task.TaskType
 

U

update() - Method in class openr66.database.data.DbConfiguration
 
update() - Method in class openr66.database.data.DbHostAuth
 
update() - Method in class openr66.database.data.DbMultipleMonitor
 
update() - Method in class openr66.database.data.DbRule
 
update() - Method in class openr66.database.data.DbTaskRunner
 
update() - Method in class openr66.protocol.localhandler.packet.TestPacket
 
updateAllFields - Static variable in class openr66.database.data.DbConfiguration
 
updateAllFields - Static variable in class openr66.database.data.DbHostAuth
 
updateAllFields - Static variable in class openr66.database.data.DbMultipleMonitor
 
updateAllFields - Static variable in class openr66.database.data.DbRule
 
updateAllFields - Static variable in class openr66.database.data.DbTaskRunner
 
updateConfiguration() - Method in class openr66.database.data.DbConfiguration
Update configuration according to new value of limits
updateDetailedValue(int, long) - Method in class openr66.protocol.localhandler.Monitoring
Update a value in Detailed MIB part
updateErrorValue(int, long) - Method in class openr66.protocol.localhandler.Monitoring
Update a value in Error MIB part
updateGlobalValue(int, long) - Method in class openr66.protocol.localhandler.Monitoring
Update a value in Global MIB part
updateServices(GgMOScalar) - Method in class openr66.protocol.snmp.R66PrivateMib
 
updateServices(MOScope) - Method in class openr66.protocol.snmp.R66PrivateMib
 
usedDir - Static variable in class openr66.protocol.http.HttpFormattedHandler
 
useHttpCompression - Variable in class openr66.protocol.configuration.Configuration
Does this OpenR66 server will try to compress HTTP connections
useHttpCompression - Variable in class openr66.protocol.http.adminssl.HttpSslPipelineFactory
 
useHttpCompression - Variable in class openr66.protocol.http.HttpPipelineFactory
 
USEJDK6 - Static variable in class openr66.protocol.configuration.Configuration
True if JDK6 or upper, False if JDK5.
useLocalExec - Variable in class openr66.context.task.AbstractExecJavaTask
 
useLocalExec - Variable in class openr66.protocol.configuration.Configuration
Does this OpenR66 server will use GoldenGate LocalExec Daemon for ExecTask and ExecMoveTask
useNOSSL - Variable in class openr66.protocol.configuration.Configuration
Does this OpenR66 server will use and accept non SSL connections
useSSL - Variable in class openr66.protocol.configuration.Configuration
Does this OpenR66 server will use and accept SSL connections

V

validate(BusinessRequestPacket) - Method in class openr66.context.task.AbstractExecJavaTask
Server side methode to validate the request
validate(boolean) - Method in class openr66.protocol.localhandler.packet.AuthentPacket
Validate the connection
validate() - Method in class openr66.protocol.localhandler.packet.BusinessRequestPacket
Validate the request
validate() - Method in class openr66.protocol.localhandler.packet.EndRequestPacket
Validate the connection
validate() - Method in class openr66.protocol.localhandler.packet.EndTransferPacket
Validate the connection
validate() - Method in class openr66.protocol.localhandler.packet.KeepAlivePacket
Validate the connection
validate() - Method in class openr66.protocol.localhandler.packet.RequestPacket
Validate the request
validateArgs(String[]) - Method in class openr66.context.task.RescheduleTransferTask
 
validateConnection(boolean, R66Result) - Method in class openr66.protocol.localhandler.LocalChannelReference
Validate or Invalidate the connection (authentication)
validateEndTransfer(R66Result) - Method in class openr66.protocol.localhandler.LocalChannelReference
Validate the End of a Transfer
validateRequest(R66Result) - Method in class openr66.protocol.localhandler.LocalChannelReference
Validate the current Request
validateStartup(boolean) - Method in class openr66.protocol.localhandler.LocalChannelReference
Validate or not the Startup (before connection)
ValidFilePathTask - Class in openr66.context.task
This task validate the File Path according to the follwing argument:
- the full path is get from the current file
- the arg path is transformed as usual (static and dynamic from information transfer) and should be the beginning of the correct valid path
- the full path should begin with one of the result of the transformation (blank separated)

For instance "#OUTPATH# #INPATH# #WORKPATH# #ARHCPATH#" will test that the current file is in one of the standard path.
ValidFilePathTask(String, int, String, R66Session) - Constructor for class openr66.context.task.ValidFilePathTask
 
VALIDPACKET - Static variable in class openr66.protocol.localhandler.packet.LocalPacketFactory
 
ValidPacket - Class in openr66.protocol.localhandler.packet
Validation Message class for packet 2 strings and one byte: sheader,smiddle,send
ValidPacket(String, String, byte) - Constructor for class openr66.protocol.localhandler.packet.ValidPacket
 
valueOf(String) - Static method in enum openr66.context.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum openr66.context.R66FiniteDualStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum openr66.context.task.TaskType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum openr66.database.data.DbConfiguration.Columns
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum openr66.database.data.DbHostAuth.Columns
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum openr66.database.data.DbMultipleMonitor.Columns
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum openr66.database.data.DbRule.Columns
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum openr66.database.data.DbTaskRunner.Columns
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum openr66.database.data.DbTaskRunner.TASKSTEP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum openr66.protocol.localhandler.packet.InformationPacket.ASKENUM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum openr66.protocol.localhandler.packet.RequestPacket.TRANSFERMODE
Returns the enum constant of this type with the specified name.
values() - Static method in enum openr66.context.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum openr66.context.R66FiniteDualStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum openr66.context.task.TaskType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum openr66.database.data.DbConfiguration.Columns
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum openr66.database.data.DbHostAuth.Columns
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum openr66.database.data.DbMultipleMonitor.Columns
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum openr66.database.data.DbRule.Columns
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum openr66.database.data.DbTaskRunner.Columns
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum openr66.database.data.DbTaskRunner.TASKSTEP
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum openr66.protocol.localhandler.packet.InformationPacket.ASKENUM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum openr66.protocol.localhandler.packet.RequestPacket.TRANSFERMODE
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in openr66.protocol.utils
Provides the version information of GoldenGate OpenR66.

W

WAITFORNETOP - Static variable in class openr66.protocol.configuration.Configuration
Time elapse for WRITE OR CLOSE WAIT elaps in ms
waitForValidation - Variable in class openr66.context.task.AbstractExecJavaTask
 
waitReadyForSendThrough() - Method in class openr66.protocol.localhandler.LocalChannelReference
Special waiter for Send Through method.
wildcardFilesNoCheck(String) - Method in class openr66.context.filesystem.R66Dir
Finds all files matching a wildcard expression (based on '?'
willBeWaitingWriting(LocalChannelReference, int) - Static method in class openr66.protocol.utils.ChannelUtils
Compute Wait for Traffic in Write (ugly turn around)
willBeWaitingWriting(ChannelTrafficShapingHandler, int) - Static method in class openr66.protocol.utils.ChannelUtils
Compute Wait for Traffic in Write (ugly turn around)
workingPath - Variable in class openr66.protocol.configuration.Configuration
Working path
WORKPATH - Static variable in class openr66.context.task.AbstractTask
WORK Path used
workPath - Variable in class openr66.database.data.DbRule
The associated Work Path
writeAbstractLocalPacket(LocalChannelReference, AbstractLocalPacket, boolean) - Static method in class openr66.protocol.utils.ChannelUtils
Write an AbstractLocalPacket to the network Channel
writeAbstractLocalPacketToLocal(LocalChannelReference, AbstractLocalPacket) - Static method in class openr66.protocol.utils.ChannelUtils
Write an AbstractLocalPacket to the Local Channel
writeBackDataBlock(LocalChannelReference, DataBlock) - Static method in class openr66.protocol.utils.ChannelUtils
 
writeChannelBuffer(ChannelBuffer) - Method in class openr66.client.RecvThroughHandler
This method will be called for each valid packet received to be written
writeChannelBuffer(ChannelBuffer) - Method in class openr66.protocol.test.TestRecvThroughClient.TestRecvThroughHandler
 
writeChannelBuffer(ChannelBuffer) - Method in class openr66.protocol.test.TestSendThroughForward.TestRecvThroughForwardHandler
 
writeEndTransfer(LocalChannelReference) - Static method in class openr66.protocol.utils.ChannelUtils
Write the EndTransfer
writeFile(HttpRequest, Channel, String, String) - Static method in class openr66.protocol.http.HttpWriteCacheEnable
Write a file, taking into account cache enabled and removing session cookie
writeGlobalLimit - Variable in class openr66.server.ChangeBandwidthLimits
 
writeOneXml(String, String) - Static method in class openr66.configuration.RuleFileBasedConfiguration
Write to directory 1 file prefixed by hostname all Rules from database
writeSessionLimit - Variable in class openr66.server.ChangeBandwidthLimits
 
writeWhenPossible(DataBlock) - Method in class openr66.client.SendThroughClient
Write the next block when the channel is ready to prevent OOM
writeWhenPossible(DataBlock, LocalChannelReference) - Static method in class openr66.protocol.localhandler.RetrieveRunner
Write the next block when the channel is ready to prevent OOM
writeXML(Configuration, String) - Static method in class openr66.configuration.AuthenticationFileBasedConfiguration
Write all authentication to a file with filename
writeXml(String, String) - Static method in class openr66.configuration.RuleFileBasedConfiguration
Write to directory files prefixed by hostname all Rules from database
writeXML(DbPreparedStatement, XMLWriter) - Static method in class openr66.database.data.DbTaskRunner
Write the selected TaskRunners from PrepareStatement to a XMLWriter
writeXmlWorkNoDb() - Method in class openr66.database.data.DbTaskRunner
Method to write the current DbTaskRunner for NoDb client instead of updating DB.
writeXMLWriter(DbPreparedStatement, String) - Static method in class openr66.database.data.DbTaskRunner
Write selected TaskRunners to an XML file using an XMLWriter
writeXMLWriter(String) - Static method in class openr66.database.data.DbTaskRunner
Write all TaskRunners to an XML file using an XMLWriter

X

XHOSTID - Static variable in class openr66.configuration.RuleFileBasedConfiguration
 
XHOSTIDS - Static variable in class openr66.configuration.RuleFileBasedConfiguration
 
XMLEXTENSION - Static variable in class openr66.database.data.DbTaskRunner
 
XMLRUNNER - Static variable in class openr66.database.data.DbTaskRunner
 
XMLRUNNERS - Static variable in class openr66.database.data.DbTaskRunner
 
XTASK - Static variable in class openr66.configuration.RuleFileBasedConfiguration
 
XTASKS - Static variable in class openr66.configuration.RuleFileBasedConfiguration
 

Z

ZipTask - Class in openr66.context.task
TAR task
ZipTask(String, int, String, R66Session) - Constructor for class openr66.context.task.ZipTask
 

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

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