JAL-3066 Implement clustaloWS using slivka system.
[jalview.git] / src / jalview / ws / api / JalviewWebServiceI.java
index ecc8bab..6dda359 100644 (file)
@@ -8,6 +8,14 @@ public interface JalviewWebServiceI
 
   void updateStatus(WsJob job);
 
+  /**
+   * Retrieve any additional log information for the job and update WsJob's
+   * progress. Results won't be retrieved until progress updates have finished.
+   * 
+   * @param job
+   * @return true if Job's stdout/progress panel was added to
+   * @throws Exception
+   */
   boolean updateJobProgress(WsJob job) throws Exception;
 
   boolean handleSubmitError(Throwable _lex, WsJob j, WebserviceInfo wsInfo)