Package | Description |
---|---|
org.waarp.openr66.pojo |
Modifier and Type | Method and Description |
---|---|
Transfer.TASKSTEP |
Transfer.getGlobalStep() |
Transfer.TASKSTEP |
Transfer.getLastGlobalStep() |
static Transfer.TASKSTEP |
Transfer.TASKSTEP.valueOf(int taskStep) |
static Transfer.TASKSTEP |
Transfer.TASKSTEP.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transfer.TASKSTEP[] |
Transfer.TASKSTEP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Transfer.setGlobalStep(Transfer.TASKSTEP globalStep) |
void |
Transfer.setLastGlobalStep(Transfer.TASKSTEP lastGlobalStep) |
Constructor and Description |
---|
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)
Constructor to create Transfer from remote requests
|
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–2020 Waarp. All rights reserved.