org.gridbus.broker.constants
Class TaskCommandType
java.lang.Object
org.gridbus.broker.constants.TaskCommandType
public final class TaskCommandType
- extends java.lang.Object
- Author:
- Krishna
|
Method Summary |
static java.lang.String |
stringValue(int type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPY_CMD
public static final int COPY_CMD
- See Also:
- Constant Field Values
EXECUTE_CMD
public static final int EXECUTE_CMD
- See Also:
- Constant Field Values
SUBSTITUTE_CMD
public static final int SUBSTITUTE_CMD
- See Also:
- Constant Field Values
WEBSERVICE_CMD
public static final int WEBSERVICE_CMD
- See Also:
- Constant Field Values
SCS_OBSRV_CMD
public static final int SCS_OBSRV_CMD
- See Also:
- Constant Field Values
SCS_PLTFDSC_CMD
public static final int SCS_PLTFDSC_CMD
- See Also:
- Constant Field Values
SCS_SNSRDSC_CMD
public static final int SCS_SNSRDSC_CMD
- See Also:
- Constant Field Values
SCS_OBSRVDUR_CMD
public static final int SCS_OBSRVDUR_CMD
- See Also:
- Constant Field Values
TaskCommandType
public TaskCommandType()
stringValue
public static java.lang.String stringValue(int type)