Uses of Class
org.gridbus.broker.GridBrokerException

Packages that use GridBrokerException
org.gridbus.broker   
org.gridbus.broker.examples   
org.gridbus.broker.farming.common   
org.gridbus.broker.farming.common.data   
org.gridbus.broker.persistence   
org.gridbus.broker.scheduler   
org.gridbus.broker.xgrl   
 

Uses of GridBrokerException in org.gridbus.broker
 

Subclasses of GridBrokerException in org.gridbus.broker
 class QosException
           
 

Uses of GridBrokerException in org.gridbus.broker.examples
 

Methods in org.gridbus.broker.examples that throw GridBrokerException
static void GridTask.main(java.lang.String[] args)
           
 

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

Methods in org.gridbus.broker.farming.common that throw GridBrokerException
 void GridbusFarmingEngine.setTempDirectory(java.lang.String tempdir)
          Sets the broker's temporary directory to the specified path.
 void GridbusFarmingEngine.initJobs()
           
 void GridbusFarmingEngine.initResources()
           
 java.lang.String GridbusFarmingEngine.getLocalDirectory()
          Returns the local directory the broker, where the inputs and other job dependencies are found
 void GridbusFarmingEngine.setLocalDirectory(java.lang.String val)
          Sets the LocalDir variable within the Broker Properties.
 long GridbusFarmingEngine.getDeadline()
          Returns the deadline for the jobs currently scheduled / being scheduled
 void GridbusFarmingEngine.setDeadline(java.lang.String date)
          Sets the deadline for the current grid-application running on the broker
 float GridbusFarmingEngine.getBudget()
          Returns the budget for the jobs currently scheduled / being scheduled
 void GridbusFarmingEngine.setBudget(java.lang.String bud)
          Sets the budget for the current grid-application running on the broker
 java.util.Collection GridbusFarmingEngine.getNextNJobs(int n)
           
 java.util.Collection GridbusFarmingEngine.getNextNJobs(int n, int status)
           
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
 

Constructors in org.gridbus.broker.farming.common that throw GridBrokerException
GridbusFarmingEngine()
          Constructor - initializes GridbusFarmingEngine If the BrokerProperties are not set, then it sets it up by looking at the Broker.properties file If Broker.properties is not found, then default configuration properties are used.
 

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

Methods in org.gridbus.broker.farming.common.data that throw GridBrokerException
 void DataHost.setRanks(java.lang.Object o)
           
 void DataHost.setRanks(java.lang.Object o, java.lang.String opt)
          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.
 

Uses of GridBrokerException in org.gridbus.broker.persistence
 

Constructors in org.gridbus.broker.persistence that throw GridBrokerException
State(java.lang.String brokerID)
          Create a new farmingEngine using this constructor.
State(GridbusFarmingEngine fe)
          Represents a State object (which is a snapshot of the entire farming engine at some instance of time.
 

Uses of GridBrokerException in org.gridbus.broker.scheduler
 

Methods in org.gridbus.broker.scheduler that throw GridBrokerException
static Scheduler SchedulerFactory.getScheduler(java.lang.String type, GridbusFarmingEngine gfe)
          Creates an instance of a scheduler, based on the specified "type".
 

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

Uses of GridBrokerException in org.gridbus.broker.xgrl
 

Methods in org.gridbus.broker.xgrl that throw GridBrokerException
 StorageServer StorageProcessor.processGeneric(org.dom4j.Element storageServerElement)
          Returns a StorageServer
 StorageServer StorageProcessor.processDatabase(org.dom4j.Element storageServerElement)
          Returns a StorageServer that contains a database
 GMD InformationServiceProcessor.processGMD(org.dom4j.Element serviceElement)
          Not implemented yet.
 Service InformationServiceProcessor.processSrbMCAT(org.dom4j.Element serviceElement)
          Returns a SrbMCAT Service
 ReplicaCatalog InformationServiceProcessor.processReplicaCatalog(org.dom4j.Element serviceElement)
          Returns a Replica catalog service
 UserCredential CredentialProcessor.extractCredential()
           
 ComputeServer ComputeProcessor.processGlobus(org.dom4j.Element globusElement)
          Returns a collection containing a GlobusComputeServer
 UnicoreGateway ComputeProcessor.processUnicore(org.dom4j.Element unicoreElement)
          Returns an object representing the Unicore gateway
 ComputeServer ComputeProcessor.processAlchemi(org.dom4j.Element alchemiElement)
          Returns a AlchemiComputeServer (representing a Alchemi manager)