Compounds | |
class | EdgReplicaOptimization::AccessCost |
class | EdgReplicaOptimization::BestNetworkCost |
class | EdgReplicaOptimization::ROSFile |
class | EdgReplicaOptimization::ROSComputingElement |
class | EdgReplicaOptimization::ReplicaOptimization |
class | EdgReplicaOptimization::ReplicaOptimizationFactory |
A ReplicaOptimization stores mappings from Logical filenames to Physical fileNames, along with attributes on those fileNames. More... | |
class | EdgReplicaOptimization::ReplicaOptimizationImpl |
Implementation of getAccessCost() to assist Resource Broker in matchmaking. More... | |
class | EdgReplicaOptimization::ReplicationException |
A simple top-level exception class for Replication Exception. More... | |
class | EdgReplicaOptimization::CommunicationException |
Typedefs | |
typedef std::vector< ROSFile > | ROSFiles_t |
typedef std::vector< ROSComputingElement > | ROSComputingElements_t |
typedef std::vector< std::string > | Protocols_t |
typedef std::vector< AccessCost > | AccessCosts_t |
Functions | |
void | throwReplicationException (const std::string &fault, const std::string &detail) |
A dispatch method for the soap faults that will throw the appropriate language exception. More... | |
void | fillVector (std::vector< std::string > &v, ArrayOf_USCORE_xsd_USCORE_string *&strings) |
private: Take a returned string array, and add them into a vector. More... | |
bool | faultIs (const std::string &fault, const std::string code) |
|
|
|
|
|
|
|
|
|
A dispatch method for the soap faults that will throw the appropriate language exception.
|
|
private: Take a returned string array, and add them into a vector.
|
|
|