Package | Description |
---|---|
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.stat.collector | |
compbio.ws.server |
Modifier and Type | Method and Description |
---|---|
JobStatus |
JManagement.getJobStatus(java.lang.String jobId)
Return the status of the job.
|
Modifier and Type | Field and Description |
---|---|
private JobStatus |
GetJobStatusResponse._return |
Modifier and Type | Method and Description |
---|---|
JobStatus |
GetJobStatusResponse.getReturn() |
Modifier and Type | Method and Description |
---|---|
void |
GetJobStatusResponse.setReturn(JobStatus _return) |
Modifier and Type | Method and Description |
---|---|
JobStatus |
SyncExecutor.getJobStatus()
Query the status of the job by its id.
|
JobStatus |
AsyncExecutor.getJobStatus(java.lang.String jobId)
Query the status of the job
|
Modifier and Type | Method and Description |
---|---|
static boolean |
EngineUtil.isMarked(java.lang.String workDirectory,
JobStatus marker) |
static boolean |
Util.isMarked(java.lang.String workDirectory,
JobStatus marker) |
static boolean |
EngineUtil.writeMarker(java.lang.String workDirectory,
JobStatus fileType) |
static boolean |
Util.writeMarker(java.lang.String workDirectory,
JobStatus fileType) |
Modifier and Type | Method and Description |
---|---|
JobStatus |
JobRunner.getJobStatus() |
JobStatus |
ClusterRunner.getJobStatus() |
(package private) static JobStatus |
JobRunner.getJobStatus(java.lang.String jobId)
This will never return clust.engine.JobStatus.CANCELLED as for sun grid
engine cancelled job is the same as failed.
|
(package private) static JobStatus |
ClusterRunner.getJobStatus(java.lang.String jobId)
This will never return clust.engine.JobStatus.CANCELLED as for sun grid
engine cancelled job is the same as failed.
|
JobStatus |
AsyncJobRunner.getJobStatus(java.lang.String jobId)
This will never return clust.engine.JobStatus.CANCELLED as for sun grid
engine cancelled job is the same as failed.
|
JobStatus |
AsyncClusterRunner.getJobStatus(java.lang.String jobId) |
(package private) static JobStatus |
JobRunner.getRecordedJobStatus(java.lang.String jobId) |
(package private) static JobStatus |
ClusterRunner.getRecordedJobStatus(java.lang.String jobId) |
Modifier and Type | Method and Description |
---|---|
JobStatus |
LocalRunner.getJobStatus() |
static JobStatus |
LocalEngineUtil.getJobStatus(java.util.concurrent.Future<ConfiguredExecutable<?>> future) |
JobStatus |
AsyncLocalRunner.getJobStatus(java.lang.String jobId) |
static JobStatus |
LocalEngineUtil.getRecordedJobStatus(java.lang.String jobId) |
Modifier and Type | Method and Description |
---|---|
static JobStatus |
JobStatus.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
JobDirectory.hasStatus(JobStatus status) |
Modifier and Type | Method and Description |
---|---|
JobStatus |
GenericMetadataService.getJobStatus(java.lang.String jobId) |
JobStatus |
GLprobsWS.getJobStatus(java.lang.String jobId) |
JobStatus |
MafftWS.getJobStatus(java.lang.String jobId) |
JobStatus |
ClustalOWS.getJobStatus(java.lang.String jobId) |
JobStatus |
MSAprobsWS.getJobStatus(java.lang.String jobId) |
JobStatus |
MuscleWS.getJobStatus(java.lang.String jobId) |
JobStatus |
ClustalWS.getJobStatus(java.lang.String jobId) |
JobStatus |
TcoffeeWS.getJobStatus(java.lang.String jobId) |
JobStatus |
ProbconsWS.getJobStatus(java.lang.String jobId) |
static JobStatus |
WSUtil.getJobStatus(java.lang.String jobId) |