Package | Description |
---|---|
org.waarp.common.database.data |
Classes implementing Database Data model
|
org.waarp.common.database.exception |
Classes implementing Database Exceptions
|
org.waarp.gateway.ftp.database.data |
Classes implementing Database Data model
|
org.waarp.gateway.kernel.database.data |
Classes implementing Database Data model
|
org.waarp.http.protocol | |
org.waarp.openr66.configuration |
Classes implementing Configuration loading from database or files
|
org.waarp.openr66.database.data |
Classes implementing Database Data model
|
org.waarp.openr66.protocol.configuration |
Class implementing Configuration
|
org.waarp.openr66.protocol.utils |
Classes implementing Utilities
|
org.waarp.openr66.server |
Classes implementing Server startup main class or utility classes
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDbDataWithCommit.delete()
Delete object from table
|
void |
DbDataModel.delete() |
void |
AbstractDbData.delete()
Delete object from table
|
boolean |
DbDataModel.exist() |
boolean |
AbstractDbData.exist()
Test the existence of the current object
|
void |
AbstractDbDataWithCommit.insert()
Insert object into table
|
void |
DbDataModel.insert() |
void |
AbstractDbData.insert()
Insert object into table
|
void |
DbDataModel.select() |
void |
AbstractDbData.select()
Select object from table
|
void |
AbstractDbDataWithCommit.update()
Update object to table
|
void |
DbDataModel.update() |
void |
AbstractDbData.update()
Update object to table
|
Constructor and Description |
---|
DbDataModel(DbSession dbSession,
String hostid) |
Modifier and Type | Class and Description |
---|---|
class |
WaarpDatabaseNoConnectionException
Database No connection error
|
class |
WaarpDatabaseNoDataException
Database no data exception
|
class |
WaarpDatabaseSqlException
Database Sql Error
|
Modifier and Type | Method and Description |
---|---|
void |
DbTransferLog.create()
As insert but with the ability to change the SpecialId
|
void |
DbTransferLog.delete() |
void |
DbTransferLog.insert() |
void |
DbTransferLog.saveStatus()
This method is to be called each time an operation is happening on Runner
|
Constructor and Description |
---|
DbTransferLog(DbSession dbSession,
String user,
String account,
long specialId)
Load from database
|
DbTransferLog(DbSession dbSession,
String user,
String account,
long specialId,
boolean isSender,
String filename,
String mode,
ReplyCode infostatus,
String info,
AbstractDbData.UpdatedInfo updatedInfo)
Insert into database
|
Modifier and Type | Method and Description |
---|---|
void |
DbTransferLog.create()
As insert but with the ability to change the SpecialId
|
void |
DbTransferLog.delete() |
void |
DbTransferLog.insert() |
void |
DbTransferLog.saveStatus()
This method is to be called each time an operation is happening on Runner
|
Constructor and Description |
---|
DbTransferLog(DbSession dbSession,
String user,
String account,
long specialId)
Load from database
|
DbTransferLog(DbSession dbSession,
String user,
String account,
long specialId,
boolean isSender,
String filename,
String mode,
io.netty.handler.codec.http.HttpResponseStatus infostatus,
String info,
AbstractDbData.UpdatedInfo updatedInfo)
Insert into database
|
Constructor and Description |
---|
HttpDeleteSession(String identifier,
HttpAuthent authent)
Constructor for reading from database only
|
HttpDownloadSession(String identifier,
HttpAuthent authent)
Constructor for reading from database only
|
Modifier and Type | Method and Description |
---|---|
static DbRule |
RuleFileBasedConfiguration.getFromFile(File file)
Load and update a Rule from a file
|
static List<DbRule> |
RuleFileBasedConfiguration.getMultipleFromFile(File file)
Load and update multiple Rules from one file
|
static void |
RuleFileBasedConfiguration.importRules(File configDirectory)
Import all Rule files into the HashTable of Rules
|
Modifier and Type | Method and Description |
---|---|
boolean |
DbTaskRunner.checkFromDbForSubmit()
Shall be called to ensure that item is really available in database
|
void |
DbTaskRunner.create()
As insert but with the ability to change the SpecialId
|
void |
AbstractDbDataDao.delete()
Delete object from table
|
void |
DbRule.delete()
Delete object from table DbRule only if no DbTaskRunner is using it.
|
static DbHostAuth[] |
DbHostAuth.deleteAll()
Delete all entries (used when purge and reload)
|
static DbRule[] |
DbRule.deleteAll()
Delete all Rules but returns original one, therefore not checking if
any TaskRunner are using it (used by reloading rules)
|
boolean |
AbstractDbDataDao.exist()
Test the existence of the current object
|
boolean |
DbTaskRunner.exist() |
void |
AbstractDbDataDao.insert()
Insert object into table
|
protected void |
DbTaskRunner.optimizedUpdate()
Update Runner using special PreparedStatement
|
void |
AbstractDbDataDao.select()
Select object from table
|
void |
DbTaskRunner.select() |
boolean |
DbTaskRunner.specialSubmit()
Special method used to force insert in case of SelfSubmit
|
void |
AbstractDbDataDao.update()
Update object to table
|
void |
DbTaskRunner.update() |
Constructor and Description |
---|
DbConfiguration(String hostid) |
DbHostAuth(String hostid) |
DbHostConfiguration(String hostid) |
DbMultipleMonitor(String hostid) |
DbRule(String idRule) |
DbTaskRunner(DbRule rule,
boolean isSender,
RequestPacket requestPacket,
String requested,
Timestamp startTime)
Constructor for submission (no transfer session), from database.
|
DbTaskRunner(long id,
String requested)
Constructor to initiate a request with a valid previous Special Id so
loaded from database.
|
DbTaskRunner(long id,
String requester,
String requested)
Minimal constructor from database
|
DbTaskRunner(long id,
String requester,
String requested,
String owner)
Minimal constructor from database
|
DbTaskRunner(com.fasterxml.jackson.databind.node.ObjectNode source)
To create a new DbTaskRunner (specialId could be invalid) without making
any entry in the database
|
DbTaskRunner(R66Session session,
DbRule rule,
boolean isSender,
RequestPacket requestPacket)
Constructor from a request without a valid Special Id to be inserted into
databases
|
DbTaskRunner(R66Session session,
DbRule rule,
long id,
String requester,
String requested)
Constructor from a request with a valid Special Id so loaded from
database
|
Modifier and Type | Method and Description |
---|---|
String |
Configuration.getHostId(DbSession dbSession,
String remoteHost)
Deprecated.
Use getHostId(String remoteHost)
|
String |
Configuration.getHostId(String remoteHost) |
Modifier and Type | Method and Description |
---|---|
static R66Result |
TransferUtils.restartTransfer(DbTaskRunner taskRunner,
LocalChannelReference lcr)
Try to restart one Transfer Runner Task
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ServerInitDatabase.loadRules(File dirConfig) |
static boolean |
ServerInitDatabase.upgradedb() |
Copyright © 2009–2020 Waarp. All rights reserved.