Package | Description |
---|---|
org.waarp.openr66.pojo |
Modifier and Type | Method and Description |
---|---|
static UpdatedInfo |
UpdatedInfo.fromLegacy(AbstractDbData.UpdatedInfo info) |
UpdatedInfo |
Business.getUpdatedInfo() |
UpdatedInfo |
Host.getUpdatedInfo() |
UpdatedInfo |
Limit.getUpdatedInfo() |
UpdatedInfo |
Transfer.getUpdatedInfo() |
UpdatedInfo |
Rule.getUpdatedInfo() |
static UpdatedInfo |
UpdatedInfo.valueOf(int updatedInfo) |
static UpdatedInfo |
UpdatedInfo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdatedInfo[] |
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 |
Business.setUpdatedInfo(UpdatedInfo info) |
void |
Host.setUpdatedInfo(UpdatedInfo info) |
void |
Limit.setUpdatedInfo(UpdatedInfo info) |
void |
Transfer.setUpdatedInfo(UpdatedInfo info) |
void |
Rule.setUpdatedInfo(UpdatedInfo info) |
Constructor and Description |
---|
Business(String hostid,
String business,
String roles,
String aliases,
String others,
UpdatedInfo updatedInfo) |
Host(String hostid,
String address,
int port,
byte[] hostkey,
boolean ssl,
boolean client,
boolean proxified,
boolean admin,
boolean active,
UpdatedInfo updatedInfo) |
Limit(String hostid,
long delayLimit,
long readGlobalLimit,
long writeGlobalLimit,
long readSessionLimit,
long writeSessionLimit,
UpdatedInfo updatedInfo) |
Rule(String name,
int mode,
List<String> hostids,
String recvPath,
String sendPath,
String archivePath,
String workPath,
List<RuleTask> rPre,
List<RuleTask> rPost,
List<RuleTask> rError,
List<RuleTask> sPre,
List<RuleTask> sPost,
List<RuleTask> sError,
UpdatedInfo updatedInfo) |
Transfer(long id,
String rule,
int mode,
String filename,
String originalName,
String fileInfo,
boolean isMoved,
int blockSize,
boolean retrieveMode,
String ownerReq,
String requester,
String requested,
String transferInfo,
Transfer.TASKSTEP globalStep,
Transfer.TASKSTEP lastGlobalStep,
int step,
ErrorCode stepStatus,
ErrorCode infoStatus,
int rank,
Timestamp start,
Timestamp stop,
UpdatedInfo updatedInfo)
Full Constructor to create Transfer from the database
|
Copyright © 2009–2022 Waarp. All rights reserved.