Uses of Class
compbio.metadata.ResultNotAvailableException

Packages that use ResultNotAvailableException
compbio.data.msa Web Service interfaces for JAva Bioinformatics Analysis Web Services. 
compbio.engine   
compbio.engine.client   
compbio.engine.cluster.drmaa   
compbio.engine.local   
compbio.runner.conservation   
compbio.runner.disorder   
compbio.runner.msa Wrappers for native executables for multiple sequence alignment (msa) 
compbio.ws.server   
 

Uses of ResultNotAvailableException in compbio.data.msa
 

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

Uses of ResultNotAvailableException in compbio.engine
 

Methods in compbio.engine that throw ResultNotAvailableException
 ConfiguredExecutable<?> AsyncExecutor.getResults(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(String directory)
           
<V> V
ConfExecutable.getResults(String directory)
           
static ConfiguredExecutable<?> Util.loadExecutable(String taskId)
           
 

Uses of ResultNotAvailableException in compbio.engine.cluster.drmaa
 

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

Uses of ResultNotAvailableException in compbio.engine.local
 

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

Uses of ResultNotAvailableException in compbio.runner.conservation
 

Methods in compbio.runner.conservation that throw ResultNotAvailableException
 ScoreManager AACon.getResults(String workDirectory)
           
 

Uses of ResultNotAvailableException in compbio.runner.disorder
 

Methods in compbio.runner.disorder that throw ResultNotAvailableException
 ScoreManager Jronn.getResults(String workDirectory)
           
 ScoreManager IUPred.getResults(String workDirectory)
           
 ScoreManager GlobPlot.getResults(String workDirectory)
           
 ScoreManager Disembl.getResults(String workDirectory)
           
 

Uses of ResultNotAvailableException in compbio.runner.msa
 

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

Uses of ResultNotAvailableException in compbio.ws.server
 

Methods in compbio.ws.server that throw ResultNotAvailableException
 ScoreManager SequenceAnnotationService.getAnnotation(String jobId)
           
static
<T> ScoreManager
WSUtil.getAnnotation(String jobId, org.apache.log4j.Logger log)
           
 Alignment ClustalWS.getResult(String jobId)
           
 Alignment _MsaService.getResult(String jobId)
           
 Alignment MuscleWS.getResult(String jobId)
           
 Alignment MafftWS.getResult(String jobId)
           
 Alignment TcoffeeWS.getResult(String jobId)
           
 Alignment ProbconsWS.getResult(String jobId)
           
 Alignment ClustalOWS.getResult(String jobId)