X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fmsa%2FJManagement.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fmsa%2FJManagement.html;h=0000000000000000000000000000000000000000;hb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;hp=c8e526c14b73a649953bbfc1d97cef93640c3671;hpb=bc3346bd7c1c518fad867d4c60a53779e7516588;p=jabaws.git diff --git a/website/dm_javadoc/compbio/data/msa/JManagement.html b/website/dm_javadoc/compbio/data/msa/JManagement.html deleted file mode 100644 index c8e526c..0000000 --- a/website/dm_javadoc/compbio/data/msa/JManagement.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - -JManagement - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.data.msa -
-Interface JManagement

-
-
All Known Subinterfaces:
MsaWS<T>, SequenceAnnotation<T>
-
-
-
-
public interface JManagement
- - -

-


- -

- - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleancancelJob(String jobId) - -
-          Stop running the job jobId but leave its output untouched
- JobStatusgetJobStatus(String jobId) - -
-          Return the status of the job.
- ChunkHolderpullExecStatistics(String jobId, - long position) - -
-          Reads 1kb chunk from the statistics file which is specific to a given web - service from the position.
-  -

- - - - - - - - -
-Method Detail
- -

-cancelJob

-
-boolean cancelJob(String jobId)
-
-
Stop running the job jobId but leave its output untouched -

-

- -
Returns:
true if job was cancelled successfully, false otherwise -
Throws: -
InvalidParameterException - is thrown if jobId is empty or cannot be recognised e.g. in - invalid format
-
-
-
- -

-getJobStatus

-
-JobStatus getJobStatus(String jobId)
-
-
Return the status of the job. -

-

-
Parameters:
jobId - - unique job identifier -
Returns:
JobStatus - status of the job -
Throws: -
InvalidParameterException - is thrown if jobId is empty or cannot be recognised e.g. in - invalid format
See Also:
JobStatus
-
-
-
- -

-pullExecStatistics

-
-ChunkHolder pullExecStatistics(String jobId,
-                               long position)
-
-
Reads 1kb chunk from the statistics file which is specific to a given web - service from the position. If in time of a request less then - 1kb data is available from the position to the end of the file, then it - returns all the data available from the position to the end of the file. -

-

-
Parameters:
jobId - - unique job identifier
position - - next position within the file to read -
Returns:
ChunkHolder - which contains a chunk of data and a next position - within the file from which no data has been read -
Throws: -
InvalidParameterException - thrown if jobId is empty or cannot be recognised e.g. in - invalid format and also if the position value is negative
See Also:
ChunkHolder
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -