Uses of Class
org.ourgrid.gridmachine.exception.FileTransferException

Packages that use FileTransferException
org.ourgrid.gridmachine.useragent   
org.ourgrid.gridmachine.useragent.test   
 

Uses of FileTransferException in org.ourgrid.gridmachine.useragent
 

Methods in org.ourgrid.gridmachine.useragent that throw FileTransferException
 void UserAgentClient.getFile(java.lang.String remoteFile, java.lang.String localFile)
           
 void UserAgentClient.putFile(java.lang.String localFile, java.lang.String remoteFile)
           
 void UserAgentClient.storeFile(java.lang.String localFilePath, java.lang.String remoteFilePath)
           
 

Uses of FileTransferException in org.ourgrid.gridmachine.useragent.test
 

Methods in org.ourgrid.gridmachine.useragent.test that throw FileTransferException
 void UserAgentClientTest.testPutAndStoreFilesWithGuMTypeLinux()
          Tests if a put and store file occurs with success in a linux GuM.
 void UserAgentClientTest.testPutAndStoreFilesWithGuMTypeWindows()
          Tests if a put and store file occurs with success in a windows GuM.
 void UserAgentClientTest.testPutFile_Size0()
          Tests if the putFile algorithm is fragmenting correctly the file! In this case test for an empty file.
 void UserAgentClientTest.testRealPutFile_Size0()
          Tests if the putFile algorithm is fragmenting correctly the file! In this case test for an empty file.
 void UserAgentClientTest.testRealStoreCloseWithoutException()
          Tests if the RandomAccessFile is closed and the FileLock is not released.
 void UserAgentClientTest.testStoreCloseWithoutException()
          Tests if the RandomAccessFile is closed and the FileLock is not released.