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

S

SUBMITTED - Static variable in class org.gridbus.broker.farming.common.Job
 
SUBSTITUTE_CMD - Static variable in class org.gridbus.broker.runfile.TaskCommand
 
Scheduler - class org.gridbus.broker.scheduler.Scheduler.
This is the base scheduler class, and contains main methods for performing the scheduling/
Scheduler(GridbusFarmingEngine) - Constructor for class org.gridbus.broker.scheduler.Scheduler
Constructor for the Scheduler
SingleVariable - class org.gridbus.broker.runfile.SingleVariable.
 
SingleVariable(String) - Constructor for class org.gridbus.broker.runfile.SingleVariable
Constructs a SingleVariable with a name.
SingleVariable(String, String) - Constructor for class org.gridbus.broker.runfile.SingleVariable
Constructs a SingleVariable with a name and a value.
SingleVariable(String, String, String) - Constructor for class org.gridbus.broker.runfile.SingleVariable
Constructs a SingleVariable with a name and type.
SrbDataHost - class org.gridbus.broker.farming.common.SrbDataHost.
This class contains the methods to work with an SRB Data Host.
SrbDataHost(String) - Constructor for class org.gridbus.broker.farming.common.SrbDataHost
 
SrbFileResolver - class org.gridbus.broker.plan.SrbFileResolver.
This class contains utility methods to resolve SRB data files to actual filenames.
SrbFileResolver(Element, Hashtable, Collection) - Constructor for class org.gridbus.broker.plan.SrbFileResolver
Constructor for this class This method sets up the LfnFileResolver internal data structures, to enable it to extract the physical file attributes from the lfns.
StartRun - class org.gridbus.broker.initializer.StartRun.
The main entry point class for running broker on CLI/GUI/MON
StartRun() - Constructor for class org.gridbus.broker.initializer.StartRun
 
SubstituteCommand - class org.gridbus.broker.runfile.SubstituteCommand.
This class represents a substitute command
SubstituteCommand() - Constructor for class org.gridbus.broker.runfile.SubstituteCommand
Constructs a SubstituteCommand and sets its command type.
schedule() - Method in class org.gridbus.broker.farming.common.GridbusFarmingEngine
Initialises the appropriate scheduler based on the broker properties, and starts the scheduler on a seperate thread
schedule() - Method in class org.gridbus.broker.scheduler.DBDataScheduler
 
schedule() - Method in class org.gridbus.broker.scheduler.DBScheduler
Implements the scheduling algorithm, based on cost/time/cost-time optimisation.
schedule() - Method in class org.gridbus.broker.scheduler.DataScheduler
 
schedule() - Method in class org.gridbus.broker.scheduler.Scheduler
Abstract method: schedule to be implemented by derived classes which implement various scheduling algorithms.
scope - Static variable in class org.gridbus.broker.util.LdapReplicaAccessUtil
 
search(String, String[]) - Method in class org.gridbus.broker.util.MDSUtil
Searches for all objects of the host URL.
search(String, String, String[]) - Method in class org.gridbus.broker.util.MDSUtil
Searches for objects matching the given filter of the hsot URL.
search(String, String, String, String[]) - Method in class org.gridbus.broker.util.MDSUtil
Searches objects matching the given filter of the host URL.
searchAndRetrieve(String, String[], Vector) - Method in class org.gridbus.broker.util.LdapReplicaAccessUtil
Searches for the specified attributes for the objects satisfying the filter in the catalog
searchByFilename(String, Object) - Method in class org.gridbus.broker.util.LdapReplicaAccessUtil
 
