Uses of Class
org.globus.cog.abstraction.impl.file.FileNotFoundException

Packages that use FileNotFoundException
org.globus.cog.abstraction.impl.file   
org.globus.cog.abstraction.interfaces   
 

Uses of FileNotFoundException in org.globus.cog.abstraction.impl.file
 

Methods in org.globus.cog.abstraction.impl.file that throw FileNotFoundException
 void TaskHandlerImpl.submit(Task task, FileResource fileResource)
          submit task to the appropriate file resource to carry out the operation.
protected  Object TaskHandlerImpl.execute(FileResource fileResource, FileOperationSpecification spec)
          execute the command on the file resource.
protected  Object CachingDelegatedFileOperationHandler.execute(FileResource fileResource, FileOperationSpecification spec)
           
 

Uses of FileNotFoundException in org.globus.cog.abstraction.interfaces
 

Methods in org.globus.cog.abstraction.interfaces that throw FileNotFoundException
 void FileResource.deleteFile(String fileName)
          Deletes the given file
 void FileResource.getFile(String remoteFileName, String localFileName)
          Transfer a remoteFileName file from the file resource and name it as localFileName on the local machine
 void FileResource.putFile(String localFileName, String remoteFileName)
          Upload the localFileName from the local machine to remoteFileName on the file resource
 void FileResource.getMultipleFiles(String[] remoteFileNames, String[] localFileNames)
          Copy an array of files from the file resource into the local file system
 void FileResource.getMultipleFiles(String[] remoteFileNames, String localDirectoryName)
          Copy an array of files from the file resource into the given local directory
 void FileResource.putMultipleFiles(String[] localFileNames, String[] remoteFileNames)
          Copy an array of files from the local file system into the file resource
 void FileResource.putMultipleFiles(String[] localFileNames, String remoteDirectoryName)
          Copy an array of files from the local file system into the given remote directory on this file resource
 void FileResource.rename(String oldFileName, String newFileName)
          Rename a file on the file resource
 void FileResource.changeMode(String fileName, int mode)
          Changes the permissions on the file if authorized to do so
 void FileResource.changeMode(GridFile gridFile)
          Changes the permissions on the file if authorized to do so
 GridFile FileResource.getGridFile(String fileName)
          Get information of a file from the file resource
 boolean FileResource.exists(String fileName)
          Return true if the file exists on the file resource