X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fengine%2FAsyncExecutor.html;h=711873c110a8549be5f1cb04ca70921073ac3bb0;hb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;hp=b5f9af4d8b12dc74b134d9dabac8f19321964954;hpb=cb02e8a08893701386c270a8bf9d0f08b9cbc4db;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/AsyncExecutor.html b/website/full_javadoc/compbio/engine/AsyncExecutor.html index b5f9af4..711873c 100644 --- a/website/full_javadoc/compbio/engine/AsyncExecutor.html +++ b/website/full_javadoc/compbio/engine/AsyncExecutor.html @@ -2,12 +2,12 @@ - + AsyncExecutor - + @@ -126,7 +126,7 @@ An asynchronous executor engine, capable of running, cancelling,  boolean -cancelJob(java.lang.String jobId) +cancelJob(String jobId)
          Stop running job. @@ -134,7 +134,7 @@ An asynchronous executor engine, capable of running, cancelling,  boolean -cleanup(java.lang.String jobId) +cleanup(String jobId)
          Remove all files and a job directory for a jobid. @@ -142,7 +142,7 @@ An asynchronous executor engine, capable of running, cancelling,  JobStatus -getJobStatus(java.lang.String jobId) +getJobStatus(String jobId)
          Query the status of the job @@ -150,22 +150,22 @@ An asynchronous executor engine, capable of running, cancelling,  ConfiguredExecutable<?> -getResults(java.lang.String jobId) +getResults(String jobId)
          Retrieve the results of the job. - java.lang.String -getWorkDirectory(java.lang.String jobId) + String +getWorkDirectory(String jobId)
            - java.lang.String + String submitJob(ConfiguredExecutable<?> executable)
@@ -189,8 +189,8 @@ An asynchronous executor engine, capable of running, cancelling,

submitJob

-java.lang.String submitJob(ConfiguredExecutable<?> executable)
-                           throws JobSubmissionException
+String submitJob(ConfiguredExecutable<?> executable) + throws JobSubmissionException
Submits job for the execution Immediate execution is not guaranteed, this method puts the job in the queue. @@ -209,7 +209,7 @@ java.lang.String submitJob(

getResults

-ConfiguredExecutable<?> getResults(java.lang.String jobId)
+ConfiguredExecutable<?> getResults(String jobId)
                                    throws ResultNotAvailableException
Retrieve the results of the job. Please not that current implementations of this method @@ -229,7 +229,7 @@ getResults

getWorkDirectory

-java.lang.String getWorkDirectory(java.lang.String jobId)
+String getWorkDirectory(String jobId)
Parameters:
jobId - unique job identifier @@ -241,7 +241,7 @@ java.lang.String getWorkDirectory(java.lang.String jobId)

cleanup

-boolean cleanup(java.lang.String jobId)
+boolean cleanup(String jobId)
Remove all files and a job directory for a jobid.

@@ -255,7 +255,7 @@ boolean cleanup(java.lang.String jobId)

cancelJob

-boolean cancelJob(java.lang.String jobId)
+boolean cancelJob(String jobId)
Stop running job. Please not that this method does not guarantee to remove the job directory and files in it.

@@ -269,7 +269,7 @@ boolean cancelJob(java.lang.String jobId)

getJobStatus

-JobStatus getJobStatus(java.lang.String jobId)
+JobStatus getJobStatus(String jobId)
Query the status of the job