|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.farming.globus.RemoteJobManager
This class represents the type of jobmanager on remote Globus-managed systems. It handles only the default jobmanager(i.e. fork) but can be subclassed to represent other jobmanagers such a pbs, nqs, loadleveler, etc.
| Constructor Summary | |
RemoteJobManager()
Default constructor |
|
| Method Summary | |
org.ietf.jgss.GSSCredential |
getProxy()
Returns the credential supplied to this job manager. |
void |
setProxy(org.ietf.jgss.GSSCredential credential)
Sets the Credential for this job manager |
void |
submit(Job j)
Submit the job to the Globus jobmanager on the remote system. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RemoteJobManager()
| Method Detail |
public void submit(Job j)
j - public org.ietf.jgss.GSSCredential getProxy()
public void setProxy(org.ietf.jgss.GSSCredential credential)
credential -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||