next up previous contents
Next: Commands Up: Developer Guide for EDG Previous: Example Program   Contents

C++ Application Program Interface

In addition to the Java API, Reptor also supports three 3 C++ methods that are mainly used for the Resource Broker. The methods are:

For all the commands the following types are defined:

typedef std::vector<std::string>            	        LFNList_t;
typedef std::vector<std::string>            	        SURLList_t;
typedef std::vector<std::string>            	        CEList_t;
typedef std::vector<std::string>            	        SEList_t;
typedef std::vector<std::string>            	        Protocols_t;
typedef std::vector<EdgReplicaOptimization::AccessCost> AccessCosts_t;



Subsections

2005-02-04