Uses of Class
org.ourgrid.common.exception.UnavailableGumException

Packages that use UnavailableGumException
org.ourgrid.common.gum   
org.ourgrid.gridmachine.useragent   
org.ourgrid.gridmachine.useragent.test   
org.ourgrid.mygrid.scheduler.test   
 

Uses of UnavailableGumException in org.ourgrid.common.gum
 

Methods in org.ourgrid.common.gum that throw UnavailableGumException
 ExecutorHandle FakeGumClient.remoteExecute(java.lang.String remoteDir, java.lang.String command, java.util.Map envVars)
          Executes a remote command in a specific remoteDir
 

Uses of UnavailableGumException in org.ourgrid.gridmachine.useragent
 

Methods in org.ourgrid.gridmachine.useragent that throw UnavailableGumException
 java.lang.String UserAgentClient.createPlaypen(int size)
           
 java.lang.String UserAgentClient.createStorageDirectory()
           
 boolean UserAgentClient.fileExists(java.io.File file)
           
 void UserAgentClient.getFile(java.lang.String remoteFile, java.lang.String localFile)
           
 long UserAgentClient.getRemoteFileLastModification(java.io.File remoteFile, boolean normalized)
           
 long UserAgentClient.getRemoteFileLength(java.io.File file)
           
 ExecutorResult UserAgentClient.getResult(ExecutorHandle handle)
           
 java.lang.String UserAgentClient.getStorageDirectory()
           
 void UserAgentClient.putFile(java.lang.String localFile, java.lang.String remoteFile)
           
 ExecutorHandle UserAgentClient.remoteExecute(java.lang.String remoteDir, java.lang.String command, java.util.Map<java.lang.String,java.lang.String> environmentVars)
           
 void UserAgentClient.startReplica()
           
 void UserAgentClient.stopReplica()
           
 void UserAgentClient.storeFile(java.lang.String localFilePath, java.lang.String remoteFilePath)
           
 

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

Methods in org.ourgrid.gridmachine.useragent.test that throw UnavailableGumException
 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.
 

Uses of UnavailableGumException in org.ourgrid.mygrid.scheduler.test
 

Methods in org.ourgrid.mygrid.scheduler.test that throw UnavailableGumException
 ExecutorResult SleeperFakeUserAgentClient.getResult(ExecutorHandle handle)
           
 void SchedulerImplTest.testWaitForJobWithCancelJob()