|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.runfile.Task
Represents the task element of a run file.
| Constructor Summary | |
Task()
Default constructor. |
|
Task(java.lang.String name)
Constructs a task with the given name. |
|
| Method Summary | |
void |
addCommand(TaskCommand cmd)
Adds a Task Command (run file command) to this Task. |
void |
clearCommands()
Clears the current set of commands for this task. |
int |
countCommands()
Counts the current number of commands for this task. |
java.util.Vector |
getCommands()
Gets the current set of commands for this task. |
java.lang.String |
getName()
Gets the task name. |
void |
setName(java.lang.String name)
Sets the task name. |
void |
setRSL(java.lang.String rsl)
Sets the RSL for this task |
java.lang.String |
toRSL()
Produces the rsl representation of this task. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Task()
public Task(java.lang.String name)
name - the name of the task.| Method Detail |
public void setName(java.lang.String name)
name - the name of the task.public java.lang.String getName()
public void addCommand(TaskCommand cmd)
cmd - the command to add.public java.util.Vector getCommands()
public void clearCommands()
public int countCommands()
public java.lang.String toRSL()
public void setRSL(java.lang.String rsl)
rsl -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||