|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.farming.alchemi.AlchemiJobCreator
This class contains methods to create Alchemi jobs
| Constructor Summary | |
AlchemiJobCreator()
|
|
| Method Summary | |
java.lang.String |
Getjobxml()
Returns the xml representing this job |
void |
input(java.lang.String inp,
java.lang.String inpalias)
Sets the input for this job |
void |
Job()
Default constructor |
void |
output(java.lang.String op)
Sets the output for this job |
void |
run(java.lang.String run)
Sets the executable for this job |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AlchemiJobCreator()
| Method Detail |
public void Job()
public void input(java.lang.String inp,
java.lang.String inpalias)
inp - - the inputinpalias - - alias for the inputpublic void output(java.lang.String op)
op - - the job outputpublic void run(java.lang.String run)
run - - name of the executable
public java.lang.String Getjobxml()
throws java.io.IOException
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||