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

transferstats-simple.h File Reference

#include <glite/data/transfer/c/transfer-simple.h>

Go to the source code of this file.

Defines

#define GLITE_TRANSFERSTATS_SD_TYPE   "org.glite.FileTransferStats"
#define GLITE_TRANSFERSTATS_SD_ENV   "GLITE_SD_STATS_TYPE"

Functions

const char * glite_transferstats_get_endpoint (glite_transfer_ctx *ctx)
char * glite_transferstats_getVersion (glite_transfer_ctx *ctx)
 Get the version of the remote endpoint.

char * glite_transferstats_getSchemaVersion (glite_transfer_ctx *ctx)
 Get the schema version of the remote endpoint.

char * glite_transferstats_getInterfaceVersion (glite_transfer_ctx *ctx)
 Get the interface version of the remote endpoint.

char * glite_transferstats_getServiceMetadata (glite_transfer_ctx *ctx, const char *key)
 Get the service metadata for a given key.

int glite_transferstats_getChannelSummary (glite_transfer_ctx *ctx, const time_t startTime, const time_t endTime, const char *channelName, const int numVONames, const char **VONames, glite_transfer_TransferSummary ***Summary)
 Get Channel usage summary of a service on a given interval of time.

int glite_transferstats_getChannelActivity (glite_transfer_ctx *ctx, const time_t startTime, const time_t endTime, const char *channelName, const int numVONames, const char **VONames, glite_transfer_TransferActivity ***Activity)
 Get Channel activity on a given interval of time.

int glite_transferstats_getVOSummary (glite_transfer_ctx *ctx, const time_t startTime, const time_t endTime, const char *voName, const int numchannelNames, const char **channelNames, glite_transfer_TransferSummary ***Summary)
 Get VO usage summary of a service on a given interval of time.

int glite_transferstats_getVOActivity (glite_transfer_ctx *ctx, const time_t startTime, const time_t endTime, const char *voName, const int numchannelNames, const char **channelNames, glite_transfer_TransferActivity ***Activity)
 Get VO activity on a given interval of time.

int glite_transferstats_getTransferAgents (glite_transfer_ctx *ctx, glite_transfer_TransferAgent ***Agents)
 Get list of agents running on the service.


Define Documentation

#define GLITE_TRANSFERSTATS_SD_ENV   "GLITE_SD_STATS_TYPE"
 

Definition at line 29 of file transferstats-simple.h.

#define GLITE_TRANSFERSTATS_SD_TYPE   "org.glite.FileTransferStats"
 

Definition at line 26 of file transferstats-simple.h.


Function Documentation

const char* glite_transferstats_get_endpoint glite_transfer_ctx ctx  ) 
 

The GLite Project. All rights reserved.