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.common.queues   
org.gridbus.broker.farming.condor   
org.gridbus.broker.farming.fork   
org.gridbus.broker.farming.globus   
org.gridbus.broker.farming.pbs   
org.gridbus.broker.farming.unicore   
org.gridbus.broker.persistence   
org.gridbus.broker.persistence.db   
org.gridbus.broker.scheduler   
org.gridbus.broker.xgrl   
 

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
static ComputeServer ServerFactory.getComputeServer(java.lang.String hostname)
          Creates an instance of a middle-ware specific computeserver, based on the specified "type".
static ComputeServer ServerFactory.getComputeServer(int type, java.lang.String hostname)
          Creates an instance of a middle-ware specific computeserver, based on the specified "type".
static ComputeServer ServerFactory.getComputeServer(int type, java.lang.String hostname, java.lang.String contactString)
          Creates an instance of a middle-ware specific computeserver, based on the specified "type".
 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 Job.setServer(ComputeServer server)
          Sets the server to which the job is to be allocated.
 void FarmingEngine.addServer(ComputeServer s)
          Add a computational server to the Collection
 

Constructors in org.gridbus.broker.farming.common with parameters of type ComputeServer
QueueComputeServerManager(ComputeServer server)
           
QueueComputeServerManager(ComputeServer server, java.lang.String type)
           
JobMonitor(ComputeServer server)
           
DefaultComputeServerManager(ComputeServer server)
           
ComputeServerManager(ComputeServer server)
           
 

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

Constructors in org.gridbus.broker.farming.common.queues with parameters of type ComputeServer
QueueManagerPBS(ComputeServer server)
           
 

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

Subclasses of ComputeServer in org.gridbus.broker.farming.condor
 class CondorComputeServer
          This class represents a compute server running Condor
 

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

Subclasses of ComputeServer in org.gridbus.broker.farming.fork
 class ForkComputeServer
          This class represents a compute server running Fork
 

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.pbs
 

Subclasses of ComputeServer in org.gridbus.broker.farming.pbs
 class PBSComputeServer
          This class represents a compute server running PBS
 

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.persistence
 

Methods in org.gridbus.broker.persistence that return ComputeServer
 ComputeServer Reader.readServer(java.lang.Object serverID, java.lang.Object brokerID)
           
 

Methods in org.gridbus.broker.persistence with parameters of type ComputeServer
 void Writer.saveServer(ComputeServer cs, java.lang.Object brokerID)
          Saves a compute server to persistent storage
 

Uses of ComputeServer in org.gridbus.broker.persistence.db
 

Methods in org.gridbus.broker.persistence.db that return ComputeServer
 ComputeServer DBReader.readServer(java.lang.Object serverID, java.lang.Object brokerID)
          Returns the ComputeServer record read from the DB corresponding to the given serverID and brokerID
 

Methods in org.gridbus.broker.persistence.db with parameters of type ComputeServer
 void DBWriter.saveServer(ComputeServer cs, java.lang.Object brokerID)
           
 

Uses of ComputeServer in org.gridbus.broker.scheduler
 

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

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

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

Uses of ComputeServer in org.gridbus.broker.xgrl
 

Methods in org.gridbus.broker.xgrl that return ComputeServer
 ComputeServer ComputeProcessor.processLocal(org.dom4j.Element computeElement)
          Returns a ComputeServer representing the jobmanager on the localhost
 ComputeServer ComputeProcessor.processRemote(org.dom4j.Element computeElement)
          Returns a ComputeServer
 ComputeServer ComputeProcessor.processGlobus(org.dom4j.Element globusElement)
          Returns a collection containing a GlobusComputeServer
 ComputeServer ComputeProcessor.processAlchemi(org.dom4j.Element alchemiElement)
          Returns a AlchemiComputeServer (representing a Alchemi manager)