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=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=5f1099f15c4a1675c231aad010dd317970749ff0;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/Job.html b/website/full_javadoc/compbio/engine/Job.html deleted file mode 100644 index 5f1099f..0000000 --- a/website/full_javadoc/compbio/engine/Job.html +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - -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)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -