org.glite.data.catalog.service
Class SURLEntry

java.lang.Object
  extended byorg.glite.data.catalog.service.SURLEntry

public class SURLEntry
extends java.lang.Object

TODO: is it a subclass of Stat? The stat for GUIDs, extending the Stat baseclass. In addition to the creation time it stores the last modification time, size and checksum, a status integer and permissions.
The SURL itself is part of its stat to simplify the RCEntry interaction and not to duplicate data.


Field Summary
 long creationTime
           
 boolean masterReplica
           
 long modifyTime
           
 java.lang.String surl
           
 
Constructor Summary
SURLEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

masterReplica

public boolean masterReplica

creationTime

public long creationTime

modifyTime

public long modifyTime

surl

public java.lang.String surl
Constructor Detail

SURLEntry

public SURLEntry()


Copyright © 2004 EU-EGEE