searchByFilename(String, Object) - Method in interface org.gridbus.broker.util.ReplicaAccess
Searches the Replica Service based on a filename.
searchByFilter(String, Object) - Method in class org.gridbus.broker.util.LdapReplicaAccessUtil
Not implemented for LDAP replica access.
searchByFilter(String, Object) - Method in interface org.gridbus.broker.util.ReplicaAccess
Searches the Replica Service based on a filter string.
setAliveFlag(boolean) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the alive flag
setAllocatedJobs(int) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the number of jobs that have been allocated to this server
setArguments(String) - Method in class org.gridbus.broker.util.RSLUtil
Sets the arguments for the job
setAvgJobComputationTime(float) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the average job completion time
setBrokerProperties(Properties) - Static method in class org.gridbus.broker.farming.common.BrokerProperties
Sets all the broker properties at once
setBusytime(float) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the busytime.
setComputeCost(float) - Method in class org.gridbus.broker.scheduler.DataComputePair
Sets the computeCost.
setComputeServer(ComputeServer) - Method in class org.gridbus.broker.scheduler.DataComputePair
Sets the compute server for this pair
setContactString(String) - Method in class org.gridbus.broker.farming.globus.GlobusComputeServer
Sets the server contact string.
setContactString(String) - Method in class org.gridbus.broker.farming.unicore.UnicoreComputeServer
Sets the server contact string.
setCosts(Object) - Method in class org.gridbus.broker.farming.common.DataHost
Sets the costs for the compute servers randomly between 0 and MAX_COST for this data host and the compute servers in the list
setCosts(String, Object) - Method in class org.gridbus.broker.farming.common.DataHost
Sets the costs for the compute servers after reading from a file specified by COST_FILE in Broker Properties.
setCountLimit(long) - Method in class org.gridbus.broker.util.MDSUtil
Sets the limit for the maximum number of results to be returned during searches.
setCrossPlatformManagerSoapWSDDServiceName(String) - Method in class org.gridbus.broker.farming.alchemi.CrossPlatformManagerLocator
 
setDBProperties(Properties) - Method in class org.gridbus.broker.initializer.Initialization
 
setDataCost(float) - Method in class org.gridbus.broker.scheduler.DataComputePair
Sets the dataCost.
setDataFileList(Collection) - Method in class org.gridbus.broker.plan.FileResolver
Sets the dataFile List
setDataFileList(Collection) - Method in class org.gridbus.broker.plan.ParameterProcessor
 
setDataHost(DataHost) - Method in class org.gridbus.broker.scheduler.DataComputePair
Sets the data host for this pair
setDataHostTable(Hashtable) - Method in class org.gridbus.broker.plan.FileResolver
Sets the dataHostTable.
setDataHostTable(Hashtable) - Method in class org.gridbus.broker.plan.ParameterProcessor
 
setDataTransferTime(float) - Method in class org.gridbus.broker.scheduler.DataComputePair
Sets the time for transferring data from the data host to the compute server
setDestination(String) - Method in class org.gridbus.broker.runfile.CopyCommand
Sets the destination location for this copy command.
setDestination(String) - Method in class org.gridbus.broker.runfile.GCopyCommand
Set destination location.
setDestination(String) - Method in class org.gridbus.broker.runfile.MCopyCommand
Sets the destination location for this copy command.
setDestination(String) - Method in class org.gridbus.broker.runfile.SubstituteCommand
Sets the destination file location for the substitute command.
setDestinationFile(String) - Method in class org.gridbus.broker.plan.Plan2XML
Sets the destination file location for the substitute command.
setDestinationFile(String) - Method in class org.gridbus.broker.plan.XMLReader
Sets the destination file location for the substitute command.
setDirectory(String) - Method in class org.gridbus.broker.util.RSLUtil
Sets the directory for the job
setDomain(String) - Method in class org.gridbus.broker.farming.common.SrbDataHost
 
setDonetime(float) - Method in class org.gridbus.broker.farming.common.Job
Sets the done time
setEnv() - Method in class org.gridbus.broker.util.LdapReplicaAccessUtil
Sets the env.
setExecutable(String) - Method in class org.gridbus.broker.runfile.ExecuteCommand
Sets the executable name for this executable command.
setExecutable(String) - Method in class org.gridbus.broker.util.RSLUtil
Sets the executable for the job
setFailed(boolean) - Method in class org.gridbus.broker.scheduler.Scheduler
 
setFeasible(boolean) - Method in class org.gridbus.broker.farming.common.GridbusFarmingEngine
Sets the feasibility of the broker schedule
setFilename(String) - Method in class org.gridbus.broker.farming.common.DataFile
Sets the name of this file
setFinished(boolean) - Method in class org.gridbus.broker.scheduler.Scheduler
Sets the 'finished' state of the scheduler.
setGassServer(GassServerUtil) - Method in class org.gridbus.broker.farming.globus.GlobusJobError
Sets the Gass Server for this job.
setGassServer(GassServerUtil) - Method in class org.gridbus.broker.farming.globus.GlobusJobOutput
Sets the GASS server for this job.
setGassServer(GassServerUtil) - Method in class org.gridbus.broker.farming.globus.GlobusJobWrapper
Sets the gass server
setGassServer(GassServerUtil) - Method in class org.gridbus.broker.util.RSLUtil
Sets the GASS server for this job
setGatekeeperPort(int) - Method in class org.gridbus.broker.farming.globus.GlobusComputeServer
Sets the remote gatekeeper port.
setGatekeeperPort(int) - Method in class org.gridbus.broker.farming.unicore.UnicoreComputeServer
Sets the remote gatekeeper port.
setGkprList(Object) - Method in class org.gridbus.broker.farming.common.GridbusFarmingEngine
Sets the Gatekeeper list object
setHostListObject(Object) - Method in class org.gridbus.broker.initializer.Initialization
Sets the host list object which is a string(file name) / collection
setHostname(String) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the hostname for this server
setHosts(Object) - Method in class org.gridbus.broker.farming.common.DataFile
Sets vector containing the hosts on which this file is to be found.
setIdentity(Identity) - Method in class org.gridbus.broker.farming.unicore.UnicoreComputeServer
Sets the identity for this server
setJobCompletedTimestamp() - Method in class org.gridbus.broker.farming.common.Job
This function sets a time stamp in the format DateFormat.MEDIUM,DateFormat.MEDIUM It should be called after the job completion.
setJobCompletedTimestamp(String) - Method in class org.gridbus.broker.farming.common.Job
Sets the job completed timestamp as the one that is passed as the parameter.
setJobError(JobOut) - Method in class org.gridbus.broker.farming.common.Job
Sets the job error
setJobHandle(String) - Method in class org.gridbus.broker.farming.common.Job
Sets the unique handle for the job which comes from the middleware..
setJobID(String) - Method in class org.gridbus.broker.farming.common.Job
Sets the job identifier
setJobLimit(int) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the maximum number of jobs that can be allocated to this server.
setJobManager(RemoteJobManager) - Method in class org.gridbus.broker.farming.globus.GlobusComputeServer
Sets the remote job manager.
setJobManager(RemoteJobManager) - Method in class org.gridbus.broker.farming.unicore.UnicoreComputeServer
Sets the remote job manager.
setJobOutput(JobOut) - Method in class org.gridbus.broker.farming.common.Job
Sets the job output
setJobStatus(int) - Method in class org.gridbus.broker.farming.common.Job
Sets the job status
setJobSubmittedTimestamp() - Method in class org.gridbus.broker.farming.common.Job
This function sets a time stamp in the format "MMM dd, yyyy hh:mm:ss" using DateFormat classes
setJobSubmittedTimestamp(String) - Method in class org.gridbus.broker.farming.common.Job
Sets the job submitted timestamp as the one that is passed as the parameter.
setJobUrl(String) - Method in class org.gridbus.broker.farming.globus.GlobusJobWrapper
Sets the job url
setJobWrapper(JobWrapper) - Method in class org.gridbus.broker.farming.common.Job
Sets the job wrapper for this job, to take care of submission, etc..
setJobs(Collection) - Method in class org.gridbus.broker.farming.common.FarmingEngine
 
setJobsCompletedCurrentPoll(int) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the number of Finished jobs
setLDAPUrl(String) - Method in class org.gridbus.broker.util.LdapReplicaAccessUtil
Sets the lDAPUrl.
setLDAPtop(String) - Method in class org.gridbus.broker.util.LdapReplicaAccessUtil
Sets the lDAPtop.
setLimit(int) - Method in class org.gridbus.broker.plan.SrbFileResolver
Limits the number of query results
setLocalDir(String) - Method in class org.gridbus.broker.farming.common.GridbusFarmingEngine
Sets the LocalDir variable within the Broker Properties.
setMaxCPUTime(int) - Method in class org.gridbus.broker.util.RSLUtil
Sets the maximum CPU time for the job
setMaxMemory(int) - Method in class org.gridbus.broker.util.RSLUtil
Set the maximum memory allowed for the job.
setMaxWallTime(int) - Method in class org.gridbus.broker.util.RSLUtil
Sets the maximum time allowed for the job
setMinmemory(int) - Method in class org.gridbus.broker.util.RSLUtil
Sets the minimum memory for the job.
setName(String) - Method in class org.gridbus.broker.runfile.Task
Sets the task name.
setName(String) - Method in class org.gridbus.broker.runfile.Variable
Sets this variables name.
setNumprocs(int) - Method in class org.gridbus.broker.util.RSLUtil
Sets the number of processors required for this job
setOS(String) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the OS
setObject(String, Object) - Static method in class org.gridbus.broker.farming.common.CommonObjects
Stores and object with a specific key
setOutputBuffer(StringBuffer) - Method in class org.gridbus.broker.farming.common.Job
Sets the output buffer.
setPassword(String) - Method in class org.gridbus.broker.farming.common.SrbDataHost
Sets the password for the connection to the SRBserver
setPlanFile(Object) - Method in class org.gridbus.broker.farming.common.GridbusFarmingEngine
Sets the plan file name
setPlanFileName(String) - Method in class org.gridbus.broker.initializer.Initialization
Sets the plan file name
setPrevtime(float) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the last time the server information was updated
setPricePerCpuSec(int) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the cost of using the server per second of the CPUtime used
setPricePerJob(float) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the cost per job for this compute server
setProperty(String, String) - Static method in class org.gridbus.broker.farming.common.BrokerProperties
Sets the property key with the value val
setProxy(GSSCredential) - Static method in class org.gridbus.broker.farming.common.BrokerProperties
Sets the proxy for the broker
setProxy(GSSCredential) - Method in class org.gridbus.broker.farming.common.GridbusFarmingEngine
Set the credential to be using when executing jobs No checks are made as to whether it is valid or active
setProxy(GSSCredential) - Method in class org.gridbus.broker.farming.globus.GlobusComputeServer
Sets the proxy for this server.
setProxy(GSSCredential) - Method in class org.gridbus.broker.farming.globus.GlobusJobWrapper
Sets the GSS credential
setProxy(GSSCredential) - Method in class org.gridbus.broker.farming.globus.RemoteJobManager
Sets the Credential for this job manager
setProxy(GSSCredential) - Method in class org.gridbus.broker.util.GassServerUtil
Sets the GSSCredential proxy
setProxy(GSSCredential) - Method in class org.gridbus.broker.util.RemoteGassServerUtil
 
setQueue(String) - Method in class org.gridbus.broker.util.RSLUtil
Sets the job queue.
setRSL(String) - Method in class org.gridbus.broker.runfile.Task
Sets the RSL for this task
setRankedservers(Object) - Method in class org.gridbus.broker.farming.common.DataHost
Sets the list containing the servers ranked according to total costs
setRanks(Object) - Method in class org.gridbus.broker.farming.common.DataHost
Ranks the compute servers based on the network bandwidth between the compute server and this datahost
setReference(Reference) - Method in class org.gridbus.broker.farming.unicore.UnicoreComputeServer
Sets the reference for this server
setRunning(boolean) - Method in class org.gridbus.broker.farming.globus.GlobusJobMonitor
Sets the running state of the monitor
setSearchScope(int) - Method in class org.gridbus.broker.util.MDSUtil
Sets the scope to be used during searches.
setSecure(GSSCredential) - Method in class org.gridbus.broker.util.MDSUtil
Sets up this MDSUtil to use secure connections.
setServer(ComputeServer) - Method in class org.gridbus.broker.farming.common.Job
Sets the server to which the job is to be allocated.
setServerID(String) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the server ID
setServers(Collection) - Method in class org.gridbus.broker.farming.common.FarmingEngine
 
setSizeInBytes(long) - Method in class org.gridbus.broker.farming.common.DataFile
Set the size of the file in bytes
setSource(String) - Method in class org.gridbus.broker.runfile.CopyCommand
Sets the source location for this copy command.
setSource(String) - Method in class org.gridbus.broker.runfile.GCopyCommand
Set source location.
setSource(String) - Method in class org.gridbus.broker.runfile.MCopyCommand
Set source location (must be local, so must be 'node:xxx')
setSource(String) - Method in class org.gridbus.broker.runfile.SubstituteCommand
Sets the source file location for this substitute command.
setSourceFile(String) - Method in class org.gridbus.broker.plan.Plan2XML
Sets the source file location for this substitute command.
setSourceFile(String) - Method in class org.gridbus.broker.plan.XMLReader
Sets the source file location for this substitute command.
setSrbHost(String) - Method in class org.gridbus.broker.farming.common.SrbDataHost
 
setSrbPort(int) - Method in class org.gridbus.broker.farming.common.SrbDataHost
 
setStatus(String) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the Status
setStatus(int) - Method in class org.gridbus.broker.farming.globus.GlobusJob
* @see org.globus.gram.GramJob#setStatus(int)
setStderr(String) - Method in class org.gridbus.broker.util.RSLUtil
Sets the std err for this job
setStdout(String) - Method in class org.gridbus.broker.util.RSLUtil
Sets the std out for this job
setSubmitRecord(Object) - Method in class org.gridbus.broker.farming.common.Job
Sets the submit record object
setTask(Task) - Method in class org.gridbus.broker.farming.common.Job
This sets the task for this job
setTimeLimit(int) - Method in class org.gridbus.broker.util.MDSUtil
Sets the time limit (in ms) to wait for search results.
setTimeperjob(float) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the timeperjob.
setTotalCost(float) - Method in class org.gridbus.broker.scheduler.DataComputePair
Returns the totalCost.
setTotalFinishedJobs(int) - Method in class org.gridbus.broker.farming.common.ComputeServer
Sets the number of jobs that have been finished so far
setTotalTime(float) - Method in class org.gridbus.broker.scheduler.DataComputePair
Sets the total time for this pair
setType(String) - Method in class org.gridbus.broker.runfile.TaskCommand
Sets which type this command is
setType(String) - Method in class org.gridbus.broker.runfile.Variable
 
setUp() - Method in class org.gridbus.broker.initializer.Initialization
The setup method reads the following files: - plan file - gatekeeper file From the plan file, this method retrieves the logical filenames, resolves these to the actual physical file location, retrieves the file attributes for each file and sets up the datafiles and datahosts tables The plan file contents are also used to prepare the jobs to be scheduled From the gatekeeper file, the compute servers are discovered and probed.
setUsername(String) - Method in class org.gridbus.broker.farming.common.SrbDataHost
 
setValue(String) - Method in class org.gridbus.broker.runfile.SingleVariable
Sets the value of this variable.
setValues() - Method in class org.gridbus.broker.farming.globus.GlobusComputeServer
Checks if the compute server is up, and sets all its attributes
setValues() - Method in class org.gridbus.broker.farming.unicore.UnicoreComputeServer
Checks if the compute server is up, and sets all its attributes
setValues(String[]) - Method in class org.gridbus.broker.runfile.ListVariable
Sets the set of possible values of this variable.
setValues(String) - Method in class org.gridbus.broker.runfile.ListVariable
Sets the set of possible values of this variable using a String representation of the set.
setVariableTable(Hashtable) - Method in class org.gridbus.broker.farming.common.Job
The variable values for the job are stord in a hashtable in the form of name value pairs This function passes a hashtable to be used as the variable storage..
setVsiteTh(VsiteTh) - Method in class org.gridbus.broker.farming.unicore.UnicoreComputeServer
Gets the Vsite for this server
set_any(MessageElement[]) - Method in class org.gridbus.broker.farming.alchemi._ListLiveAppsResponse_ListLiveAppsResult
 
setjobwait(String) - Method in class org.gridbus.broker.protocol.ProtocolMethod
Sets the job status to "Unsubmitted", in effect causing it to be rescheduled.
setkeybudget(String) - Method in class org.gridbus.broker.protocol.ProtocolMethod
Sets the budget for the current schedule.
setkeydeadline(String) - Method in class org.gridbus.broker.protocol.ProtocolMethod
Sets the deadline for the current schedule.
setkeygridmonitorcurrenttime(String) - Method in class org.gridbus.broker.protocol.ProtocolMethod
 
