Uses of Class
org.gridbus.broker.GridBrokerException

Packages that use GridBrokerException
org.gridbus.broker   
org.gridbus.broker.farming.common   
org.gridbus.broker.initializer   
org.gridbus.broker.scheduler   
 

Uses of GridBrokerException in org.gridbus.broker
 

Subclasses of GridBrokerException in org.gridbus.broker
 class QosException
           
 

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

Methods in org.gridbus.broker.farming.common that throw GridBrokerException
static java.lang.String BrokerProperties.getProperty(java.lang.String key)
          Returns a specified property or null if it doesn't exist.
static void BrokerProperties.setProperty(java.lang.String key, java.lang.String val)
          Sets the property key with the value val
 void DataHost.setRanks(java.lang.Object o)
          Ranks the compute servers based on the network bandwidth between the compute server and this datahost
 void DataHost.setCosts(java.lang.String costStr, java.lang.Object o)
          Sets the costs for the compute servers after reading from a file specified by COST_FILE in Broker Properties.
 float DataHost.getBandwidth(java.lang.String cs)
          Returns the bandwidth that was last recorded between this data host and the hostname supplied as argument.
 float DataHost.getCost(java.lang.String cs)
          Returns the cost for the network link between this data host and the hostname supplied as argument.
 void GridbusFarmingEngine.schedule()
          Initialises the appropriate scheduler based on the broker properties, and starts the scheduler on a seperate thread
 java.lang.String GridbusFarmingEngine.getLocalDir()
          Returns the local directory the broker
 void GridbusFarmingEngine.setLocalDir(java.lang.String val)
          Sets the LocalDir variable within the Broker Properties.
 long GridbusFarmingEngine.returnDeadline()
          Returns the deadline for the jobs currently scheduled / being scheduled
 float GridbusFarmingEngine.returnBudget()
          Returns the budget for the jobs currently scheduled / being scheduled
 

Constructors in org.gridbus.broker.farming.common that throw GridBrokerException
GridbusFarmingEngine()
          Constructor - initializes GridbusFarmingEngine by looking at the DB.properties file If DB.properties is not found, then nothing is started.
 

Uses of GridBrokerException in org.gridbus.broker.initializer
 

Methods in org.gridbus.broker.initializer that throw GridBrokerException
static void StartRun.main(java.lang.String[] args)
          The main method is the entry point to the broker.
 

Uses of GridBrokerException in org.gridbus.broker.scheduler
 

Constructors in org.gridbus.broker.scheduler that throw GridBrokerException
DBDataScheduler(GridbusFarmingEngine fe, java.lang.String opt)
          Constructor for the scheduler