Uses of Class
compbio.metadata.JobStatus

Packages that use JobStatus
compbio.data.msa Web Service interfaces for JAva Bioinformatics Analysis Web Services. 
compbio.data.msa.jaxws   
compbio.engine   
compbio.engine.client   
compbio.engine.cluster.drmaa   
compbio.engine.local   
compbio.metadata A meta-data model for multiple sequence alignment web services Classes in this package have no dependencies to other sources in the project. 
compbio.ws.server   
 

Uses of JobStatus in compbio.data.msa
 

Methods in compbio.data.msa that return JobStatus
 JobStatus JManagement.getJobStatus(String jobId)
          Return the status of the job.
 

Uses of JobStatus in compbio.data.msa.jaxws
 

Methods in compbio.data.msa.jaxws that return JobStatus
 JobStatus GetJobStatusResponse.getReturn()
           
 

Methods in compbio.data.msa.jaxws with parameters of type JobStatus
 void GetJobStatusResponse.setReturn(JobStatus _return)
           
 

Uses of JobStatus in compbio.engine
 

Methods in compbio.engine that return JobStatus
 JobStatus SyncExecutor.getJobStatus()
          Query the status of the job by its id.
 JobStatus AsyncExecutor.getJobStatus(String jobId)
          Query the status of the job
 

Uses of JobStatus in compbio.engine.client
 

Methods in compbio.engine.client with parameters of type JobStatus
static boolean Util.isMarked(String workDirectory, JobStatus marker)
           
static boolean Util.writeMarker(String workDirectory, JobStatus fileType)
           
 

Uses of JobStatus in compbio.engine.cluster.drmaa
 

Methods in compbio.engine.cluster.drmaa that return JobStatus
 JobStatus JobRunner.getJobStatus()
           
 JobStatus AsyncJobRunner.getJobStatus(String jobId)
          This will never return clust.engine.JobStatus.CANCELLED as for sun grid engine cancelled job is the same as failed.
 

Uses of JobStatus in compbio.engine.local
 

Methods in compbio.engine.local that return JobStatus
 JobStatus LocalRunner.getJobStatus()
           
static JobStatus LocalEngineUtil.getJobStatus(Future<ConfiguredExecutable<?>> future)
           
 JobStatus AsyncLocalRunner.getJobStatus(String jobId)
           
static JobStatus LocalEngineUtil.getRecordedJobStatus(String jobId)
           
 

Uses of JobStatus in compbio.metadata
 

Methods in compbio.metadata that return JobStatus
static JobStatus JobStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobStatus[] JobStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of JobStatus in compbio.ws.server
 

Methods in compbio.ws.server that return JobStatus
 JobStatus GenericMetadataService.getJobStatus(String jobId)
           
 JobStatus ClustalWS.getJobStatus(String jobId)
           
 JobStatus MuscleWS.getJobStatus(String jobId)
           
 JobStatus MafftWS.getJobStatus(String jobId)
           
 JobStatus TcoffeeWS.getJobStatus(String jobId)
           
 JobStatus ProbconsWS.getJobStatus(String jobId)
           
 JobStatus ClustalOWS.getJobStatus(String jobId)
           
static JobStatus WSUtil.getJobStatus(String jobId)