org.gridbus.broker.farming.unicore
Class RemoteJobManager

java.lang.Object
  extended byorg.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)

Constructor Summary
RemoteJobManager()
           
 
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
 

Constructor Detail

RemoteJobManager

public RemoteJobManager()
Method Detail

submit

public void submit(Job j)
Submit the job to the Unicore jobmanager on the remote system.

Parameters:
j -