setkeygridmonitordeltatime(String) - Method in class org.gridbus.broker.protocol.ProtocolMethod
 
setkeygridmonitorstarttime(String) - Method in class org.gridbus.broker.protocol.ProtocolMethod
 
setkeyschedule(String) - Method in class org.gridbus.broker.protocol.ProtocolMethod
Sets the type of scheduling algorithm to be used by the broker.
setoutput(String) - Method in class org.gridbus.broker.farming.alchemi.AlchemiOutputThread
Sets the output of this job
setserverstring(String) - Method in class org.gridbus.broker.farming.alchemi.AlchemiComputeServer
Sets the server contact string
setserverstring(String) - Method in class org.gridbus.broker.farming.alchemi.AlchemiJobWrapper
Sets the server string for this job
shutdown() - Method in class org.gridbus.broker.protocol.ProtocolMethod
Instructs the broker to shutdown Returns an OK response if successful, an error message otherwise.
shutdown() - Method in class org.gridbus.broker.util.GassServerUtil
Shuts down a GASS server
shutdown() - Method in class org.gridbus.broker.util.RemoteGassServerUtil
 
size() - Method in class org.gridbus.broker.util.TokenStack
Returns the size of the stack
sizef - Static variable in class org.gridbus.broker.farming.alchemi.Alchemi_Job_Encode_Decode
 
sort(Vector) - Method in class org.gridbus.broker.scheduler.Scheduler
Sorts the compute server list by cost
start() - Method in class org.gridbus.broker.protocol.ProtocolMethod
Instructs the broker to start actual scheduling, while in monitoring mode Returns an OK response.
start() - Method in class org.gridbus.broker.util.GassServerUtil
Registers and activates a GASS server
start(String) - Method in class org.gridbus.broker.util.RemoteGassServerUtil
 
statusChanged(String) - Method in interface org.gridbus.broker.farming.alchemi.AlchemiJobListener
The statusChanged event is raised when the job status changes.
statusChanged(String) - Method in class org.gridbus.broker.farming.alchemi.AlchemiJobMonitor
 
stepInteger(String, String, String) - Method in class org.gridbus.broker.plan.ParameterProcessor
Returns a string listing out the job parameters, in case of a range with a step between each value
stop() - Method in class org.gridbus.broker.protocol.ProtocolMethod
Stops the broker scheduling process.
stringToByteArray(String, String) - Static method in class org.gridbus.broker.farming.alchemi.Conversion
Use if you don't want to have to catch a million UnsupportedEncodingExceptions.
submit(ComputeServer) - Method in class org.gridbus.broker.farming.common.Job
Submits a job to the server that is set within this job Throws exception if the server is null.
submit(Job) - Method in class org.gridbus.broker.farming.globus.RemoteJobManager
Submit the job to the Globus jobmanager on the remote system.
submit(Job) - Method in class org.gridbus.broker.farming.unicore.RemoteJobManager
Submit the job to the Unicore jobmanager on the remote system.
submitJob(Job) - Method in class org.gridbus.broker.farming.alchemi.AlchemiComputeServer
Submits a job for execution on this server.
submitJob(Job) - Method in class org.gridbus.broker.farming.common.ComputeServer
Submits a job for execution on this server.
submitJob(Job) - Method in class org.gridbus.broker.farming.globus.GlobusComputeServer
Submits the job to the job manager
submitJob(Job) - Method in class org.gridbus.broker.farming.unicore.UnicoreComputeServer
Submits the job to the job manager
submitTask(String, String, String) - Method in interface org.gridbus.broker.farming.alchemi.CrossPlatformManagerSoap
Submits the task passed in via taskXML to the server
submitTask(String, String, String) - Method in class org.gridbus.broker.farming.alchemi.CrossPlatformManagerSoapStub
 
substitute(String, TaskCommand) - Method in class org.gridbus.broker.farming.alchemi.AlchemiTask
Substitutes the input with the job variables and returns the result
suspendEncoding() - Method in class org.gridbus.broker.farming.alchemi.Base64.OutputStream
Suspends encoding of the stream.

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