org.glite.data.transfer
Class FileTransferStatus

java.lang.Object
  extended byorg.glite.data.transfer.FileTransferStatus

public class FileTransferStatus
extends java.lang.Object

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

logicalName

public java.lang.String logicalName
The logical name of the file being transfered (only used in the FPS).


sourceSURL

public java.lang.String sourceSURL
The source file for the transfer.


destSURL

public java.lang.String destSURL
The destination file for the transfer.


transferFileState

public java.lang.String transferFileState
The current state of the file transfer.


numFailures

public int numFailures
Number of times this transfer has failed (and retried).


reason

public java.lang.String reason
Small explanation on why it went wrong.


reason_class

public java.lang.String reason_class
Type of error.


duration

public long duration
Transfer duration

Constructor Detail

FileTransferStatus

public FileTransferStatus()


Copyright © 2004 EU-EGEE