|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridbus.broker.farming.common.JobWrapper
public abstract class JobWrapper
This is a model class for submitting jobs to various middleware such as Globus2.0 or Globus 3.0. The minimum nodeRequirements is a job and a server to which the job is submittted.
| Constructor Summary | |
|---|---|
JobWrapper(java.lang.Object o)
This constructor allows for passing of an Object which may be used to configure this object. |
|
| Method Summary | |
|---|---|
void |
executeJob(Job j)
The executeJob will call the protected execute(Job) method, on a seperate thread, to make sure that the execution returns properly. |
java.lang.Object |
getConfig()
|
java.lang.String |
getLocalWorkingDir()
|
abstract void |
terminate()
This method terminates the process running on the remote host and initiates cleanup if required |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobWrapper(java.lang.Object o)
o - | Method Detail |
|---|
public java.lang.Object getConfig()
public final void executeJob(Job j)
j - public java.lang.String getLocalWorkingDir()
public abstract void terminate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||