|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.common.spec.TaskSpec
public class TaskSpec
Entity that encapsulates all the infomations given by the user about each task. To inform, the user uses the Description Files that can be compiled by CommonCompiler.
CommonCompiler
,
Serialized FormConstructor Summary | |
---|---|
TaskSpec(IOBlock initBlock,
java.lang.String remoteExec,
IOBlock finalBlock)
The constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
IOBlock |
getFinalBlock()
Gets the final part of a task. |
IOBlock |
getInitBlock()
Gets the init part of a task. |
java.lang.String |
getRemoteExec()
Gets the remote part of a task. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TaskSpec(IOBlock initBlock, java.lang.String remoteExec, IOBlock finalBlock) throws TaskSpecificationException
initBlock
- The information about the files that will be transfered
to the remote machine that will be used at the execution of the
task.remoteExec
- The command that will be run at the remote machine to
execute the task.finalBlock
- The information about the files that will be transfered
from the remote machine as results of the execution.
TaskSpecificationException
- If the informations about the task are
not valid.Method Detail |
---|
public IOBlock getInitBlock()
public IOBlock getFinalBlock()
public java.lang.String getRemoteExec()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |