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.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 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.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.