|
|||||||||||
| 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.examples |
| Methods in org.gridbus.broker.examples that return Job | |
static Job |
GridTask.createJob(int jobid)
|
| Uses of Job in org.gridbus.broker.farming.alchemi |
| Methods in org.gridbus.broker.farming.alchemi with parameters of type Job | |
void |
AlchemiXmlParser.Xmltodata(java.lang.String outxml,
Job jbw)
|
void |
AlchemiJobWrapper.execute(Job job)
|
void |
AlchemiJobWrapper.startMonitor(Job j)
|
void |
AlchemiJob.AlchemijobSubmit(java.lang.String Taskid,
java.lang.String jobxml,
Job jbw)
Submits the job to the Alchemi manager |
void |
AlchemiComputeServer.prepareJob(Job j)
Prepares job |
| Constructors in org.gridbus.broker.farming.alchemi with parameters of type Job | |
AlchemiTask(Job j)
Constructor for this class |
|
AlchemiJobrun(Job j,
java.lang.String jobXml,
java.lang.String serverstring)
Constructor for this class |
|
AlchemiJobrun(Job j,
java.lang.String jobXml,
java.lang.String serverstring,
java.lang.String executor)
|
|
AlchemiJobMonitor(Job j)
Constructor for this class |
|
| 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. |
| Methods in org.gridbus.broker.farming.common with parameters of type Job | |
static JobWrapper |
JobWrapperFactory.getJobWrapper(Job j)
Returns a job wrapper for the job based on the type of the server middelware |
void |
JobWrapper.execute(Job j)
This method actually starts the job process to the middleware. |
void |
JobMonitor.startMonitoring(Job j)
Adds this job to the list of jobs to be monitored |
void |
JobMonitor.stopMonitoring(Job j)
Removes this job to the list of jobs to be monitored |
void |
JobMonitor.notifyListeners(Job j)
|
void |
JobMonitor.notifyListeners_Blocking(Job j)
This method blocks until all the listeners have processed the event. |
void |
JobBuffer.put(Job j)
Puts a job into the queue buffer |
void |
FarmingEngine.addJob(Job j)
Add a job to the Collection |
void |
ComputeServer.submitJob(Job j)
Submits a job for execution on this server. |
void |
ComputeServer.startMonitoring(Job j)
Starts monitoring the job passed in, if it was submitted to this server. |
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. |
| Uses of Job in org.gridbus.broker.farming.condor |
| Methods in org.gridbus.broker.farming.condor with parameters of type Job | |
void |
CondorJobWrapper.execute(Job job)
|
void |
CondorComputeServer.prepareJob(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 rNodeDir,
java.lang.String rJobDir,
java.lang.String lDir,
java.lang.String ltempDir,
Job job,
java.util.Vector commands,
org.apache.log4j.Logger logger)
|
static int |
ForkWindowsDriver.queryJobStatusWindowsJNI(Job j,
java.lang.String ltempDir,
org.apache.log4j.Logger logger)
|
void |
ForkJobWrapper.execute(Job job)
|
void |
ForkComputeServer.prepareJob(Job j)
|
| Uses of Job in org.gridbus.broker.farming.globus |
| Methods in org.gridbus.broker.farming.globus with parameters of type Job | |
void |
GlobusJobWrapper.execute(Job job)
|
void |
GlobusComputeServer.prepareJob(Job j)
|
| Uses of Job in org.gridbus.broker.farming.pbs |
| Methods in org.gridbus.broker.farming.pbs with parameters of type Job | |
void |
PBSJobWrapper.execute(Job job)
|
void |
PBSComputeServer.prepareJob(Job j)
|
| Uses of Job in org.gridbus.broker.farming.unicore |
| Methods in org.gridbus.broker.farming.unicore with parameters of type Job | |
void |
UnicoreJobWrapper.execute(Job job)
|
void |
UnicoreComputeServer.prepareJob(Job j)
|
| 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 |
| 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)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||