Constant Field Values


Contents
org.edg.*

org.edg.data.reptor.client.CommandAddAlias
public static final java.lang.String GUID "GUID"
public static final java.lang.String LFN "LFN"

org.edg.data.reptor.client.CommandCopyAndRegisterFile
public static final java.lang.String SOURCE "sourceFileName"

org.edg.data.reptor.client.CommandCopyFile
public static final java.lang.String DEST "destFileName"
public static final java.lang.String SOURCE "sourceFileName"

org.edg.data.reptor.client.CommandDeleteFile
public static final java.lang.String NAME "fileName"

org.edg.data.reptor.client.CommandGetBestFile
public static final java.lang.String LFNorGUID "LFNorGUID"

org.edg.data.reptor.client.CommandGetTurl
public static final java.lang.String PROTOCOL "protocol"
public static final java.lang.String SURL "surl"

org.edg.data.reptor.client.CommandList
public static final java.lang.String DIR "directory"

org.edg.data.reptor.client.CommandListBestFile
public static final java.lang.String LFNorGUID "LFNorGUID"

org.edg.data.reptor.client.CommandListGUID
public static final java.lang.String LFNorSURL "LFNorSURL"

org.edg.data.reptor.client.CommandListReplicas
public static final java.lang.String LOCALONLY "localonly"
public static final java.lang.String NAME "fileName"

org.edg.data.reptor.client.CommandPrintInfo
public static final java.lang.String LFNorSURL "LFNorSURL"

org.edg.data.reptor.client.CommandRegisterFile
public static final java.lang.String SURL "SURL"

org.edg.data.reptor.client.CommandRemoveAlias
public static final java.lang.String GUID "GUID"
public static final java.lang.String LFN "LFN"

org.edg.data.reptor.client.CommandValidate
public static final java.lang.String FILE "file"

org.edg.data.reptor.storage.RequestStatus
public static final int ACTIVE 1
public static final int DONE 0
public static final int FAILED 2
public static final int INVALID -1
public static final int PENDING 3