|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridbus.broker.farming.common.JobWrapper
org.gridbus.broker.farming.xgrid.XgridJobWrapper
public class XgridJobWrapper
This class interacts with the xgrid client host. It creates the script for the job and submits it locally.
JobWrapper| Constructor Summary | |
|---|---|
XgridJobWrapper()
Default constructor |
|
XgridJobWrapper(java.lang.Object o)
|
|
| Method Summary | |
|---|---|
void |
addStageBack(java.lang.String source,
java.lang.String dest)
The list for output files to be staged back by the compute server |
int |
getStageStatus()
Used to check out whether the files have been staged out |
void |
stageBack(Job job)
|
void |
terminate()
This method terminates the process running on the remote host and initiates cleanup if required |
| Methods inherited from class org.gridbus.broker.farming.common.JobWrapper |
|---|
executeJob, getConfig, getLocalWorkingDir |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XgridJobWrapper()
public XgridJobWrapper(java.lang.Object o)
o - | Method Detail |
|---|
public void addStageBack(java.lang.String source,
java.lang.String dest)
source - dest - public void stageBack(Job job)
job - public int getStageStatus()
public void terminate()
JobWrapper
terminate in class JobWrapperJobWrapper.terminate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||