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

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

The transfer channel2 object. More...

#include <transfer-simple.h>


Data Fields

char * channelName
 The name of the channel, used for referring to it.
char * sourceSite
 The source site of the channel.
char * destSite
 The destination site of the channel.
char * contact
 The contact address of the responsible of the channel.
char * tcpBufferSize
char * lastModifierDn
 TCP buffer size.
char * message
 Last person to change channel.
time_t lastModificationTime
 Why the channel was changed.
int numberOfStreams
 Number of concurrent streams allowed on the channel.
int numberOfFiles
 Number of concurrent files allowed on the channel.
int bandwidth
 Current maximum bandwidth (capacity) in Mbits/s.
int nominalThroughput
 The throughput goal for the system to achieve.
int __sizeVOShares
 Number of VO/Share pairs.
glite_transfer_VOShareElement ** VOShares
 VO/Share pairs.
int __sizeVOLimits
 Number of VO/Limit pairs.
glite_transfer_VOLimitElement ** VOLimits
 VO/Limit pairs.
glite_channel_state state
 The operational state of the channel.


Detailed Description

The transfer channel2 object.

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


Field Documentation

int _glite_transfer_Channel2::__sizeVOLimits
 

Number of VO/Limit pairs.

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

int _glite_transfer_Channel2::__sizeVOShares
 

Number of VO/Share pairs.

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

int _glite_transfer_Channel2::bandwidth
 

Current maximum bandwidth (capacity) in Mbits/s.

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

char* _glite_transfer_Channel2::channelName
 

The name of the channel, used for referring to it.

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

char* _glite_transfer_Channel2::contact
 

The contact address of the responsible of the channel.

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

char* _glite_transfer_Channel2::destSite
 

The destination site of the channel.

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

time_t _glite_transfer_Channel2::lastModificationTime
 

Why the channel was changed.

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

char* _glite_transfer_Channel2::lastModifierDn
 

TCP buffer size.

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

char* _glite_transfer_Channel2::message
 

Last person to change channel.

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

int _glite_transfer_Channel2::nominalThroughput
 

The throughput goal for the system to achieve.

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

int _glite_transfer_Channel2::numberOfFiles
 

Number of concurrent files allowed on the channel.

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

int _glite_transfer_Channel2::numberOfStreams
 

Number of concurrent streams allowed on the channel.

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

char* _glite_transfer_Channel2::sourceSite
 

The source site of the channel.

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

glite_channel_state _glite_transfer_Channel2::state
 

The operational state of the channel.

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

char* _glite_transfer_Channel2::tcpBufferSize
 

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

glite_transfer_VOLimitElement** _glite_transfer_Channel2::VOLimits
 

VO/Limit pairs.

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

glite_transfer_VOShareElement** _glite_transfer_Channel2::VOShares
 

VO/Share pairs.

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

The GLite Project. All rights reserved.