|
||||||||||
| 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
public class GlobusJobWrapper
This class interacts with the Globus 2.4/3.2 pre-WS gatekeeper at the remote host. It creates RSL for the job, submits RSL to the remote host . The actual job submission is done in a separate thread.
JobWrapper| Constructor Summary | |
|---|---|
GlobusJobWrapper()
|
|
GlobusJobWrapper(org.ietf.jgss.GSSCredential proxy)
Constructor |
|
GlobusJobWrapper(java.lang.Object o)
|
|
| Method Summary | |
|---|---|
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 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 GlobusJobWrapper()
public GlobusJobWrapper(java.lang.Object o)
o - public GlobusJobWrapper(org.ietf.jgss.GSSCredential proxy)
proxy - | Method Detail |
|---|
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 credential
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||