|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.farming.common.JobWrapper
This is a model class for submitting jobs to various middleware such as Globus2.0 or Globus 3.0. The minimum requirement is a job and a server to which the job is submittted.
| Constructor Summary | |
JobWrapper()
|
|
| Method Summary | |
void |
execute(Job j)
This method actually starts the job process to the middleware. |
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()
| Method Detail |
public void execute(Job j)
j - - Job to be executedpublic void terminate()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||