org.glite.data.catalog.service
Class RCEntry

java.lang.Object
  extended byorg.glite.data.catalog.service.RCEntry
Direct Known Subclasses:
FRCEntry

public class RCEntry
extends java.lang.Object

A replica catalog entries' parameters. It stores the GUID, the SURLs associated with it denoting all its replicas and associated stat data. GUID is a Global Unique identifier of file, which is imutable. SURL is the Storage Uniform Resource Locator, which is to be given to a target Storage Element (SRM) to gain access to the real file.

Stereotype:
main argument wrapper

Field Summary
 java.lang.String guid
           
 GUIDStat GUIDStat
           
 Permission permission
           
 SURLEntry[] surlStats
           
 
Constructor Summary
RCEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guid

public java.lang.String guid

GUIDStat

public GUIDStat GUIDStat

permission

public Permission permission

surlStats

public SURLEntry[] surlStats
Constructor Detail

RCEntry

public RCEntry()


Copyright © 2004 EU-EGEE