Package | Description |
---|---|
org.waarp.common.database.data |
Classes implementing Database Data model
|
org.waarp.gateway.ftp.control |
Exec FTP server control business.
|
org.waarp.gateway.ftp.database.data |
Classes implementing Database Data model
|
org.waarp.gateway.kernel.database | |
org.waarp.gateway.kernel.database.data |
Classes implementing Database Data model
|
org.waarp.openr66.commander |
Classes implementing Commander, reader of database updates from clients
|
org.waarp.openr66.database.data |
Classes implementing Database Data model
|
org.waarp.openr66.pojo |
Modifier and Type | Method and Description |
---|---|
static AbstractDbData.UpdatedInfo |
AbstractDbData.UpdatedInfo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractDbData.UpdatedInfo[] |
AbstractDbData.UpdatedInfo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DbDataModel.changeUpdatedInfo(AbstractDbData.UpdatedInfo info) |
abstract void |
AbstractDbData.changeUpdatedInfo(AbstractDbData.UpdatedInfo info)
Change UpdatedInfo status
|
Modifier and Type | Method and Description |
---|---|
static long |
WaarpActionLogger.logAction(DbSession ftpSession,
long specialId,
String message,
BusinessHandler handler,
ReplyCode rcode,
AbstractDbData.UpdatedInfo info)
Log the action
|
Modifier and Type | Method and Description |
---|---|
AbstractDbData.UpdatedInfo |
DbTransferLog.getUpdatedInfo() |
Modifier and Type | Method and Description |
---|---|
void |
DbTransferLog.changeUpdatedInfo(AbstractDbData.UpdatedInfo info) |
static long |
DbTransferLog.getResultCountPrepareStatement(DbPreparedStatement pstt,
AbstractDbData.UpdatedInfo info,
long time) |
Constructor and Description |
---|
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 |
---|---|
static void |
WaarpActionLogger.logAction(DbSession dbSession,
HttpSession session,
String message,
io.netty.handler.codec.http.HttpResponseStatus rcode,
AbstractDbData.UpdatedInfo info)
Log the action
|
Modifier and Type | Method and Description |
---|---|
AbstractDbData.UpdatedInfo |
DbTransferLog.getUpdatedInfo() |
Modifier and Type | Method and Description |
---|---|
void |
DbTransferLog.changeUpdatedInfo(AbstractDbData.UpdatedInfo info) |
static long |
DbTransferLog.getResultCountPrepareStatement(DbPreparedStatement pstt,
AbstractDbData.UpdatedInfo info,
long time) |
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
ClientRunner.changeUpdatedInfo(AbstractDbData.UpdatedInfo info,
ErrorCode code,
boolean force)
Change the UpdatedInfo of the current runner
|
Modifier and Type | Method and Description |
---|---|
AbstractDbData.UpdatedInfo |
DbTaskRunner.getUpdatedInfo() |
Modifier and Type | Method and Description |
---|---|
void |
DbHostAuth.changeUpdatedInfo(AbstractDbData.UpdatedInfo info) |
void |
DbConfiguration.changeUpdatedInfo(AbstractDbData.UpdatedInfo info) |
void |
DbMultipleMonitor.changeUpdatedInfo(AbstractDbData.UpdatedInfo info) |
abstract void |
AbstractDbDataDao.changeUpdatedInfo(AbstractDbData.UpdatedInfo info)
Change UpdatedInfo status
|
void |
DbRule.changeUpdatedInfo(AbstractDbData.UpdatedInfo info) |
void |
DbHostConfiguration.changeUpdatedInfo(AbstractDbData.UpdatedInfo info) |
void |
DbTaskRunner.changeUpdatedInfo(AbstractDbData.UpdatedInfo info) |
static long |
DbTaskRunner.getResultCountPrepareStatement(DbPreparedStatement pstt,
AbstractDbData.UpdatedInfo info,
long time) |
static DbTaskRunner[] |
DbTaskRunner.getSelectFromInfoPrepareStatement(AbstractDbData.UpdatedInfo info,
boolean orderByStart,
int limit) |
Modifier and Type | Method and Description |
---|---|
AbstractDbData.UpdatedInfo |
UpdatedInfo.getLegacy() |
Modifier and Type | Method and Description |
---|---|
boolean |
UpdatedInfo.equals(AbstractDbData.UpdatedInfo legacy) |
static UpdatedInfo |
UpdatedInfo.fromLegacy(AbstractDbData.UpdatedInfo info) |
Copyright © 2009–2020 Waarp. All rights reserved.