|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Task | |
|---|---|
| org.gridbus.broker.farming.common | |
| org.gridbus.broker.farming.globus | |
| org.gridbus.broker.runfile | |
| org.gridbus.broker.xpml | |
| Uses of Task in org.gridbus.broker.farming.common |
|---|
| Methods in org.gridbus.broker.farming.common that return Task | |
|---|---|
Task |
Job.getTask()
Task is the sequence of commands that describe what a job has to do. |
| Methods in org.gridbus.broker.farming.common with parameters of type Task | |
|---|---|
void |
Job.setTask(Task task)
This sets the task for this job |
| Uses of Task in org.gridbus.broker.farming.globus |
|---|
| Methods in org.gridbus.broker.farming.globus with parameters of type Task | |
|---|---|
boolean |
GridFTPUtil.transfer(Task task)
Transfers the files related to the task to a remote grid node |
| Uses of Task in org.gridbus.broker.runfile |
|---|
| Subclasses of Task in org.gridbus.broker.runfile | |
|---|---|
class |
JobRequirement
|
class |
NodeRequirement
|
class |
Requirement
|
| Methods in org.gridbus.broker.runfile that return Task | |
|---|---|
Task |
RunFile.getFinishTask()
Gets the "rootfinish" task and associated commands defined in the parsed run file. |
Task |
Task.getPostProcessTask()
|
Task |
RunFile.getStartTask()
Gets the "nodestart" task and associated commands defined in the parsed run file. |
| Methods in org.gridbus.broker.runfile with parameters of type Task | |
|---|---|
void |
Task.setPostProcessTask(Task task)
|
| Uses of Task in org.gridbus.broker.xpml |
|---|
| Methods in org.gridbus.broker.xpml that return Task | |
|---|---|
Task |
TaskProcessor.processPostProcess(org.dom4j.Element fragmentElement)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||