|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.catalog.service.Stat
org.glite.data.catalog.service.LFNStat
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 |
public int type
public java.lang.String data
public long validityTime
Constructor Detail |
public LFNStat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |