Uses of Class
compbio.metadata.JobStatus

Packages that use JobStatus
compbio.data.msa Web Service interfaces for JAva Bioinformatics Analysis Web Services. 
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. 
 

Uses of JobStatus in compbio.data.msa
 

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

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.