|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.gridbus.broker.farming.globus.GlobusJobWrapper
This class interacts with the Globus2.4.2 ComputeResourceList at the remote host. It creates RSL for the job, submits RSL to the remote host and spawns off a GlobusJobMonitor thread to monitor the job. The actual job submission is done in a separate thread.
JobWrapper| Constructor Summary | |
GlobusJobWrapper()
|
|
GlobusJobWrapper(org.ietf.jgss.GSSCredential proxy)
Constructor |
|
| Method Summary | |
void |
execute(Job job)
This method actually starts the job process to the middleware. |
org.ietf.jgss.GSSCredential |
getProxy()
Returns the GSSCredential proxy |
void |
setProxy(org.ietf.jgss.GSSCredential credential)
Sets the GSS credential |
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 GlobusJobWrapper()
public GlobusJobWrapper(org.ietf.jgss.GSSCredential proxy)
proxy - | Method Detail |
public void execute(Job job)
JobWrapper
execute in interface JobWrapperjob - - Job to be executedJobWrapper.execute(org.gridbus.broker.farming.common.Job)public void terminate()
JobWrapper
terminate in interface JobWrapperJobWrapper.terminate()public org.ietf.jgss.GSSCredential getProxy()
public void setProxy(org.ietf.jgss.GSSCredential credential)
credential - - the user credential
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||