|
|||||||||||
| 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.globus.GlobusJobWrapper
This class interacts with the Globus2.4.2 Gatekeeper 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(org.ietf.jgss.GSSCredential proxy)
Constructor |
|
| Method Summary | |
void |
execute(Job job)
This method actually starts the job process to the middleware. |
GassServerUtil |
getGassServer()
Returns the gass server object |
java.lang.String |
getJobUrl()
Returns the job URL |
org.ietf.jgss.GSSCredential |
getProxy()
Returns the GSSCredential proxy |
void |
setGassServer(GassServerUtil util)
Sets the gass server |
void |
setJobUrl(java.lang.String string)
Sets the job url |
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(org.ietf.jgss.GSSCredential proxy)
proxy - | Method Detail |
public void execute(Job job)
JobWrapper
execute in class JobWrapperjob - - Job to be executedJobWrapper.execute(org.gridbus.broker.farming.common.Job)public void terminate()
JobWrapper
terminate in class JobWrapperJobWrapper.terminate()public org.ietf.jgss.GSSCredential getProxy()
public void setProxy(org.ietf.jgss.GSSCredential credential)
credential - - the user credentialpublic GassServerUtil getGassServer()
public void setGassServer(GassServerUtil util)
util - public java.lang.String getJobUrl()
public void setJobUrl(java.lang.String string)
string -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||