|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.runfile.TaskCommand
org.gridbus.broker.runfile.CopyCommand
Represents the copy command of a run file.
| Field Summary |
| Fields inherited from class org.gridbus.broker.runfile.TaskCommand |
COPY_CMD, EXECUTE_CMD, GCOPY_CMD, MCOPY_CMD, REMOTE_EXECUTE_CMD, SUBSTITUTE_CMD, UNKNOWN_CMD |
| Constructor Summary | |
CopyCommand()
Constructs a CopyCommand and sets its command type. |
|
| Method Summary | |
java.lang.String |
getDestination()
Gets the destination location for this copy command. |
java.lang.String |
getSource()
Gets the source location for this copy command. |
boolean |
isDestinationRemote()
Checks whether the destination location is remote. |
boolean |
isSourceRemote()
Checks whether the source location is remote. |
void |
setDestination(java.lang.String destination)
Sets the destination location for this copy command. |
void |
setSource(java.lang.String source)
Sets the source location for this copy command. |
| Methods inherited from class org.gridbus.broker.runfile.TaskCommand |
findType, getType, setType |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CopyCommand()
| Method Detail |
public void setSource(java.lang.String source)
source - where the file will be copied from.public java.lang.String getSource()
public boolean isSourceRemote()
public void setDestination(java.lang.String destination)
destination - where the file will be copied to.public java.lang.String getDestination()
public boolean isDestinationRemote()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||