|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.gridbus.broker.runfile.TaskCommand
Parent class for run file commands.
| Field Summary | |
static java.lang.String |
COPY_CMD
|
static java.lang.String |
EXECUTE_CMD
|
static java.lang.String |
GCOPY_CMD
|
static java.lang.String |
MCOPY_CMD
|
static java.lang.String |
REMOTE_EXECUTE_CMD
|
static java.lang.String |
SUBSTITUTE_CMD
|
static java.lang.String |
UNKNOWN_CMD
|
| Constructor Summary | |
TaskCommand(java.lang.String type)
Constructs a command of a given type. |
|
| Method Summary | |
static java.lang.String |
findType(java.lang.String token)
Finds which type of command is represented by the given String. |
java.lang.String |
getType()
Gets which type of command this is. |
void |
setType(java.lang.String type)
Sets which type this command is |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String MCOPY_CMD
public static final java.lang.String GCOPY_CMD
public static final java.lang.String COPY_CMD
public static final java.lang.String EXECUTE_CMD
public static final java.lang.String REMOTE_EXECUTE_CMD
public static final java.lang.String UNKNOWN_CMD
public static final java.lang.String SUBSTITUTE_CMD
| Constructor Detail |
public TaskCommand(java.lang.String type)
type - the command type.| Method Detail |
public void setType(java.lang.String type)
type - the command type.public java.lang.String getType()
public static java.lang.String findType(java.lang.String token)
token - command name
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||