public java.net.URI registerGUID(java.net.URI file, java.net.URI guid)
Register a file in the Replica Catalog with a known GUID. It takes two arguments: source file and GUID. The source file needs to be a qualified storage file name URI. The GUID is the GUID that this file should be registered with for the case if the file was copied by other means. (TruckFTP use case). While there is only one centralized catalog, there is no need for this method, but if the catalogs are not centralized, this method can be used to register a file with a known GUID. Be careful, if the GUID corresponds to a wrong file in the remote (probably unattainable) catalogs then once the connection is established, the distributed catalog will inconsistent data.