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

Packages that use FailCauseException
org.ourgrid.common.exception   
org.ourgrid.common.gum   
org.ourgrid.gridmachine.exception   
org.ourgrid.mygrid.replicaexecutor.exception   
org.ourgrid.mygrid.scheduler   
 

Uses of FailCauseException in org.ourgrid.common.exception
 

Subclasses of FailCauseException in org.ourgrid.common.exception
 class UnableToCreatePlaypenException
          Signals that the creation of Playpen was not possible due to some problem.
 class UnableToCreateStorageException
          Signals that the creation of Storage Directory was not possible due to some problem.
 class UnavailableGumException
           
 

Uses of FailCauseException in org.ourgrid.common.gum
 

Methods in org.ourgrid.common.gum that throw FailCauseException
 java.lang.String GumClient.createPlaypen(int size)
           
 java.lang.String GumClient.createStorageDirectory()
           
 boolean GumClient.fileExists(java.io.File file)
           
 void GumClient.getFile(java.lang.String remoteFilePath, java.lang.String localFile)
           
 long GumClient.getRemoteFileLastModification(java.io.File remoteFile, boolean normalized)
           
 long GumClient.getRemoteFileLength(java.io.File file)
           
 ExecutorResult GumClient.getResult(ExecutorHandle handle)
           
 java.lang.String GumClient.getStorageDirectory()
           
 void GumClient.putFile(java.lang.String filePath, java.lang.String remoteFile)
           
 ExecutorHandle GumClient.remoteExecute(java.lang.String remoteDir, java.lang.String command, java.util.Map<java.lang.String,java.lang.String> environmentVars)
           
 void GumClient.startReplica()
           
 void GumClient.stopReplica()
           
 void GumClient.storeFile(java.lang.String localFile, java.lang.String remoteFile)
          This method stores a local file into the remote storage location.
 

Uses of FailCauseException in org.ourgrid.gridmachine.exception
 

Subclasses of FailCauseException in org.ourgrid.gridmachine.exception
 class FileTransferException
           
 class GenericFailCauseException
           
 class UnableToExecuteException
           
 

Uses of FailCauseException in org.ourgrid.mygrid.replicaexecutor.exception
 

Subclasses of FailCauseException in org.ourgrid.mygrid.replicaexecutor.exception
 class ReplicaFailedException
          Description: Thrown whenever a replica fails.
 

Methods in org.ourgrid.mygrid.replicaexecutor.exception that return FailCauseException
 FailCauseException UnableToFinishReplicaException.getFailCause()
           
 

Constructors in org.ourgrid.mygrid.replicaexecutor.exception with parameters of type FailCauseException
UnableToFinishReplicaException(java.lang.String message, FailCauseException cause)
          Constructor
 

Uses of FailCauseException in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler that return FailCauseException
 FailCauseException ReplicaExecutorResult.getErrorCause()
          Returns the error that caused this replica to fail.
 

Methods in org.ourgrid.mygrid.scheduler with parameters of type FailCauseException
 void ReplicaExecutorResult.setErrorCause(FailCauseException errorCause)
          Sets the error that caused this replica to fail.
 

Methods in org.ourgrid.mygrid.scheduler that throw FailCauseException
 long StorageAffinity.getAffinity(TaskEntry task, GumClient gumex)
          Calculates the affinity between a task and a gum.