Uses of Class
compbio.metadata.ResultNotAvailableException

Packages that use ResultNotAvailableException
compbio.data.msa   
compbio.engine   
compbio.engine.client Classes and interfaces representing an input for engines. 
compbio.engine.cluster.drmaa An cluster engine classes responsible for execution of Executables on the clusters. 
compbio.engine.local An local engine classes responsible for execution of Executables on the local computer (the same machine as JVM running these classes). 
compbio.runner.msa Wrappers for native executables for multiple sequence alignment (msa) 
compbio.runner.psiblast   
compbio.ws.server   
 

Uses of ResultNotAvailableException in compbio.data.msa
 

Methods in compbio.data.msa that throw ResultNotAvailableException
 Alignment MsaWS.getResult(java.lang.String jobId)
          Return the result of the job.
 

Uses of ResultNotAvailableException in compbio.engine
 

Methods in compbio.engine that throw ResultNotAvailableException
 ConfiguredExecutable<?> AsyncExecutor.getResults(java.lang.String jobId)
          Retrieve the results of the job.
 

Uses of ResultNotAvailableException in compbio.engine.client
 

Methods in compbio.engine.client that throw ResultNotAvailableException
<V> V
ConfiguredExecutable.getResults()
           
<V> V
ConfExecutable.getResults()
           
<V> V
Executable.getResults(java.lang.String directory)
           
<V> V
ConfExecutable.getResults(java.lang.String directory)
           
static ConfiguredExecutable<?> Util.loadExecutable(java.lang.String taskId)
           
 

Uses of ResultNotAvailableException in compbio.engine.cluster.drmaa
 

Methods in compbio.engine.cluster.drmaa that throw ResultNotAvailableException
 ConfiguredExecutable<?> ClusterSession.getResults(java.lang.String taskId)
           
 ConfiguredExecutable<?> AsyncJobRunner.getResults(java.lang.String jobId)
           
 

Uses of ResultNotAvailableException in compbio.engine.local
 

Methods in compbio.engine.local that throw ResultNotAvailableException
static ConfiguredExecutable<?> LocalEngineUtil.getResults(java.util.concurrent.Future<ConfiguredExecutable<?>> future, java.lang.String taskId)
           
 ConfiguredExecutable<?> AsyncLocalRunner.getResults(java.lang.String taskId)
           
 

Uses of ResultNotAvailableException in compbio.runner.msa
 

Methods in compbio.runner.msa that throw ResultNotAvailableException
 Alignment Tcoffee.getResults(java.lang.String workDirectory)
           
 Alignment ClustalW.getResults(java.lang.String workDirectory)
           
 Alignment Probcons.getResults(java.lang.String workDirectory)
           
 Alignment Muscle.getResults(java.lang.String workDirectory)
           
 Alignment Mafft.getResults(java.lang.String workDirectory)
           
 

Uses of ResultNotAvailableException in compbio.runner.psiblast
 

Methods in compbio.runner.psiblast that throw ResultNotAvailableException
<V> V
PsiBlast.getResults(java.lang.String directory)
           
 

Uses of ResultNotAvailableException in compbio.ws.server
 

Methods in compbio.ws.server that throw ResultNotAvailableException
 Alignment TcoffeeWS.getResult(java.lang.String jobId)
           
 Alignment ProbconsWS.getResult(java.lang.String jobId)
           
 Alignment MuscleWS.getResult(java.lang.String jobId)
           
 Alignment MafftWS.getResult(java.lang.String jobId)
           
 Alignment ClustalWS.getResult(java.lang.String jobId)