public class SGEJobData extends AbstractSSHJobData
JobData to the SGE execution environment.| Constructor and Description |
|---|
SGEJobData(String jobId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getJobId()
Get the job's id.
|
int |
hashCode() |
String |
toString() |
public SGEJobData(String jobId)
jobId - the job's idpublic String getJobId()
public boolean equals(Object object)
equals in class AbstractSSHJobDatapublic int hashCode()
hashCode in class AbstractSSHJobDatapublic String toString()
toString in class AbstractSSHJobDataCopyright © 2016. All rights reserved.