public void unregisterFile(java.net.URI file, java.net.URI guid)
Unregister a file from the Replica Catalog. There are two arguments: the actual fully qualified storage file name URI and the GUID under which it was registered. If the GUID is given, also all logical names are unregistered and the file cannot be found using the replica manager anymore, so this method should be used cautiously. If the file should be removed altogether, use deleteFile instead. This method does not include any data deletion (i.e. the storage file is not removed).