Uses of Class
org.gridbus.broker.GridBrokerException

Packages that use GridBrokerException
org.gridbus.broker   
org.gridbus.broker.farming.common   
org.gridbus.broker.farming.common.data   
org.gridbus.broker.scheduler   
org.gridbus.broker.server   
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.farming.common
 

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

Constructors in org.gridbus.broker.farming.common that throw GridBrokerException
GridbusFarmingEngine()
          Constructor - initializes GridbusFarmingEngine
GridbusFarmingEngine(java.lang.Object config)
          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.
GridbusFarmingEngine(java.lang.Object config, boolean initRecovery)
          This constructor is called by the recovery process
 

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

Methods in org.gridbus.broker.farming.common.data that throw GridBrokerException
 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 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.
 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
 

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 fe)
          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.server
 

Methods in org.gridbus.broker.server that throw GridBrokerException
 GridbusFarmingEngine GridbusBrokerServer.getGridbusFarmingEngine(FarmingEngineKey key)
           
 GridbusFarmingEngine GridbusBrokerServer.getGridbusFarmingEngine(FarmingEngineKey key, BrokerProperties properties)
           
 java.util.Map GridbusBrokerServer.getGridbusFarmingEngines(FarmingEngineKey key)
           
static GridbusBrokerServer GridbusBrokerServer.getInstance()
           
 java.util.Map GridbusBrokerServer.getRemoteGridbusFarmingEngines()
           
 

Constructors in org.gridbus.broker.server that throw GridBrokerException
GridbusBrokerServer()
           
 

Uses of GridBrokerException in org.gridbus.broker.xgrl
 

Methods in org.gridbus.broker.xgrl that throw GridBrokerException
 UserCredential CredentialProcessor.extractCredential()
           
 ComputeServer ComputeProcessor.processAlchemi(org.dom4j.Element resourceElement)
          Returns a AlchemiComputeServer (representing a Alchemi manager)
 ComputeServer ComputeProcessor.processCondor(org.dom4j.Element resourceElement)
           
 StorageServer StorageProcessor.processDatabase(org.dom4j.Element storageServerElement)
          Returns a StorageServer that contains a database
 ComputeServer ComputeProcessor.processFork(org.dom4j.Element resourceElement)
           
 StorageServer StorageProcessor.processGeneric(org.dom4j.Element storageServerElement)
          Returns a StorageServer
 ComputeServer ComputeProcessor.processGlobus(org.dom4j.Element resourceElement)
          Returns a collection containing a GlobusComputeServer
 MarketService InformationServiceProcessor.processMarketService(org.dom4j.Element serviceElement)
          Not implemented yet.
 NetworkStatusService InformationServiceProcessor.processNetworkStatus(org.dom4j.Element serviceElement)
          Returns a NetworkStatusService
 ComputeServer ComputeProcessor.processPbs(org.dom4j.Element resourceElement)
           
 ReplicaCatalog InformationServiceProcessor.processReplicaCatalog(org.dom4j.Element serviceElement)
          Returns a Replica catalog service
 ComputeServer ComputeProcessor.processSge(org.dom4j.Element resourceElement)
           
 Service InformationServiceProcessor.processSrbMCAT(org.dom4j.Element serviceElement)
          Returns a SrbMCAT Service
 UnicoreGateway ComputeProcessor.processUnicore(org.dom4j.Element resourceElement)
          Returns an object representing the Unicore gateway
 ComputeServer ComputeProcessor.processXgrid(org.dom4j.Element resourceElement)
          Returns a an XgridComputeServer