org.gridbus.broker.farming.unicore
Class RemoteJobManager
java.lang.Object
org.gridbus.broker.farming.unicore.RemoteJobManager
- public class RemoteJobManager
- extends java.lang.Object
This class represents the type of jobmanager on remote Unicore-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.
- Author:
- Srikumar Venugopal(srikumar@cs.mu.oz.au)
|
Method Summary |
void |
submit(Job j)
Submit the job to the Unicore jobmanager on the remote system. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteJobManager
public RemoteJobManager()
submit
public void submit(Job j)
- Submit the job to the Unicore jobmanager on the remote system.
- Parameters:
j -