org.glite.data.catalog.service
Class LFNStat

java.lang.Object
  extended byorg.glite.data.catalog.service.Stat
      extended byorg.glite.data.catalog.service.LFNStat

public class LFNStat
extends Stat

The stat for LFNs, symlinks and directories, extending the Stat baseclass. In addition to the creation time it stores the last modification time and validity time, the directory type (normal, virtual, symlink) and permission as well as data on symbolic links and virtual directories (the target LFN for symlinks and the query for virtual directories).


Field Summary
 java.lang.String data
           
 int type
          0 - directory, 1 - file, 2 - symlink, 3 - virtual directory.
 long validityTime
          The time when the entry expires.
 
Fields inherited from class org.glite.data.catalog.service.Stat
creationTime, modifyTime, size
 
Constructor Summary
LFNStat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type
0 - directory, 1 - file, 2 - symlink, 3 - virtual directory.


data

public java.lang.String data

validityTime

public long validityTime
The time when the entry expires.

Constructor Detail

LFNStat

public LFNStat()


Copyright © 2004 EU-EGEE