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

+ +compbio.engine +
+Class Job

+
+java.lang.Object
+  extended by compbio.engine.Job
+
+
+
+
@Immutable
+public final class Job
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Job(String taskId, + String jobId, + ConfiguredExecutable<?> cexecutable) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+static JobgetByJobId(String jobId, + List<Job> jobs) + +
+           
+static JobgetByTaskId(String taskId, + List<Job> jobs) + +
+           
+ ConfiguredExecutable<?>getConfExecutable() + +
+           
+ ClusterJobIdgetJobId() + +
+           
+ StringgetTaskId() + +
+           
+ inthashCode() + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

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

+Job

+
+public Job(String taskId,
+           String jobId,
+           ConfiguredExecutable<?> cexecutable)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getJobId

+
+public ClusterJobId getJobId()
+
+
+
+
+
+
+ +

+getTaskId

+
+public String getTaskId()
+
+
+
+
+
+
+ +

+getConfExecutable

+
+public ConfiguredExecutable<?> getConfExecutable()
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+
+ +

+getByTaskId

+
+public static Job getByTaskId(String taskId,
+                              List<Job> jobs)
+
+
+
+
+
+
+ +

+getByJobId

+
+public static Job getByJobId(String jobId,
+                             List<Job> jobs)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +