|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.common.spec.IOEntry
public class IOEntry
Encapsulates informations about a input/output operation at the MyGrid environment.
Constructor Summary | |
---|---|
IOEntry()
An empty constructor. |
|
IOEntry(java.lang.String command,
java.lang.String sourceFile,
java.lang.String destiny)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getCommand()
|
java.lang.String |
getDestiny()
|
java.lang.String |
getSourceFile()
|
void |
setCommand(java.lang.String command)
|
void |
setDestiny(java.lang.String destiny)
|
void |
setSourceFile(java.lang.String sourceFile)
|
java.lang.String |
toString()
Returns an string representation of this IOEntry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IOEntry()
public IOEntry(java.lang.String command, java.lang.String sourceFile, java.lang.String destiny)
command
- The command that will be executed at the tranfering time.sourceFile
- The path file that will be transfered.destiny
- The destiny's path of the file transfered.Method Detail |
---|
public java.lang.String getCommand()
public java.lang.String getDestiny()
public java.lang.String getSourceFile()
public void setCommand(java.lang.String command)
command
- The command to set.public void setDestiny(java.lang.String destiny)
destiny
- The destiny to set.public void setSourceFile(java.lang.String sourceFile)
sourceFile
- The sourceFile to set.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |