A B C D E F G H I J K L M N O P Q R S T U V W X _

C

calcJobLimit(long, float) - Method in class org.gridbus.broker.farming.common.ComputeServer
Calculates the number of jobs that can be allocated to this server.
checkPing() - Method in class org.gridbus.broker.farming.globus.GlobusComputeServer
Checks if the compute server is up
checkRequirements() - Method in class org.gridbus.broker.farming.common.ComputeServer
Sends off a job to check if the requirements are satisfied, and tries to perform the appropriate operations to satisfy the requirement.
checkxmldoc(String) - Method in class org.gridbus.broker.farming.alchemi.Xmlvalidator
 
ClassInterpreter - interface org.gridbus.broker.xgrl.ClassInterpreter.
This is the abstract class for resource description interpreters
ClassInterpreter - interface org.gridbus.broker.xpml.ClassInterpreter.
This is the abstract class for task file interpreters
clear() - Method in class org.gridbus.broker.farming.common.JobBuffer
Clears the queue buffer
clear(boolean) - Method in class org.gridbus.broker.farming.common.JobBuffer
Clears the queue buffer
clearCommands() - Method in class org.gridbus.broker.runfile.Task
Clears the current set of commands for this task.
clearFilePaths() - Method in class org.gridbus.broker.farming.common.data.DataHost
Clears all the file paths associated with this datahost
clearVariables() - Method in class org.gridbus.broker.farming.common.Job
Clear the variable list for this job
close() - Method in class org.gridbus.broker.farming.alchemi.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
closeConnection() - Method in class org.gridbus.broker.persistence.db.DBConnection
 
closeinputxmltag() - Method in class org.gridbus.broker.farming.alchemi.AlchemiXmljobwrapper
Closes the input start tag
closeouputxmltag() - Method in class org.gridbus.broker.farming.alchemi.AlchemiXmljobwrapper
Creates the output end tag
closeParameterXmlTag() - Method in class org.gridbus.broker.xpml.Plan2XML
Write an end tag for the parameter xml tag
closeTaskXmlTag() - Method in class org.gridbus.broker.xpml.Plan2XML
Write an end tag for Task
closexmlwriter() - Method in class org.gridbus.broker.farming.alchemi.AlchemiXmljobwrapper
Closes the Alchemi xml job writer and creates the job end tag
closexmlwriter() - Method in class org.gridbus.broker.xpml.Plan2XML
Closes the root tag.
cms - Variable in class org.gridbus.broker.farming.alchemi.AlchemiJob
 
CombinationGenerator - class org.gridbus.broker.xpml.CombinationGenerator.
This class generates the different combinations for the jobs.
CombinationGenerator() - Constructor for class org.gridbus.broker.xpml.CombinationGenerator
 
ComboGen(Hashtable, int) - Method in class org.gridbus.broker.xpml.CombinationGenerator
Generates different combinations for the jobs
commentTag(String) - Method in class org.gridbus.broker.xpml.Plan2XML
Write a comment xml tag
CommonObjects - class org.gridbus.broker.farming.common.CommonObjects.
This class stores and retrieves the common objects in the broker such as datafiles, datahosts tables etc...
CommonObjects() - Constructor for class org.gridbus.broker.farming.common.CommonObjects
Default Constructor
compare(Object, Object) - Method in class org.gridbus.broker.farming.common.data.LinkCostComparator
Compares two data-compute pair objects on the basis of their cost
compare(Object, Object) - Method in class org.gridbus.broker.farming.common.data.LinkBWComparator
Compares two data-compute pair objects on the basis of their cost
compare(Object, Object) - Method in class org.gridbus.broker.scheduler.TimeComparator
Compares two DataCompute pairs with respect to their total time estimate.
compare(Object, Object) - Method in class org.gridbus.broker.scheduler.CostComparator
Compares two data-compute pair objects on the basis of their cost
COMPLETED - Static variable in class org.gridbus.broker.persistence.State
 
ComputeProcessor - class org.gridbus.broker.xgrl.ComputeProcessor.
This class has methods to parse resources from the xml file which specifies the resource-description
ComputeProcessor() - Constructor for class org.gridbus.broker.xgrl.ComputeProcessor
Default constructor
ComputeProcessor(Element) - Constructor for class org.gridbus.broker.xgrl.ComputeProcessor
Sets up the ComputeProcessor class with the element object passed in
ComputeServer - class org.gridbus.broker.farming.common.ComputeServer.
This class describes a general computational server and provides the methods for accessing and manipulating the information contained.
ComputeServer() - Constructor for class org.gridbus.broker.farming.common.ComputeServer
 
ComputeServerManager - class org.gridbus.broker.farming.common.ComputeServerManager.
 
ComputeServerManager(ComputeServer) - Constructor for class org.gridbus.broker.farming.common.ComputeServerManager
 
CONDOR - Static variable in class org.gridbus.broker.farming.common.ComputeServer
Default Condor Version supported
CONDOR_6_6_9 - Static variable in class org.gridbus.broker.farming.common.ComputeServer
 
CONDOR_SHAREDFS - Static variable in class org.gridbus.broker.farming.common.ComputeServer
Condor server with a shared-file-system
CondorComputeServer - class org.gridbus.broker.farming.condor.CondorComputeServer.
This class represents a compute server running Condor
CondorComputeServer(String) - Constructor for class org.gridbus.broker.farming.condor.CondorComputeServer
 
CondorComputeServer(String, boolean) - Constructor for class org.gridbus.broker.farming.condor.CondorComputeServer
 
CondorJobWrapper - class org.gridbus.broker.farming.condor.CondorJobWrapper.
This class interacts with the local host.
CondorJobWrapper() - Constructor for class org.gridbus.broker.farming.condor.CondorJobWrapper
Constructor
CondorJobWrapper(boolean) - Constructor for class org.gridbus.broker.farming.condor.CondorJobWrapper
 
Connect - class org.gridbus.broker.protocol.Connect.
This class represents the connection thread between the remote monitoring clients and the broker
connect() - Method in class org.gridbus.broker.persistence.db.DBWriter
Sets up the database connection, if it is not already set up.
connect() - Method in class org.gridbus.broker.persistence.db.DBReader
Sets up the database connection
connect() - Method in class org.gridbus.broker.util.LdapReplicaAccessUtil
Connect to the LDAP server
connect() - Method in interface org.gridbus.broker.persistence.Writer
 
connect() - Method in interface org.gridbus.broker.persistence.Reader
 
Connect(Socket, GridbusFarmingEngine) - Constructor for class org.gridbus.broker.protocol.Connect
Sets up the connection parameters
Conversion - class org.gridbus.broker.farming.alchemi.Conversion.
This class contains some methods for conversion of byte arrays, hex values etc.
Conversion() - Constructor for class org.gridbus.broker.farming.alchemi.Conversion
 
COPY_CMD - Static variable in class org.gridbus.broker.runfile.TaskCommand
 
copycmd(TaskCommand) - Method in class org.gridbus.broker.farming.alchemi.AlchemiTask
Interprets the copy command for this task
CopyCommand - class org.gridbus.broker.runfile.CopyCommand.
Represents the copy command of a run file.
CopyCommand() - Constructor for class org.gridbus.broker.runfile.CopyCommand
Constructs a CopyCommand and sets its command type.
CostComparator - class org.gridbus.broker.scheduler.CostComparator.
This is a class to compare two data compute pairs on the basis of time taken
CostComparator() - Constructor for class org.gridbus.broker.scheduler.CostComparator
 
countCommands() - Method in class org.gridbus.broker.runfile.Task
Counts the current number of commands for this task.
createJob(int) - Static method in class org.gridbus.broker.examples.GridTask
 
createJobs(String, String) - Static method in class org.gridbus.broker.examples.DataApplicationAPIExample
Creates jobs based on the number of data-files One job is created for each data file found in the SRB data repository.
createTask(String, String) - Method in class org.gridbus.broker.farming.alchemi.CrossPlatformManagerSoapStub
 
createTask(String, String) - Method in interface org.gridbus.broker.farming.alchemi.CrossPlatformManagerSoap
Creates a task on the server
CredentialProcessor - class org.gridbus.broker.xgrl.CredentialProcessor.
 
CredentialProcessor() - Constructor for class org.gridbus.broker.xgrl.CredentialProcessor
 
CredentialProcessor(Element) - Constructor for class org.gridbus.broker.xgrl.CredentialProcessor
 
CrossPlatformManager - interface org.gridbus.broker.farming.alchemi.CrossPlatformManager.
This file was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.
CrossPlatformManagerLocator - class org.gridbus.broker.farming.alchemi.CrossPlatformManagerLocator.
This file was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.
CrossPlatformManagerLocator() - Constructor for class org.gridbus.broker.farming.alchemi.CrossPlatformManagerLocator
 
CrossPlatformManagerSoap - interface org.gridbus.broker.farming.alchemi.CrossPlatformManagerSoap.
This file was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.
CrossPlatformManagerSoapStub - class org.gridbus.broker.farming.alchemi.CrossPlatformManagerSoapStub.
This file was auto-generated from WSDL by the Apache Axis WSDL2Java emitter.
CrossPlatformManagerSoapStub() - Constructor for class org.gridbus.broker.farming.alchemi.CrossPlatformManagerSoapStub
 
CrossPlatformManagerSoapStub(Service) - Constructor for class org.gridbus.broker.farming.alchemi.CrossPlatformManagerSoapStub
 
CrossPlatformManagerSoapStub(URL, Service) - Constructor for class org.gridbus.broker.farming.alchemi.CrossPlatformManagerSoapStub
 

A B C D E F G H I J K L M N O P Q R S T U V W X _