Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

EdgReplicaOptimization::ReplicaOptimizationFactory Class Reference

A ReplicaOptimization stores mappings from Logical filenames to Physical fileNames, along with attributes on those fileNames. More...

List of all members.

Static Public Methods

ReplicaOptimizationgetReplicaOptimization (const std::string &url, int timeOut=30)
 Obtain the ReplicaOptimization at a given URL. More...


Detailed Description

A ReplicaOptimization stores mappings from Logical filenames to Physical fileNames, along with attributes on those fileNames.

It also provides indices for efficient location of the mappings.


Member Function Documentation

ReplicaOptimization * getReplicaOptimization const std::string &    url,
int    timeOut = 30
[static]
 

Obtain the ReplicaOptimization at a given URL.

Parameters:
url  the URL to look for the catalog
timeOut  the timeout after which gSOAP gives up and returns control back to client app, default is 30 seconds, if positive means seconds and if negative means microseconds
Returns:
The catalog.
Exceptions:
NoSuchMetadataCatalog  if no catalog exists at that URL
The EU DataGrid Project. All rights reserved.