|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ace.moab.api.jobs.JobDependency
com.ace.moab.api.jobs.SyncWithJobDependency
public class SyncWithJobDependency
A job with this type of dependency will wait until it can start simultaneously with a pre-arranged master job that has a dependency of type synccount.
| Constructor Summary | |
|---|---|
SyncWithJobDependency(java.lang.String masterJobID_)
Constructor for this class |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
java.lang.String |
getMasterJobID()
Returns the job ID of a job with a synccount dependency type that will be started simultaneously |
java.lang.String |
toCommand()
Return a moab-readable string representation of the this dependency to be used when submitting jobs |
java.lang.String |
toString()
|
| Methods inherited from class com.ace.moab.api.jobs.JobDependency |
|---|
getType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SyncWithJobDependency(java.lang.String masterJobID_)
masterJobID_ - A job ID of a job with a synccount dependency type that will
be started simultaneously| Method Detail |
|---|
public java.lang.String getMasterJobID()
public java.lang.String toCommand()
toCommand in class JobDependencypublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||