Method Summary |
|
public void | addPFN(ReplicaCatalogEntry tuple) Add a PFN and it's attributes. |
protected void | addPFNs(List tuples) Add a PFN and it's attributes. |
public Object | clone() Returns the clone of the object. |
public String | getLFN() Returns the associated LFN. |
public ReplicaCatalogEntry | getPFN(int index) Return a PFN as a ReplicaCatalogEntry
Parameters: index - the pfn location. |
public int | getPFNCount() Returns the number of pfn's associated with the lfn. |
public List | getPFNList() Returns the list of pfn's as ReplicaCatalogEntry objects. |
public boolean | merge(ReplicaLocation location) Merges the ReplicaLocation object to the existing one,
only if the logical filenames match.
Parameters: location - is another ReplicaLocations to merge with. |
public Iterator | pfnIterator() Returns an iterator to the list of ReplicaCatalogEntry
objects. |
public void | setLFN(String lfn) Sets the LFN. |
public String | toString() Returns the textual description of the data class. |