Uses of Class
org.gridbus.broker.farming.common.ComputeServer

Packages that use ComputeServer
org.gridbus.broker.farming.alchemi   
org.gridbus.broker.farming.common   
org.gridbus.broker.farming.globus   
org.gridbus.broker.farming.unicore   
org.gridbus.broker.scheduler   
 

Uses of ComputeServer in org.gridbus.broker.farming.alchemi
 

Subclasses of ComputeServer in org.gridbus.broker.farming.alchemi
 class AlchemiComputeServer
          This class represents an compute server running Alchemi middleware
 

Uses of ComputeServer in org.gridbus.broker.farming.common
 

Methods in org.gridbus.broker.farming.common that return ComputeServer
 ComputeServer Job.getServer()
          Returns the server to which the job is allocated
 

Methods in org.gridbus.broker.farming.common with parameters of type ComputeServer
 void FarmingEngine.addServer(ComputeServer s)
          Add a computational server to the Collection
 void Job.setServer(ComputeServer server)
          Sets the server to which the job is to be allocated.
 java.lang.String Job.submit(ComputeServer server)
          Submits a job to the server that is set within this job Throws exception if the server is null.
 

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

Subclasses of ComputeServer in org.gridbus.broker.farming.globus
 class GlobusComputeServer
          This class represents a compute server running Globus middleware
 

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

Subclasses of ComputeServer in org.gridbus.broker.farming.unicore
 class UnicoreComputeServer
          This class describes a UNICORE server and its properties and provides the methods to execute its functions and access its members.
 

Uses of ComputeServer in org.gridbus.broker.scheduler
 

Methods in org.gridbus.broker.scheduler that return ComputeServer
 ComputeServer DataComputePair.getComputeServer()
          Returns the ComputeServer in the pair
 

Methods in org.gridbus.broker.scheduler with parameters of type ComputeServer
 void DataComputePair.setComputeServer(ComputeServer server)
          Sets the compute server for this pair
 

Constructors in org.gridbus.broker.scheduler with parameters of type ComputeServer
DataComputePair(ComputeServer cs, DataHost dh, float time, float budget)
          Constructor for DataComputePair, sets up the internal data structures.