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

Packages that use UnableToExecuteException
org.ourgrid.gridmachine.useragent   
org.ourgrid.gridmachine.useragent.test   
org.ourgrid.mygrid.scheduler.test   
 

Uses of UnableToExecuteException in org.ourgrid.gridmachine.useragent
 

Methods in org.ourgrid.gridmachine.useragent that throw UnableToExecuteException
 long UserAgentClient.getRemoteFileLastModification(java.io.File remoteFile, boolean normalized)
           
 long UserAgentClient.getRemoteFileLength(java.io.File file)
           
 ExecutorResult UserAgentClient.getResult(ExecutorHandle handle)
           
 ExecutorHandle UserAgentClient.remoteExecute(java.lang.String remoteDir, java.lang.String command, java.util.Map<java.lang.String,java.lang.String> environmentVars)
           
 void UserAgentClient.storeFile(java.lang.String localFilePath, java.lang.String remoteFilePath)
           
 

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

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

Methods in org.ourgrid.mygrid.scheduler.test that throw UnableToExecuteException
 ExecutorResult SleeperFakeUserAgentClient.getResult(ExecutorHandle handle)