Uses of Class
org.gridbus.broker.farming.globus.RemoteJobManager

Packages that use RemoteJobManager
org.gridbus.broker.farming.globus   
org.gridbus.broker.farming.unicore   
 

Uses of RemoteJobManager in org.gridbus.broker.farming.globus
 

Subclasses of RemoteJobManager in org.gridbus.broker.farming.globus
 class RemoteJobManagerPBS
          This is a job manager for handling PBS queueing systems on the remote host It has to check available slots before submitting a job to the remote host
 

Methods in org.gridbus.broker.farming.globus that return RemoteJobManager
 RemoteJobManager GlobusComputeServer.getJobManager()
          Returns the remote job manager.
 

Methods in org.gridbus.broker.farming.globus with parameters of type RemoteJobManager
 void GlobusComputeServer.setJobManager(RemoteJobManager manager)
          Sets the remote job manager.
 

Uses of RemoteJobManager in org.gridbus.broker.farming.unicore
 

Methods in org.gridbus.broker.farming.unicore that return RemoteJobManager
 RemoteJobManager UnicoreComputeServer.getJobManager()
          Returns the remote job manager.
 

Methods in org.gridbus.broker.farming.unicore with parameters of type RemoteJobManager
 void UnicoreComputeServer.setJobManager(RemoteJobManager manager)
          Sets the remote job manager.