EGEE
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

_glite_transfer_TransferJob Struct Reference
[Transfer data structures, and data types]

Describes the transfer job description. More...

#include <transfer-simple.h>


Data Fields

glite_transfer_TransferJobElement ** transferJobElements
 Array of TransferJobElements, each describing an individual file transfer within the job.
unsigned __sizetransferJobElements
 Number of items in the above array.
glite_transfer_TransferParamsjobParams
 A set of transfer layer specific paramaters tha tare applied to each file transfer (e.g.
char * credential
 Used by the transfer system to retrieve the appropriate proxy for the transfer.


Detailed Description

Describes the transfer job description.

Definition at line 193 of file transfer-simple.h.


Field Documentation

unsigned _glite_transfer_TransferJob::__sizetransferJobElements
 

Number of items in the above array.

Definition at line 196 of file transfer-simple.h.

char* _glite_transfer_TransferJob::credential
 

Used by the transfer system to retrieve the appropriate proxy for the transfer.

Definition at line 198 of file transfer-simple.h.

glite_transfer_TransferParams* _glite_transfer_TransferJob::jobParams
 

A set of transfer layer specific paramaters tha tare applied to each file transfer (e.g.

gridFTP params).

Definition at line 197 of file transfer-simple.h.

glite_transfer_TransferJobElement** _glite_transfer_TransferJob::transferJobElements
 

Array of TransferJobElements, each describing an individual file transfer within the job.

Definition at line 195 of file transfer-simple.h.

The GLite Project. All rights reserved.