|
|||||||||
| 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.SyncCountJobDependency
public class SyncCountJobDependency
A job with this type of dependency will wait until it can start simultaneously with a pre-arranged number of dependent jobs of type syncwith. All syncwith jobs must have specified the synccount job as their master job.
| Constructor Summary | |
|---|---|
SyncCountJobDependency(int dependentJobCount_)
Constructor for this class |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
int |
getDependantJobCount()
Returns the number of syncwith jobs dependent on the job with this synccount dependency. |
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 SyncCountJobDependency(int dependentJobCount_)
dependentJobCount_ - The number of syncwith jobs dependent on the job with this
synccount dependency.| Method Detail |
|---|
public int getDependantJobCount()
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 | ||||||||