org.gridbus.broker.constants
Class JobType
java.lang.Object
org.gridbus.broker.constants.JobType
public final class JobType
- extends java.lang.Object
- Author:
- Hussein
|
Field Summary |
static int |
GROUPED
Grouped job type |
static int |
PARAM_SWEEP
Parameter sweep job type |
static int |
SCS_GETOBSRV
|
static int |
TYPE_ANY
Any job type |
static int |
USER
User job type (jobs are this type by default) |
|
Method Summary |
static int |
intValue(java.lang.String type)
|
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 |
USER
public static final int USER
- User job type (jobs are this type by default)
- See Also:
- Constant Field Values
PARAM_SWEEP
public static final int PARAM_SWEEP
- Parameter sweep job type
- See Also:
- Constant Field Values
GROUPED
public static final int GROUPED
- Grouped job type
- See Also:
- Constant Field Values
TYPE_ANY
public static final int TYPE_ANY
- Any job type
- See Also:
- Constant Field Values
SCS_GETOBSRV
public static final int SCS_GETOBSRV
- See Also:
- Constant Field Values
JobType
public JobType()
intValue
public static int intValue(java.lang.String type)
- Parameters:
type -
- Returns:
stringValue
public static java.lang.String stringValue(int type)
- Parameters:
type -
- Returns: