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

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

The transfer agent object. More...

#include <transfer-simple.h>


Data Fields

char * name
 The agent's name.

char * DN
 The agent's Distinguished Name (DN).

char * host
 The host the agent is running in.

char * type
 The agent's type.

time_t * lastActive
 The last time the agent explicitly stated it is alive.

char * state
 The last known state of the agent.

char * version
 The agent's version.

char * contact
 A contact to a person responsible for the agent.


Detailed Description

The transfer agent object.

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


Field Documentation

char* _glite_transfer_TransferAgent::contact
 

A contact to a person responsible for the agent.

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

char* _glite_transfer_TransferAgent::DN
 

The agent's Distinguished Name (DN).

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

char* _glite_transfer_TransferAgent::host
 

The host the agent is running in.

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

time_t* _glite_transfer_TransferAgent::lastActive
 

The last time the agent explicitly stated it is alive.

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

char* _glite_transfer_TransferAgent::name
 

The agent's name.

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

char* _glite_transfer_TransferAgent::state
 

The last known state of the agent.

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

char* _glite_transfer_TransferAgent::type
 

The agent's type.

This can be: 'channel', 'fps' -> vo agent, 'fts' -> vo agent.

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

char* _glite_transfer_TransferAgent::version
 

The agent's version.

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

The GLite Project. All rights reserved.