|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.transfer.FileTransferStatus
Describes the status of one file in a transfer job.
Field Summary | |
java.lang.String |
destSURL
The destination file for the transfer. |
long |
duration
Transfer duration |
java.lang.String |
logicalName
The logical name of the file being transfered (only used in the FPS). |
int |
numFailures
Number of times this transfer has failed (and retried). |
java.lang.String |
reason
Small explanation on why it went wrong. |
java.lang.String |
reason_class
Type of error. |
java.lang.String |
sourceSURL
The source file for the transfer. |
java.lang.String |
transferFileState
The current state of the file transfer. |
Constructor Summary | |
FileTransferStatus()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String logicalName
public java.lang.String sourceSURL
public java.lang.String destSURL
public java.lang.String transferFileState
public int numFailures
public java.lang.String reason
public java.lang.String reason_class
public long duration
Constructor Detail |
public FileTransferStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |