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

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

Object to describe a job. More...

#include <transfer-simple.h>


Data Fields

char * jobId
 The ID of the job, used for referring to this job.

glite_transfer_state jobStatus
 The status of the job.

char * channelName
 The name of the channel the job is assigned to.

char * clientDN
 The DN of the client that started the job.

char * reason
 Some explanation.

char * voName
 Name of the VO.

timespec submitTime
 The time of the job submission.

int numFiles
 Number of files in the job.

int priority
 Priority of the job.


Detailed Description

Object to describe a job.

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


Field Documentation

char* _glite_transfer_JobStatus::channelName
 

The name of the channel the job is assigned to.

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

char* _glite_transfer_JobStatus::clientDN
 

The DN of the client that started the job.

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

char* _glite_transfer_JobStatus::jobId
 

The ID of the job, used for referring to this job.

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

glite_transfer_state _glite_transfer_JobStatus::jobStatus
 

The status of the job.

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

int _glite_transfer_JobStatus::numFiles
 

Number of files in the job.

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

int _glite_transfer_JobStatus::priority
 

Priority of the job.

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

char* _glite_transfer_JobStatus::reason
 

Some explanation.

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

struct timespec _glite_transfer_JobStatus::submitTime
 

The time of the job submission.

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

char* _glite_transfer_JobStatus::voName
 

Name of the VO.

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

The GLite Project. All rights reserved.