|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ace.moab.api.jobs.JobDependency
public abstract class JobDependency
This object represents a moab Job Dependency. The depend type is one of the
common TORQUE-style dependency types, such as 'afterok'. See the
DependencyType enum for a complete list of dependency types and what
they mean.
| Constructor Summary | |
|---|---|
protected |
JobDependency(DependencyType type)
Create a dependency of the given type. |
| Method Summary | |
|---|---|
DependencyType |
getType()
Get the Dependency type of this object |
abstract java.lang.String |
toCommand()
Return a moab-readable string representation of the this dependency to be used when submitting jobs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected JobDependency(DependencyType type)
type - The type of dependencyjob - an ID for a job that is the target for this dependency| Method Detail |
|---|
public DependencyType getType()
public abstract java.lang.String toCommand()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||