|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Job in org.gridbus.broker.event |
|---|
| Methods in org.gridbus.broker.event with parameters of type Job | |
|---|---|
void |
JobListener.statusChanged(Job j)
Status changed event for a Job |
void |
BrokerEventListener.statusChanged(Job j)
|
| Uses of Job in org.gridbus.broker.farming.common |
|---|
| Methods in org.gridbus.broker.farming.common that return Job | |
|---|---|
Job |
JobBuffer.get()
Gets next available Job off the queue buffer. |
Job |
Job.getPostProcessJob()
|
| Methods in org.gridbus.broker.farming.common with parameters of type Job | |
|---|---|
void |
FarmingEngine.addJob(Job j)
Add a job to the Collection |
void |
JobWrapper.executeJob(Job j)
The executeJob will call the protected execute(Job) method, on a seperate thread, to make sure that the execution returns properly. |
static JobWrapper |
JobWrapperFactory.getJobWrapper(Job j)
Returns a job wrapper for the job based on the type of the server middelware |
static JobWrapper |
JobWrapperFactory.getJobWrapper(Job j,
java.lang.Object config)
Returns a job wrapper for the job based on the type of the server middelware using the given configuration information |
void |
ComputeServer.notifyListeners(Job j)
|
void |
JobBuffer.put(Job j)
Puts a job into the queue buffer |
void |
ComputeServer.recoverJob(Job j)
This method queries the remote-node for the latest job-status and tries to recover the job output from the remote-node. |
void |
Job.setPostProcessJob(Job postjob)
|
void |
JobMonitor.startMonitoring(Job j)
Adds this job to the list of jobs to be monitored |
void |
ComputeServer.startMonitoring(Job j)
Starts monitoring the job passed in, if it was submitted to this server. |
void |
ComputeServerManager.statusChanged(Job j)
|
void |
JobMonitor.stopMonitoring(Job j)
Removes this job to the list of jobs to be monitored |
void |
GridbusFarmingEngine.storeJob(Job j)
|
void |
ComputeServer.submitJob(Job j)
Submits a job for execution on this server. |
| Uses of Job in org.gridbus.broker.farming.common.dispatchers |
|---|
| Constructors in org.gridbus.broker.farming.common.dispatchers with parameters of type Job | |
|---|---|
OutputStager(Job j)
|
|
| Uses of Job in org.gridbus.broker.farming.common.postprocess |
|---|
| Methods in org.gridbus.broker.farming.common.postprocess that return Job | |
|---|---|
Job |
PostProcessManager.getPostProcessJob(java.lang.String jobid)
|
| Methods in org.gridbus.broker.farming.common.postprocess with parameters of type Job | |
|---|---|
void |
PostProcessManager.registerPostProcessJob(java.lang.String jobid,
Job postjob)
|
void |
PostProcessManager.statusChanged(Job j)
|
| Uses of Job in org.gridbus.broker.farming.fork |
|---|
| Methods in org.gridbus.broker.farming.fork with parameters of type Job | |
|---|---|
static void |
ForkWindowsDriver.executeWindowsJNI(java.lang.String remoteWorkingDir,
java.lang.String rJobDir,
java.lang.String localInputDir,
java.lang.String localWorkingDir,
Job job,
java.util.Vector commands,
org.apache.log4j.Logger logger)
|
static int |
ForkWindowsDriver.queryJobStatusWindowsJNI(Job j,
java.lang.String localWorkingDir,
org.apache.log4j.Logger logger)
|
void |
ForkJobWrapper.stageBack(Job job)
|
| Uses of Job in org.gridbus.broker.farming.pbs |
|---|
| Methods in org.gridbus.broker.farming.pbs with parameters of type Job | |
|---|---|
void |
PBSJobWrapper.stageBack(Job job)
|
| Uses of Job in org.gridbus.broker.farming.sge |
|---|
| Methods in org.gridbus.broker.farming.sge with parameters of type Job | |
|---|---|
void |
SGEJobWrapper.stageBack(Job job)
|
| Uses of Job in org.gridbus.broker.farming.xgrid |
|---|
| Methods in org.gridbus.broker.farming.xgrid with parameters of type Job | |
|---|---|
void |
XgridJobWrapper.stageBack(Job job)
|
| Uses of Job in org.gridbus.broker.persistence |
|---|
| Methods in org.gridbus.broker.persistence that return Job | |
|---|---|
Job |
Reader.readJob(java.lang.Object jobID,
java.lang.Object brokerID)
|
| Methods in org.gridbus.broker.persistence with parameters of type Job | |
|---|---|
void |
Writer.saveJob(Job j,
java.lang.Object brokerID)
Saves a job to persistent storage |
void |
ActiveSet.storeJob(Job j)
|
| Uses of Job in org.gridbus.broker.persistence.db |
|---|
| Methods in org.gridbus.broker.persistence.db that return Job | |
|---|---|
Job |
DBReader.readJob(java.lang.Object jobID,
java.lang.Object brokerID)
Reads the job with the given jobID and brokerID from the store, and returns a Job object |
| Methods in org.gridbus.broker.persistence.db with parameters of type Job | |
|---|---|
void |
DBWriter.saveJob(Job j,
java.lang.Object brokerID)
|
| Uses of Job in org.gridbus.broker.scheduler |
|---|
| Methods in org.gridbus.broker.scheduler with parameters of type Job | |
|---|---|
void |
RoundRobinScheduler.statusChanged(Job j)
|
void |
DataSchedulerOld.statusChanged(Job j)
|
void |
DataScheduler.statusChanged(Job j)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||