X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fengine%2Flocal%2FLocalEngineUtil.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fengine%2Flocal%2FLocalEngineUtil.html;h=5718816cf14c994f5863d476d21150a392d8d9db;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/local/LocalEngineUtil.html b/website/full_javadoc/compbio/engine/local/LocalEngineUtil.html new file mode 100644 index 0000000..5718816 --- /dev/null +++ b/website/full_javadoc/compbio/engine/local/LocalEngineUtil.html @@ -0,0 +1,335 @@ + + + + + + +LocalEngineUtil + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.engine.local +
+Class LocalEngineUtil

+
+java.lang.Object
+  extended by compbio.engine.local.LocalEngineUtil
+
+
+
+
public final class LocalEngineUtil
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
LocalEngineUtil() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static booleancancelJob(Future<ConfiguredExecutable<?>> future, + String workDirectory) + +
+           
+static booleancleanup(ConfiguredExecutable<?> confExecutable) + +
+           
+static JobStatusgetJobStatus(Future<ConfiguredExecutable<?>> future) + +
+           
+static JobStatusgetRecordedJobStatus(String jobId) + +
+           
+static ConfiguredExecutable<?>getResults(Future<ConfiguredExecutable<?>> future, + String taskId) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+LocalEngineUtil

+
+public LocalEngineUtil()
+
+
+ + + + + + + + +
+Method Detail
+ +

+cancelJob

+
+public static boolean cancelJob(Future<ConfiguredExecutable<?>> future,
+                                String workDirectory)
+
+
+
+
+
+
+ +

+getJobStatus

+
+public static JobStatus getJobStatus(Future<ConfiguredExecutable<?>> future)
+
+
+
+
+
+
+ +

+getRecordedJobStatus

+
+public static JobStatus getRecordedJobStatus(String jobId)
+
+
+
+
+
+
+ +

+cleanup

+
+public static boolean cleanup(ConfiguredExecutable<?> confExecutable)
+
+
+
+
+
+
+ +

+getResults

+
+public static ConfiguredExecutable<?> getResults(Future<ConfiguredExecutable<?>> future,
+                                                 String taskId)
+                                          throws ResultNotAvailableException
+
+
+ +
Throws: +
ResultNotAvailableException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +